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

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  /* text-align: justify; */
  font-family: "Rethink Sans", sans-serif;
}



/* EXCEPTION: Do NOT justify list items (pointers) */
ul,
ol,
li {
  text-align: left !important;
}
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
:root {
  --primary: var(--on-suface-container) !important;
  --white: #ffffff;
  --black: #000000;
  --error: #c72929;
  --on-suface-container: #24283e;
  --on-suface-variant-1: #6d7074;
  --on-suface-variant-2: #a2a3ab;
  --surface: #f3f5f5;
  --outline: #e4e4e4;
  --line-1: #ffffff26;
  --bg-1: #ffffff26;
  --bg-2: #ecf2f2;
  --bg-3: rgba(0, 0, 0, 0.15);
  --bg-4: #317c6f66;
  --bg-5: #24283e1a;
  --bg-6: #f7f7f7;
  --color-text-1: #adf9eb;
  --color-text-2: #636666;
  --color-text-3: #858585;
  --color-text-4: #;
  --border-1: rgba(36, 40, 62, 0.2);
}

/*---------- Reset css styles ----------- */
title 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,
main,
nav,
section {
  display: block;
}

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

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

body {
  background: var(--white);
  font-family: "Rethink Sans";
}

body::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  list-style: disc;
}

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: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--on-suface-container);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

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

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

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

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

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

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

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

dt {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Rethink Sans", sans-serif;
  color: var(--on-suface-container);
  margin: 0;
  text-rendering: optimizeLegibility;
}

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

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

h3,
.h3 {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
}

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

h5,
.h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

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

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--on-suface-container);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--primary);
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1320px;
  width: 100%;
}
.tf-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.tf-container .row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.tf-container.full {
  max-width: 100vw;
}
.tf-container.w-1870 {
  max-width: 1870px;
}
.tf-container.w-1830 {
  max-width: 1830px;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}

.block {
  display: block;
}

.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;
}

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

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

.caption-1 {
  font-weight: bolder !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

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

.label {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  letter-spacing: 1.2px !important;
}

.position-relative {
  position: relative;
}

.text-btn-uppercase {
  text-transform: uppercase;
}

.text-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.overflow-auto::-webkit-scrollbar {
  display: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.g-10 {
  gap: 10px;
}

.g-12 {
  gap: 12px !important;
}

.g-14 {
  gap: 14px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-24 {
  gap: 24px;
}

.g-30 {
  gap: 30px !important;
}

.g-40 {
  gap: 40px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

.rg-40 {
  row-gap: 40px !important;
}

.rg-60 {
  row-gap: 60px;
}

.m-lr-40 {
  margin-left: 40px;
  margin-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-white {
  color: var(--white) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.color-text-1 {
  color: var(--color-text-1) !important;
}

.color-text-3 {
  color: var(--color-text-3) !important;
}

.color-text-4 {
  color: var(--color-text-4) !important;
}

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

.color-on-suface-variant-2 {
  color: var(--on-suface-variant-2) !important;
}

.color-on-suface-variant-1 {
  color: var(--on-suface-variant-1) !important;
}

.color-on-suface-container {
  color: var(--on-suface-container) !important;
}

.bg-on-suface-container {
  background-color: var(--on-suface-container) !important;
}

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

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

/*------------ Components ---------------- */
/*------------ header ---------------- */
.top-bar {
  background-color: var(--on-suface-container);
}
.top-bar .top-bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.top-bar .top-bar-inner .tf-tb-right,
.top-bar .top-bar-inner .tf-tb-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}

.top-bar-content {
  color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar-content i {
  font-size: 20px;
}

.tf-phone-topbar {
  padding-right: 24px;
  border-right: 1px solid var(--bg-1);
}
.tf-phone-topbar .icon {
  width: 40px;
  height: 40px;
  background-color: var(--bg-1);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-phone-topbar .icon i {
  animation: ring 3s linear infinite;
}

.tf-phone {
  padding-right: 24px;
  border-inline-end: 1px solid var(--line-1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-phone .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--bg-1);
  border-radius: 50%;
}
.tf-phone .icon i {
  font-size: 20px;
  animation: ring 3s linear infinite;
}
.tf-phone a {
  font-weight: 500;
}
.tf-phone.style-big .icon {
  width: 56px;
  height: 56px;
}
.tf-phone.style-big .icon i {
  font-size: 32px;
}
.tf-phone.no-border {
  padding: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.tf-phone.no-border.style-2 .icon {
  border: 1px solid var(--primary);
  width: 56px;
  height: 56px;
}
.tf-phone.no-border.style-2 .icon i {
  color: var(--on-suface-container);
  font-size: 32px;
}
.tf-phone.no-border.style-2 .content p {
  color: var(--on-suface-variant-1);
}
.tf-phone.color-white i {
  color: var(--white);
}
.tf-phone.color-white a {
  color: var(--white);
}

.tf-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-social .item a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-social .item a .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-social .item a .icon i {
  font-size: 20px;
  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-social .item a:hover {
  background-color: var(--white);
  border-color: var(--white);
}
.tf-social .item a:hover i {
  color: var(--on-suface-container);
}
.tf-social.style-2 .item a {
  width: 44px;
  height: 44px;
}
.tf-social.style-border .item a {
  border: 1px solid;
}
.tf-social.bg-1 .item a {
  background: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  position: relative;
  overflow: hidden;
}
.tf-social.bg-1 .item a:hover {
  background-color: var(--white);
  border-color: var(--white);
}
.tf-social.radius-50 .item a {
  border-radius: 50%;
}
.tf-social.g-8 {
  gap: 8px;
}
.tf-social.g-12 {
  gap: 12px;
}
.tf-social.color-on-suface-container a i {
  color: var(--on-suface-container) !important;
}
.tf-social.color-on-suface-container a:hover {
  background-color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.tf-social.color-on-suface-container a:hover i {
  color: var(--white) !important;
}

.tf-language {
  border-inline-start: 1px solid var(--line-1);
  padding-left: 24px;
  cursor: pointer;
}
.tf-language .text-sort-value {
  color: var(--white);
}
.tf-language i {
  color: var(--white);
  font-size: 10px;
}
.tf-language .select-item {
  padding: 5px 10px;
  cursor: pointer;
}

.header {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  right: 0;
  /* z-index: 1030; */
  -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;
  top: 0; /* Required for sticky to work */
  z-index: 1030; /* Make sure it stays on top */
  /* background: white;              So it's not transparent */
  transition: all 0.3s ease; /* Smooth effect on scroll */
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); Optional shadow */
}

/* When scrolling down, make it absolute
.header.absolute-scroll {
  position: absolute !important;
} */

.header .header-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 105px;
}
.header .header-content .header-left.gap-66 {
  gap: 66px;
}
.header .header-content .header-left.gap-120 {
  gap: 120px;
}
.header .header-content .header-left.gap-48 {
  gap: 48px;
}
.header .header-content .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .header-content .header-right.gap-20 {
  gap: 20px;
}
.header.style-1 {
  background: rgba(169, 169, 169, 0.5); /* light gray */
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease, background 0.3s ease;
}
.header.style-absolute {
  margin-bottom: -104px;
  width: 100%;
}
.header.style-absolute.header-bg {
  background-color: var(--on-suface-container);
}
.header.style-absolute.header-bg.no-header-bg {
  background-color: transparent;
  backdrop-filter: blur(0);
  box-shadow: unset;
}
.header.style-absolute.header-bg.no-header-bg .header-content {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0588235294) !important;
}
.header.bg-color-white {
  background: var(--white);
  border-bottom: 1px solid var(--outline);
}
.header.bg-color-white .menu-item .item-link {
  color: var(--on-suface-container) !important;
  line-height: 100px;
}
.header.bg-color-white .menu-item .item-link::after {
  background: var(--primary);
}
.header.bg-color-white .nav-icon i {
  color: var(--on-suface-container) !important;
}
.header.bg-color-white .nav-icon svg path {
  stroke: var(--on-suface-container) !important;
}
.header.bg-color-white .nav-icon .mobile-button span {
  background-color: var(--on-suface-container) !important;
}
.header.bg-color-white .tf-phone {
  padding: 26px 39px;
  border-left: 1px solid var(--outline);
  border-right: 1px solid var(--outline);
}
.header.bg-color-white .tf-phone .icon {
  background-color: var(--surface);
}
.header.bg-color-white .tf-phone .icon i {
  color: var(--primary);
}
.header.bg-color-white .tf-phone .content .caption-2 {
  color: var(--on-suface-variant-1);
}
.header.no-bg {
  background: transparent;
  backdrop-filter: blur(0);
  margin-bottom: -94px !important;
}
.header.no-bg .nav-cart .number {
  color: var(--on-suface-container);
  background-color: var(--white);
}
.header.no-bg .item-link {
  line-height: 94px !important;
}
.header.style-border-bottom {
  border-bottom: 1px solid var(--bg-1);
}
.header.style-border-bottom .header-content {
  padding-left: 25px;
  padding-right: 25px;
}
.header.style-border-bottom .tf-phone {
  padding-right: 39px;
}
.header.style-border-bottom .tf-phone .icon {
  background-color: var(--bg-1);
  border-color: var(--bg-1);
  backdrop-filter: blur(20px);
}
.header.style-border-bottom .tf-phone .icon i {
  color: var(--white);
}
.header.style-border-bottom .tf-phone .content p,
.header.style-border-bottom .tf-phone .content a {
  color: var(--white);
}
.header.style-border-radius {
  margin-bottom: -116px !important;
}
.header.style-border-radius .item-link {
  line-height: 96px !important;
}
.header.style-border-radius .header-content {
  background-color: var(--white);
  padding: 0 40px;
  border-radius: 999px;
}
.header.style-border-radius .header-content .menu-item .item-link {
  color: var(--on-suface-container) !important;
}
.header.style-border-radius .header-content .menu-item .item-link::after {
  background: var(--on-suface-container);
}
.header.style-border-radius .header-content .number {
  background-color: var(--on-suface-container);
  color: var(--white);
}
.header.style-border-radius .header-content .nav-icon i {
  color: var(--on-suface-container) !important;
}
.header.style-border-radius .header-content .nav-icon svg path {
  stroke: var(--on-suface-container) !important;
}
.header.style-border-radius .header-content .mobile-button span {
  background-color: var(--on-suface-container);
}
.header.style-border-radius .header-content .tf-phone {
  padding-right: 40px;
  border-right: 1px solid var(--outline);
}
.header.style-border-radius .header-content .tf-phone .icon {
  background-color: var(--surface);
}
.header.style-border-radius .header-content .tf-phone .icon i {
  color: var(--primary);
}
.header.style-border-radius .header-content .tf-phone .content .caption-2 {
  color: var(--on-suface-variant-1);
}
.header.style-2 .header-top {
  padding: 16px 0;
  background-color: var(--on-suface-container);
}
.header.style-2 .header-top .header-right {
  gap: 24px;
}
.header.style-2 .header-top .header-right .tf-language {
  border-inline-end: 1px solid var(--line-1);
  padding-right: 27px;
  cursor: pointer;
}
.header.style-2 .header-top .header-right .tf-social a {
  border-color: var(--line-1);
}
.header.style-2 .header-left {
  gap: 53px;
}
.header.style-2 .header-right .tf-social {
  margin-left: auto;
}
.header.style-2 .w-300 {
  max-width: 300px;
  width: 100%;
}
.header.style-2 .tf-language {
  border-inline-start: 0;
  padding-left: 0;
}
.header.style-2 .tf-phone {
  padding: 15px 38px;
  border-left: 1px solid var(--outline);
  border-right: 1px solid var(--outline);
}
.header.style-2 .tf-phone .icon {
  background-color: var(--surface);
}
.header.style-2 .tf-phone .icon i {
  color: var(--primary);
}
.header.style-2 .tf-phone .content .caption-2 {
  color: var(--on-suface-variant-1);
}
.header.style-2 .header-bottom {
  -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;
}
.header.style-2 .header-bottom .item-link {
  line-height: 76px;
}
.header.style-2 .header-bottom .nav-icon i {
  color: var(--on-suface-container);
}
.header.style-2 .header-bottom .nav-icon svg path {
  stroke: var(--on-suface-container) !important;
}
.header.style-2 .header-bottom .logo-mobile {
  display: none;
}
.header.style-2 .header-bottom.bg-color-white {
  background-color: var(--white);
}
.header.style-2 .header-bottom.bg-color-white .item-link {
  color: var(--on-suface-container);
}
.header.style-2 .header-bottom.bg-color-white .item-link::after {
  background: var(--on-suface-container);
}
.header.style-2 .header-bottom.bg-color-white .mobile-button span {
  background-color: var(--on-suface-container);
}
.header.style-2 .header-bottom.bg-1 {
  background-color: var(--bg-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;
  margin-bottom: -70px;
}
.header.style-2 .header-bottom.bg-1 .item-link {
  color: var(--white);
}
.header.style-2 .header-bottom.bg-1 .nav-icon i {
  color: var(--white);
}
.header.style-2 .header-bottom.bg-1 .nav-icon svg path {
  stroke: var(--white) !important;
}
.header.style-2 .header-bottom.bg-1 .tf-phone .icon {
  background-color: var(--bg-1);
}
.header.style-2 .header-bottom.bg-1 .tf-phone .icon i {
  color: var(--white);
}
.header.style-2 .header-bottom.bg-1 .tf-phone .content a,
.header.style-2 .header-bottom.bg-1 .tf-phone .content .caption-2 {
  color: var(--white);
}
.header.style-2.header-bg .header-bottom.bg-1 {
  background-color: var(--on-suface-container);
}
.header.style-2.header-bg .header-bottom.bg-color-white {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header.h-8 .tf-btn {
  padding: 15px 28px !important;
}

.menu-primary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.menu-primary-menu .menu-item {
  cursor: pointer;
}
.menu-primary-menu .menu-item:not(.menu-item-has-children) {
  padding-right: 0;
}
.menu-primary-menu .menu-item.menu-item-has-children {
  padding-right: 20px;
}
.menu-primary-menu .menu-item.menu-item-has-children .item-link::before {
  content: "\e901";
  position: absolute;
  top: 58%;
  right: -19px;
  font-size: 6px;
  font-family: "icomoon";
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-primary-menu .menu-item .item-link {
  position: relative;
}
.menu-primary-menu .menu-item .item-link::after {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--bg-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;
}
.menu-primary-menu .menu-item .item-link {
  color: var(--white);
  line-height: 104px;
  font-weight: 500;
  font-size: 18px;
}
.menu-primary-menu .menu-item:hover .sub-menu-home,
.menu-primary-menu .menu-item:hover .sub-menu,
.menu-primary-menu .menu-item:hover .sub-menu-2 {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: all;
}
.menu-primary-menu .menu-item:hover .item-link::before {
  transform: translateY(-50%) rotate(180deg);
}
.menu-primary-menu .menu-item:hover .item-link::after {
  width: 100%;
  left: 0;
  right: auto;
}

.sub-menu-home {
  position: absolute;
  width: 100%;
  height: calc(100vh - 150px);
  left: 0%;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  background-color: var(--on-suface-container);
  z-index: 1000;
  -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;
  pointer-events: none;
  overflow: auto;
}
.sub-menu-home ul {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub-menu-home .item {
  padding: 20px;
  text-align: center;
  background-color: var(--bg-1);
  flex: 1 1 auto;
  max-width: calc(25% - 20px);
  width: 100%;
  border: 1px solid var(--bg-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;
}
.sub-menu-home .item .image {
  margin-bottom: 20px;
  position: relative;
}
.sub-menu-home .item .image .img-home {
  position: relative;
  height: 100%;
  display: block;
}
.sub-menu-home .item .image .img-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-menu-home .item .image .img-home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, rgba(36, 40, 61, 0), rgb(36, 40, 61));
  -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;
}
.sub-menu-home .item .image .list-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu-home .item .image .list-btn .page-btn {
  opacity: 0;
  visibility: hidden;
}
.sub-menu-home .item .image:hover .img-home::before {
  height: 100%;
}
.sub-menu-home .item .image:hover .list-btn .page-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sub-menu-home .item .name-home {
  color: var(--white);
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.sub-menu-home .item .name-home::after {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--bg-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;
}
.sub-menu-home .item .name-home:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.sub-menu-home .item:hover {
  border-color: var(--outline);
}

.sub-menu {
  position: absolute;
  background-color: var(--on-suface-container);
  min-width: 220px;
  left: -25px;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -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;
  pointer-events: none;
  padding: 24px;
}
.sub-menu .sub-menu-item {
  padding: 6px 0;
}
.sub-menu .sub-menu-item a {
  display: inline-block;
  color: var(--on-suface-variant-2);
  position: relative;
  font-weight: 500;
}
.sub-menu .sub-menu-item a::after {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--bg-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;
}
.sub-menu .sub-menu-item:first-child {
  padding-top: 0;
}
.sub-menu .sub-menu-item:last-child {
  padding-bottom: 0;
}
.sub-menu .sub-menu-item:hover a {
  color: var(--white);
}
.sub-menu .sub-menu-item:hover a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.style-ltr {
  direction: rtl;
}
.style-ltr .top-bar .tf-phone {
  padding-left: 24px;
  padding-right: 0;
}
.style-ltr .top-bar .tf-language {
  padding-left: 0;
  padding-right: 24px;
}

.nav-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-search a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-search a i {
  color: var(--white);
  font-size: 24px;
}

.nav-cart {
  position: relative;
}
.nav-cart .number {
  position: absolute;
  color: var(--white);
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--on-suface-container);
  top: -4px;
  right: -4px;
  border-radius: 50%;
}

.mobile-button {
  display: none;
}
.mobile-button a {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.mobile-button span {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
}
.mobile-button span:first-child {
  top: 0;
}
.mobile-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-button span:last-child {
  bottom: 0;
}

.mobile-nav-wrap {
  max-width: 300px;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 999999;
  overflow-y: auto;
  -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;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-nav-wrap .inner-mobile-nav .mobile-nav-close svg {
  width: 15px;
  height: 15px;
}
.mobile-nav-wrap .inner-mobile-nav .top-header-mobi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-wrap .inner-mobile-nav a {
  color: var(--on-suface-container);
}
.mobile-nav-wrap .mobile-nav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.mobile-nav-wrap .socials-mobile .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 10px;
}
.mobile-nav-wrap .socials-mobile .socials-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item {
  width: 40px;
  height: 40px;
  border: 1px solid var(--Line);
  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;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:first-child,
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(2),
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(3),
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:nth-child(4) {
  border-right: 0;
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover {
  background-color: var(--On-Surface);
  border-color: var(--On-Surface);
}
.mobile-nav-wrap .socials-mobile .socials-icon .socials-item:hover i {
  color: var(--White);
}

#menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
#menu-mobile > li {
  position: relative;
  border-bottom: 1px solid var(--outline);
  cursor: pointer;
}
#menu-mobile > li a {
  padding: 10px 0;
}
#menu-mobile > li .sub-menu-mobile {
  border-radius: 8px;
  text-align: start;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px;
}
#menu-mobile > li .sub-menu-mobile .sub-menu-mobile2 a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#menu-mobile > li .sub-menu-mobile.show {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
#menu-mobile > li .sub-menu-mobile li {
  cursor: pointer;
}
#menu-mobile > li .sub-menu-mobile li a {
  padding: 5px 20px;
}
#menu-mobile > li .sub-menu-mobile li:last-child {
  border: none;
}
#menu-mobile li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}
#menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  font-size: 7px;
  right: 0;
  top: 33%;
  line-height: 16px;
  -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;
}
#menu-mobile li.menu-item-has-children-mobile > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile > a:not(.collapsed)::after {
  transform: rotate(180deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a {
  position: relative;
}
#menu-mobile li.menu-item-has-children-mobile2 > a::after {
  content: "\e901";
  position: absolute;
  font-family: "icomoon";
  font-weight: 300;
  font-size: 7px;
  right: 0;
  top: 25%;
  -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;
}
#menu-mobile li.menu-item-has-children-mobile2 > a.collapsed::after {
  transform: rotate(0deg);
}
#menu-mobile li.menu-item-has-children-mobile2 > a:not(.collapsed)::after {
  transform: rotate(180deg);
}

.content-contact-moblile {
  margin-bottom: 10px;
}
.content-contact-moblile a i {
  font-size: 20px;
}

.tf-social-header-mobile .style-border .item a {
  border-color: var(--outline);
}

.contact-mobile .title-contact-mobile {
  margin-bottom: 15px;
}

.current-menu-item .item-link::after {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-item .item-link-2::after {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-item-home {
  border-color: var(--outline) !important;
}
.current-item-home .name-home a::after {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.current-menu-mobile-item > a {
  color: var(--primary) !important;
}

.header.style-fix {
  top: 0;
}
.header.style-2.is-fixed {
  top: 0;
  border-bottom: 1px solid var(--outline);
}
.header.style-2.is-fixed .header-bottom.bg-1 {
  background-color: var(--on-suface-container);
}
.header.style-1.is-fixed {
  top: 0;
  background: var(--on-suface-container);
}
.header.style-1.is-fixed.style-border-radius {
  background-color: transparent;
}
.header.style-1.is-fixed.bg-color-white {
  background-color: var(--white);
}

.navigation .current-menu a::after {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

/*------------ footer ---------------- */
.footer {
  background-color: #24283e;
  color: white !important;
}
.footer .footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px 40px;
}
.footer .footer-left {
  padding-right: 30px;
  border-right: 1px solid rgba(198, 198, 198, 0.096);
  padding-top: 30px;
  padding-bottom: 80px;
  max-width: 400px;
  width: 100%;
}
.footer .footer-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0 65px;
  padding-top: 102px;
  padding-bottom: 80px;
  padding-left: 19px;
  /* max-width: px; */
  width: 100%;
}
.footer .footer-right {
  padding-top: 102px;
  padding-bottom: 80px;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid rgba(198, 198, 198, 0.096);
}
.footer.style-2 {
  position: relative;
}
.footer.style-2 .logo-footer {
  padding-bottom: 32px;
}
.footer.style-2 .footer-left {
  padding-right: 0;
  border-right: 0;
  padding-top: 80px;
  padding-bottom: 73px;
}
.footer.style-2 .footer-left .text {
  padding-bottom: 32px;
}
.footer.style-2 .footer-top {
  position: relative;
}
.footer.style-2 .footer-right {
  padding-left: 0;
  border-left: 0;
  padding-top: 80px;
  padding-bottom: 73px;
}
.footer.style-2 .footer-center {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  gap: 0 15px;
}
.footer.style-2 .footer-center .footer-content {
  flex: 1 1 calc(33.33% - 32px);
}
.footer.style-2 .footer-center .footer-content.quick-links ul {
  max-width: 119px;
  width: 100%;
}
.footer.style-2 .footer-center .footer-content .title-mobile {
  color: var(--on-suface-variant-2);
}
.footer.style-2 .footer-center .footer-content .support-item-footer a {
  color: var(--surface);
}
.footer.style-2 .footer-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bg-1);
}
.footer.style-2 .footer-subscribe .footer-subscribe-content {
  max-width: calc(100% - 290px);
  width: 100%;
}
.footer.style-2 .footer-subscribe fieldset {
  margin-bottom: 7px;
}
.footer.style-2 .footer-contact .support-item-footer {
  padding-bottom: 4px;
}
.footer.style-2 .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer.style-2.bg-color-white {
  background-color: var(--white);
}
.footer.style-2.bg-color-white .text {
  color: var(--on-suface-variant-1);
}
.footer.style-2.bg-color-white .title-footer {
  color: var(--on-suface-container);
}
.footer.style-2.bg-color-white .title-mobile {
  color: var(--on-suface-variant-1) !important;
}
.footer.style-2.bg-color-white .title-mobile::before {
  color: var(--on-suface-variant-1) !important;
}
.footer.style-2.bg-color-white .tf-social .item a {
  border-color: var(--outline);
}
.footer.style-2.bg-color-white .footer-subscribe fieldset input[type="text"] {
  border: 1px solid var(--outline);
  background-color: var(--surface);
}
.footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter {
  background-color: var(--on-suface-container);
}
.footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter i {
  color: var(--white);
}
.footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.footer.style-2.bg-color-white .support-item-footer a {
  color: var(--on-suface-container) !important;
}
.footer.style-2.bg-color-white .support-item-footer a::before {
  background: var(--on-suface-container);
}
.footer.style-2.bg-color-white .support-item-footer span {
  color: var(--on-suface-container) !important;
}
.footer.style-2.bg-color-white .footer-bottom {
  border-color: var(--outline);
}
.footer.h-6 .footer-left {
  padding-top: 65px;
  padding-bottom: 65px;
  max-width: 416px;
}
.footer.h-6 .footer-center {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 14px;
  gap: 0 57px;
}
.footer.h-6 .footer-right {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 35px;
}

.footer-left .logo-footer {
  padding-bottom: 20px;
}
.footer-left .text {
  padding-bottom: 20px;
  color: var(--on-suface-variant-2);
}
.footer-left .contact-footer .contact-top {
  padding-bottom: 12px;
}
.footer-left .contact-footer .contact-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block ruby;
  gap: 12px 40px;
  flex-wrap: wrap;
}

.contact-footer-content p {
  color: var(--on-suface-variant-2);
}
.contact-footer-content a {
  color: var(--white);
}

.footer-content .label {
  color: var(--white);
  margin-bottom: 16px;
}
.footer-content .support-item-footer {
  padding-bottom: 12px;
}
.footer-content .support-item-footer a {
  color: var(--on-suface-variant-2);
  position: relative;
}
.footer-content .support-item-footer a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background: 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;
}
.footer-content .support-item-footer span {
  color: var(--white);
}
.footer-content .support-item-footer:hover a {
  color: var(--white);
}
.footer-content .support-item-footer:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.footer-subscribe {
  padding-bottom: 21px;
}
.footer-subscribe .label {
  color: var(--white);
  padding-bottom: 12px;
}
.footer-subscribe fieldset {
  position: relative;
  margin-bottom: 12px;
}
.footer-subscribe fieldset input[type="text"] {
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 999px;
  background-color: transparent;
  color: var(--white);
}
.footer-subscribe fieldset input[type="text"]::placeholder {
  color: var(--on-suface-variant-2);
  font-size: 14px;
  line-height: 22px;
}
.footer-subscribe .tf-btn-newsletter {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  border-radius: 50%;
}
.footer-subscribe .tf-btn-newsletter i {
  font-size: 20px;
  color: var(--on-suface-container);
}
.footer-subscribe .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.footer-subscribe .tf-btn-newsletter:hover i {
  color: var(--white);
}
.footer-subscribe .text {
  color: var(--on-suface-variant-2);
}
.footer-subscribe.style-bg-white fieldset input[type="text"] {
  border: 1px solid var(--white);
  border-radius: 999px;
  background-color: var(--white);
}
.footer-subscribe.style-bg-white .tf-btn-newsletter {
  background-color: var(--on-suface-container);
}
.footer-subscribe.style-bg-white .tf-btn-newsletter i {
  color: var(--white);
}
.footer-subscribe.style-bg-white .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.footer-subscribe.style-bg-white .text {
  color: var(--white);
}

.footer-social .title-footer {
  color: var(--white);
  margin-bottom: 12px;
}
.footer-social .tf-social .item a {
  border-color: var(--bg-1);
}

.footer-bottom {
  /* border-top: 1px solid var(--bg-1); */
}
.footer-bottom .footer-bottom-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-inner .text {
  color: var(--on-suface-variant-2);
}
.footer-bottom .footer-bottom-inner .right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-inner .right ul li {
  padding-right: 11px;
  border-right: 1px solid rgba(198, 198, 198, 0.096);
  margin-right: 13px;
}
.footer-bottom .footer-bottom-inner .right ul li:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.footer-bottom .footer-bottom-inner .right a {
  color: var(--on-suface-variant-2);
}

/*------------ tabs ---------------- */
.wg-tab {
  overflow: auto;
}
.wg-tab::-webkit-scrollbar {
  display: none;
}
.wg-tab ul {
  width: max-content;
  min-width: 366px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40.5px;
  border-bottom: 1px solid var(--outline);
  margin-bottom: 40px;
}
.wg-tab ul li a {
  display: inline-block;
  color: var(--on-suface-container);
  padding-bottom: 8px;
  position: relative;
}
.wg-tab ul li a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  bottom: 0;
  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;
}
.wg-tab ul li a.active::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab ul li:hover a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wg-tab.style-small ul {
  gap: 31.5px;
  margin-bottom: 20px;
}
.wg-tab.style-small ul li a {
  padding-bottom: 6px;
}
.wg-tab .min-w-366 {
  min-width: 366px;
}
.wg-tab .min-w-757 {
  min-width: 757px;
}
.wg-tab .min-w-1131 {
  min-width: 1131px;
}
.wg-tab.style-2 ul {
  width: 100%;
  min-width: 1290px;
  gap: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.wg-tab.style-2 ul li {
  max-width: 25%;
  width: 100%;
}
.wg-tab.style-2 ul li a {
  display: inline-block;
  color: var(--on-suface-container);
  padding: 16px 0;
  position: relative;
  background-color: var(--surface);
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid var(--outline);
}
.wg-tab.style-2 ul li a::before {
  display: none;
}
.wg-tab.style-2 ul li a.active {
  color: var(--white);
  background-color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.wg-tab.style-2 ul li:last-child a {
  border-right: 0;
}
.wg-tab.style-2 ul li:hover a {
  color: var(--white);
  background-color: var(--on-suface-container);
}
.wg-tab.style-3 ul {
  flex-direction: column;
  gap: 0;
  border-bottom: 0;
  min-width: 410px;
}
.wg-tab.style-3 ul li a {
  display: inline-block;
  color: var(--on-suface-variant-2);
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding: 33px 0 30px;
  border-bottom: 1px solid var(--outline);
}
.wg-tab.style-3 ul li a::before {
  display: none;
}
.wg-tab.style-3 ul li a::after {
  content: "\e91e";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--on-suface-variant-2);
  font-family: "icomoon";
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tab.style-3 ul li a.active {
  color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.wg-tab.style-3 ul li a.active::after {
  color: var(--primary);
}
.wg-tab.style-3 ul li:hover a {
  color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.wg-tab.style-3 ul li:hover a::after {
  color: var(--primary);
}
.wg-tab.no-border ul {
  border-bottom: 0;
}

.flat-animate-tab {
  overflow: hidden;
}
.flat-animate-tab.style-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: var(--white);
  padding: 40px;
  gap: 40px;
}
.flat-animate-tab.style-row .tab-content {
  max-width: calc(100% - 450px);
}
.flat-animate-tab.style-row .tab-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.wrap-switch-tabs-content .tabs-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.wrap-switch-tabs-content .tabs-title .tab-title-text {
  color: var(--on-suface-variant-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;
}
.wrap-switch-tabs-content .tabs-title .tab-title-text.is-active {
  color: var(--on-suface-container);
}
.wrap-switch-tabs-content .tabs-content-switch {
  position: relative;
}
.wrap-switch-tabs-content .tabs-content-switch .tab-item {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  -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;
}
.wrap-switch-tabs-content .tabs-content-switch .tab-item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
  z-index: 2;
  -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;
}

.widget-tabs-product-review ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: unset;
}
.widget-tabs-product-review ul li a::before {
  background-color: var(--on-suface-container);
}

/*------------ button ---------------- */
.tf-btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: max-content;
}
.tf-btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  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;
}
.tf-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: var(--primary);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn:hover span {
  color: var(--white);
}
.tf-btn:hover::before {
  left: 0;
  width: 100%;
}
.tf-btn.bg-on-suface-container {
  background-color: var(--on-suface-container);
  color: var(--white);
}
.tf-btn.bg-on-suface-container::before {
  height: 100%;
  background-color: var(--primary);
}
.tf-btn.bg-on-suface-container:hover span {
  color: var(--white);
}
.tf-btn.bg-white {
  background-color: var(--white) !important;
  color: var(--on-suface-container);
}
.tf-btn.bg-white::before {
  height: 100%;
  background-color: var(--on-suface-container);
}
.tf-btn.bg-white:hover span {
  color: var(--white);
}
.tf-btn.bg-white.bg-white-style-2 {
  border: 1px solid transparent;
}
.tf-btn.bg-white.bg-white-style-2:hover {
  border-color: var(--white);
}
.tf-btn.bg-color-primary {
  background-color: var(--primary);
}
.tf-btn.bg-color-primary span {
  color: var(--white);
}
.tf-btn.bg-color-primary::before {
  height: 100%;
  background-color: var(--on-suface-container);
}
.tf-btn.bg-color-primary:hover span {
  color: var(--white);
}
.tf-btn.style-border {
  border: 1px solid var(--primary);
}
.tf-btn.style-border span {
  color: var(--on-suface-container);
}
.tf-btn.style-border:hover span {
  color: var(--white);
}
.tf-btn.style-1 {
  padding: 15px 40px;
  border-radius: 999px;
}
.tf-btn.style-1::before {
  border-radius: 26px;
}
.tf-btn.style-2 {
  border-radius: 999px;
  padding: 12px 0;
}
.tf-btn.style-2::before {
  border-radius: 26px;
}
.tf-btn.style-3 {
  border-radius: 999px;
  padding: 8px 0;
}
.tf-btn.style-3::before {
  border-radius: 26px;
}
.tf-btn.style-4 {
  border-radius: 999px;
  padding: 12px 40px;
}
.tf-btn.style-4::before {
  border-radius: 26px;
}
.tf-btn.w-full {
  width: 100%;
}

.default-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.default-btn span {
  border-bottom: 2px solid var(--on-suface-container);
  -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;
}
.default-btn.style-color-white span {
  color: var(--white);
  border-color: var(--white);
}
.default-btn.style-color-white:hover span {
  color: var(--primary);
  border-color: var(--primary);
}
.default-btn:hover span {
  border-color: var(--primary);
}

.tf-btn-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-load-more .tf-btn {
  padding: 12px 40px;
}

.tf-btn-reply {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
}
.tf-btn-reply:hover {
  color: var(--on-suface-container);
}

.tf-btn-arrow-t-r {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-btn-arrow-t-r span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  border-bottom: 1px solid 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-arrow-t-r .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-btn-arrow-t-r 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-arrow-t-r:hover span {
  color: var(--primary);
  border-color: var(--primary);
}
.tf-btn-arrow-t-r:hover i {
  color: var(--primary);
}

.btn-arrow-item {
  width: 60px;
  height: 60px;
  background-color: var(--bg-1);
  border: 1px solid var(--bg-1);
  border-radius: 50%;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.btn-arrow-item i {
  color: var(--white);
  font-size: 32px;
}
.btn-arrow-item:hover i {
  animation: hover-btn-arrow 0.3s linear;
}

.switch-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cancel-review {
  display: none;
}

.switch-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.switch-container .switch {
  position: relative;
  width: 80px;
  height: 40px;
  background-color: var(--white);
  border-radius: 999px;
  border: 1px solid var(--on-suface-variant-2);
  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;
}
.switch-container .switch .toggle {
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--primary);
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.3s ease-in-out;
}
.switch-container .switch.is-active .toggle {
  transform: translateX(40px);
}
.switch-container .switch-label {
  color: var(--on-suface-variant-2);
}
.switch-container .switch-label.is-active {
  color: var(--on-suface-container);
}

.page-btn {
  padding: 5px 10px;
  background-color: var(--white);
  color: var(--on-suface-container);
  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;
}
.page-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/*------------ range slider ---------------- */
/*range-slider
    ---------------------*/
.range-slider .range-two-val {
  height: 4px;
  box-shadow: none;
  border: 0;
  background-color: var(--outline);
}
.range-slider .range-two-val .noUi-connects {
  position: relative;
}
.range-slider .range-two-val .noUi-connects .noUi-connect {
  background-color: var(--on-suface-container);
  height: 4px;
}
.range-slider .range-two-val .noUi-origin .noUi-handle {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--white);
  border: 4px solid var(--on-suface-container);
  box-shadow: none;
  top: -7px;
  right: -9px;
}
.range-slider .range-two-val .noUi-origin .noUi-handle::after,
.range-slider .range-two-val .noUi-origin .noUi-handle::before {
  display: none;
}
.range-slider .range-two-val .noUi-origin .noUi-handle:active {
  right: -10px !important;
}
.range-slider .bottom {
  margin-top: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider .value {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 12px;
  border: 1px solid var(--outline);
  width: max-content;
}
.range-slider .value .price-max,
.range-slider .value .price-min {
  border: 1px solid var(--Line);
  padding: 6px 12px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.range-slider .value > div {
  color: var(--color-text);
}
.range-slider .input-container div {
  position: absolute;
  width: max-content;
  padding: 5px;
  margin: 0;
  border: 1px solid var(--Line);
  border-radius: 5px;
  top: 20%;
  background-color: var(--White);
}
.range-slider .input-container div::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid var(--Line);
  border-top-color: transparent;
  border-top-color: var(--White);
}

/*------------ 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"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  border: unset;
  overflow: hidden;
  margin-bottom: 0;
  outline: 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: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-text);
}
form textarea.style-default,
form input[type="text"].style-default,
form input[type="password"].style-default,
form input[type="datetime"].style-default,
form input[type="datetime-local"].style-default,
form input[type="date"].style-default,
form input[type="month"].style-default,
form input[type="time"].style-default,
form input[type="week"].style-default,
form input[type="number"].style-default,
form input[type="email"].style-default,
form input[type="url"].style-default,
form input[type="search"].style-default,
form input[type="tel"].style-default,
form input[type="color"].style-default {
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent;
}
form input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}

fieldset {
  width: 100%;
}

.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cols.g-20 {
  gap: 20px;
}

.write-review {
  padding: 26px;
  border: 2px solid var(--outline);
  border-radius: 8px;
}
.write-review .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.write-review .title-wg-comment {
  margin-bottom: 24px;
}
.write-review .cols {
  margin-bottom: 20px;
}
.write-review input[type="text"],
.write-review input[type="email"] {
  border: 1px solid var(--outline);
  padding: 8.5px 16px;
  border-radius: 4px;
}
.write-review input[type="text"]::placeholder,
.write-review input[type="email"]::placeholder {
  color: var(--on-suface-variant-2);
}
.write-review textarea {
  padding: 16px;
  border: 1px solid var(--outline);
  border-radius: 4px;
  margin-bottom: 20px;
  height: 100px;
}
.write-review textarea::placeholder {
  color: var(--on-suface-variant-2);
}
.write-review .tf-btn {
  padding: 12px 32px;
}
.write-review .check-box {
  margin-left: 3px;
}
.write-review.no-border {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.check-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

input[type="checkbox"] {
  position: relative;
  border-radius: 1px;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 15px;
  width: 15px;
  overflow: visible;
}

.form-contact-home {
  max-width: 400px;
  width: 100%;
  padding: 32px;
  background-color: var(--bg-1);
}
.form-contact-home .title-form {
  margin-bottom: 24px;
  color: var(--white);
}
.form-contact-home input[type="text"],
.form-contact-home input[type="number"],
.form-contact-home input[type="email"] {
  background-color: var(--bg-1);
  border: 1px solid var(--bg-1);
  border-radius: 4px;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 16px;
}
.form-contact-home input[type="text"]::placeholder,
.form-contact-home input[type="number"]::placeholder,
.form-contact-home input[type="email"]::placeholder {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home .nice-select {
  position: relative;
  background-color: var(--bg-1);
  border-color: var(--bg-1) !important;
  margin-bottom: 12px;
  padding: 10px 16px;
}
.form-contact-home .nice-select::before {
  color: var(--white);
}
.form-contact-home .nice-select > span {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home textarea {
  border: 1px solid var(--bg-1);
  margin-bottom: 24px;
  height: 86px;
  background-color: var(--bg-1);
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 11px 16px;
}
.form-contact-home textarea::placeholder {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.form-contact-home.style-border {
  max-width: 100%;
  border: 2px solid var(--outline);
  padding: 32px 32px 21px;
}
.form-contact-home.style-border .title-form {
  color: var(--on-suface-container);
  margin-bottom: 22px;
}
.form-contact-home.style-border input[type="text"],
.form-contact-home.style-border input[type="number"],
.form-contact-home.style-border input[type="email"] {
  background-color: var(--white);
  border: 1px solid var(--outline);
}
.form-contact-home.style-border input[type="text"]::placeholder,
.form-contact-home.style-border input[type="number"]::placeholder,
.form-contact-home.style-border input[type="email"]::placeholder {
  color: var(--on-suface-variant-2);
}
.form-contact-home.style-border .nice-select {
  background-color: var(--white);
  border: 1px solid var(--outline) !important;
  margin-bottom: 12px;
}
.form-contact-home.style-border .nice-select::before {
  color: var(--on-suface-container);
}
.form-contact-home.style-border .nice-select > span {
  color: var(--on-suface-container);
}
.form-contact-home.style-border textarea {
  border: 1px solid var(--outline);
  background-color: var(--white);
  color: var(--on-suface-variant-2);
}
.form-contact-home.style-border textarea::placeholder {
  color: var(--on-suface-variant-2);
}

.tf-check-rounded {
  position: relative;
  border: 1px solid var(--on-suface-container);
  border-radius: 50% !important;
  background: none;
  cursor: pointer;
  outline: 0;
  height: 14px !important;
  width: 14px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
}
.tf-check-rounded::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--on-suface-container);
  opacity: 0;
}
.tf-check-rounded:checked {
  border-color: var(--on-suface-container);
}
.tf-check-rounded:checked::before {
  opacity: 1;
}

.form-contact-us {
  margin-top: 5px;
  padding: 30px 31px 30px;
  border: 1px solid var(--outline);
}
.form-contact-us .cols {
  gap: 16px;
  margin-bottom: 19px;
}
.form-contact-us .cols fieldset {
  max-width: 50%;
  width: 100%;
}
.form-contact-us input[type="text"],
.form-contact-us input[type="number"],
.form-contact-us input[type="email"] {
  background-color: var(--white);
  border: 1px solid var(--outline);
  border-radius: 4px;
  color: var(--on-suface-container);
  padding: 9px 16px;
}
.form-contact-us input[type="text"]::placeholder,
.form-contact-us input[type="number"]::placeholder,
.form-contact-us input[type="email"]::placeholder {
  color: var(--on-suface-variant-2);
}
.form-contact-us .nice-select {
  background-color: var(--white);
  border: 1px solid var(--outline) !important;
  padding: 11px 16px;
}
.form-contact-us .nice-select::before {
  color: var(--on-suface-container);
}
.form-contact-us .nice-select > span {
  color: var(--on-suface-container);
}
.form-contact-us textarea {
  border: 1px solid var(--outline);
  margin-bottom: 24px;
  height: 140px;
  background-color: var(--bg-1);
  color: var(--on-suface-container);
  padding: 11px 13px;
}
.form-contact-us textarea::placeholder {
  color: var(--on-suface-variant-2);
}
.form-contact-us .tf-btn {
  padding: 16px 0 !important;
}

/*------------ slider ---------------- */
.tf-btn-arrow {
  width: 52px;
  height: 76px;
  border-radius: 1000px;
  padding: 28px 16px;
  background: var(--bg-1);
  backdrop-filter: blur(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;
}
.tf-btn-arrow i {
  color: var(--white);
}
.tf-btn-arrow.swiper-button-disabled {
  pointer-events: none;
  position: relative;
}
.tf-btn-arrow.swiper-button-disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  opacity: 0.5;
  border-radius: 1000px;
}
.tf-btn-arrow.style-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--surface);
  padding: 0;
  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;
}
.tf-btn-arrow.style-2 i {
  color: var(--on-suface-container);
  font-size: 13px;
  -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-arrow.style-2:hover {
  background-color: var(--on-suface-container);
}
.tf-btn-arrow.style-2:hover i {
  color: var(--white);
}
.tf-btn-arrow.style-3 {
  width: 60px;
  height: 60px;
  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;
}
.tf-btn-arrow.style-3 i {
  -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-arrow.style-3:hover {
  background-color: var(--white);
}
.tf-btn-arrow.style-3:hover i {
  color: var(--on-suface-container);
}

.swiper-slide-active .fade-item-1 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}
.swiper-slide-active .fade-item-2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
}
.swiper-slide-active .fade-item-3 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
}

.sw-new {
  margin: 0 -20px;
}
.sw-new .swiper-slide {
  padding: 0 20px;
  border-right: 1px solid var(--outline);
}
.sw-new .swiper-slide:last-child {
  border: none;
}
.sw-new.sw-new-2 {
  margin: 0 -21px;
}
.sw-new.sw-new-2 .swiper-slide {
  padding: 0 22px;
  border-right: 1px solid var(--outline);
}
.sw-new.sw-new-2 .swiper-slide:last-child {
  border: none;
}

.sw-icon-list {
  margin: 0 -30px;
}
.sw-icon-list .swiper-slide {
  padding: 0 30px;
  border-right: 1px solid var(--outline);
}
.sw-icon-list .swiper-slide:last-child {
  border: none;
}

.sw-services-list .swiper-wrapper {
  margin-bottom: 35px;
}
.sw-services-list .services-item {
  min-height: 354px;
}
.sw-services-list .sw-pagination-layout {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.sw-services-list .swiper-pagination-bullet {
  left: 6px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 13px !important;
  border: 1px solid var(--on-suface-container);
}
.swiper-pagination-bullet::after {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--on-suface-container);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--on-suface-container);
}

.sw-benefit-h6 .box-icon {
  min-height: 298px;
  height: 100%;
}

.tf-project-swiper {
  position: relative;
}
.tf-project-swiper .tf-project-media-main .image img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}
.tf-project-swiper .tf-project-media-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tf-project-swiper .tf-project-media-thumbs .project-content {
  padding: 24px;
  background-color: var(--bg-1);
  backdrop-filter: blur(16px);
  border-right: 1px solid var(--bg-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;
}
.tf-project-swiper .tf-project-media-thumbs .project-content h5 {
  margin-bottom: 6px;
}
.tf-project-swiper .tf-project-media-thumbs .project-content a,
.tf-project-swiper .tf-project-media-thumbs .project-content p {
  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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.tf-project-swiper .tf-project-media-thumbs .project-content:hover {
  background-color: var(--white);
}
.tf-project-swiper .tf-project-media-thumbs .project-content:hover a {
  color: var(--on-suface-container);
}
.tf-project-swiper .tf-project-media-thumbs .project-content:hover p {
  color: var(--primary);
}
.tf-project-swiper
  .tf-project-media-thumbs
  .swiper-slide:last-child
  .project-content {
  border-right: none;
}
.tf-project-swiper
  .tf-project-media-thumbs
  .swiper-slide.swiper-slide-thumb-active
  .project-content {
  background-color: var(--white);
}
.tf-project-swiper
  .tf-project-media-thumbs
  .swiper-slide.swiper-slide-thumb-active
  .project-content
  a {
  color: var(--on-suface-container);
}
.tf-project-swiper
  .tf-project-media-thumbs
  .swiper-slide.swiper-slide-thumb-active
  .project-content
  p {
  color: var(--primary);
}

.swiper-testimonials-h8 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tf-testimonials-thumbs .swiper-slide {
  border: 2px solid transparent;
  cursor: pointer;
}
.tf-testimonials-thumbs .swiper-slide:hover {
  border-color: var(--primary);
}
.tf-testimonials-thumbs .swiper-slide:hover .img-thumb img {
  filter: grayscale(0%);
  opacity: 1;
}
.tf-testimonials-thumbs .swiper-slide-thumb-active {
  border-color: var(--primary);
}
.tf-testimonials-thumbs .swiper-slide-thumb-active .img-thumb img {
  filter: grayscale(0%);
  opacity: 1;
}

.image-testimonials {
  position: relative;
}
.image-testimonials img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-testimonials .content {
  position: absolute;
  padding: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
}
.image-testimonials .content .name {
  color: var(--white);
}
.image-testimonials .content .name:hover {
  color: var(--primary);
}
.image-testimonials .content .position {
  color: var(--white);
}
.image-testimonials.img-thumb {
  background-color: var(--on-suface-container);
}
.image-testimonials.img-thumb img {
  filter: grayscale(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;
  opacity: 0.7;
}

.swiper-time-line {
  margin-top: -11px !important;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.swiper-time-line .swiper-wrapper {
  margin-top: 11px !important;
}
.swiper-time-line .tf-btn-arrow {
  position: absolute;
  top: -20px;
}
.swiper-time-line .tf-btn-arrow.arrow-left {
  left: -60px;
}
.swiper-time-line .tf-btn-arrow.arrow-right {
  right: -60px;
}

.tf-product-media-main {
  margin-bottom: 21px;
}
.tf-product-media-main .image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-media-thumbs .swiper-slide {
  width: max-content !important;
  border: 2px solid transparent;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--on-suface-container);
}
.tf-product-media-thumbs .item {
  width: 96px;
  height: 96px;
}

/*------------ off canvas ---------------- */
.top-search {
  overflow: hidden;
}
.top-search .top-search-content {
  position: fixed;
  top: 0;
  width: 100%;
  height: max-content;
  transform: translateY(-5%);
  padding-top: 24px;
  padding-bottom: 64px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--on-suface-container);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(20px);
  z-index: 999999;
}
.top-search .top-search-content .top-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-search .top-search-content .top-content .button-close i {
  color: var(--white);
  font-size: 24px;
}
.top-search .top-search-content .wg-box-search {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.top-search .top-search-content .wg-box-search input[type="text"] {
  background-color: transparent;
  font-size: 20px;
  line-height: 28px;
  padding: 22px 0 !important;
  border-bottom: 2px solid var(--outline) !important;
  color: var(--on-suface-variant-2);
}
.top-search .top-search-content .wg-box-search .btn-search {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.top-search .top-search-content .wg-box-search .btn-search i {
  color: var(--white);
  font-size: 32px;
}
.top-search .ovelay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  cursor: url(.../image/icon/cursor-close.svg), auto;
}
.top-search.active .top-search-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.top-search.active .ovelay {
  display: block;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.offcanvas-backdrop {
  cursor: url(.../image/icon/cursor-close.svg), auto;
  background-color: var(--on-suface-container);
}
.offcanvas-backdrop.show {
  opacity: 0.2 !important;
}

.canvnas-quick-view {
  min-width: 856px;
  width: max-content;
  overflow-y: auto;
  z-index: 999999;
}
.canvnas-quick-view .canvnas-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 48px;
}
.canvnas-quick-view .quick-view-content {
  max-width: calc(100% - 388px);
  padding-right: 24px;
  padding-top: 24px;
  width: 100%;
  position: relative;
}
.canvnas-quick-view .quick-view-content .heading-quick-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
.canvnas-quick-view .quick-view-content .heading-quick-view .mobile-nav-close {
  width: 40px;
  height: 40px;
  background-color: var(--surface);
  border-radius: 50%;
}
.canvnas-quick-view
  .quick-view-content
  .heading-quick-view
  .mobile-nav-close
  i {
  font-size: 20px;
}
.canvnas-quick-view .tf-product-info-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.tf-minicart-recommendations .wrap-recommendations {
  flex-grow: 1;
  height: 100vh;
  overflow: auto;
  direction: rtl;
}
.tf-minicart-recommendations .wrap-recommendations .list-img {
  direction: ltr;
  padding-left: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-minicart-recommendations .wrap-recommendations .list-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offcanvasMegamenu {
  background-color: var(--white);
  max-width: 420px;
  --bs-offcanvas-height: max-content;
  overflow-y: auto;
  padding: 20px;
  z-index: 999999;
}
.offcanvasMegamenu .btn-close {
  overflow: visible;
  width: 60px;
  height: 60px;
  border: 1px solid var(--outline);
  border-radius: 50%;
}
.offcanvasMegamenu .heading {
  margin-bottom: 30px;
  text-align: end;
}
.offcanvasMegamenu .title-content {
  color: var(--secondary);
  margin-bottom: 15px;
}
.offcanvasMegamenu .meag-menu-item {
  margin-bottom: 30px;
}
.offcanvasMegamenu .contact-list-mega-menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.offcanvasMegamenu .contact-list-mega-menu li p {
  color: var(--on-suface-variant-1);
}

.offcanvasTeamsDetails {
  max-width: 1100px !important;
  width: 100% !important;
  overflow-y: auto;
}
.offcanvasTeamsDetails .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  overflow: visible;
  z-index: 9;
  background-color: var(--white);
}
.offcanvasTeamsDetails .close-btn i {
  font-size: 30px;
}

.modalCenter {
  width: 100vw !important;
  padding-right: 0 !important;
}
.modalCenter .modal-dialog {
  max-width: 880px;
}

.modal {
  cursor: url(.../image/icon/cursor-close.svg), auto;
}
.modal .modal-content {
  cursor: default !important;
}

/*------------ product ---------------- */
/*------------ blog ---------------- */
.date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--bg-1);
  min-width: 72px;
  min-height: 72px;
  gap: 3px;
  backdrop-filter: blur(20px);
}
.date span {
  color: var(--white);
}
.date .day {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.blog-right-sidebar-content .tf-post-grid {
  margin-bottom: 48px;
  padding-bottom: 50px;
}
.blog-right-sidebar-content .tf-post-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tf-post-grid {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--outline);
}
.tf-post-grid:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.tf-post-grid .image {
  margin-bottom: 28px;
}
.tf-post-grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-grid .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.tf-post-grid .tf-grid-post-content .position {
  margin-bottom: 12px;
}
.tf-post-grid .tf-grid-post-content .title-post {
  margin-bottom: 12px;
}
.tf-post-grid .tf-grid-post-content .title-post a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-decoration: underline rgba(255, 255, 255, 0);
  color: var(--on-suface-container);
  -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-post-grid .tf-grid-post-content .title-post a:hover {
  text-decoration: underline;
}
.tf-post-grid .tf-grid-post-content .sub-title {
  color: var(--on-suface-variant-1);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.tf-post-grid.post-format-video .format-video {
  position: absolute;
  top: 49%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.tf-post-grid.style-absolute {
  position: relative;
}
.tf-post-grid.style-absolute .image {
  margin-bottom: 0;
}
.tf-post-grid.style-absolute .image .date {
  top: 32px;
  left: 32px;
  bottom: auto;
}
.tf-post-grid.style-absolute .tf-post-grid-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  background: linear-gradient(180deg, rgba(36, 40, 61, 0) 0%, #24283d 100%);
}
.tf-post-grid.style-absolute .tf-post-grid-content .position {
  color: var(--white);
  margin-bottom: 12px;
}
.tf-post-grid.style-absolute .tf-post-grid-content .title-post {
  margin-bottom: 12px;
}
.tf-post-grid.style-absolute .tf-post-grid-content .title-post a {
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.tf-post-grid.style-absolute .tf-post-grid-content .sub-title {
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.tf-post-grid.style-absolute.style-2 .image {
  background-color: var(--on-suface-container);
}
.tf-post-grid.style-absolute.style-2 .image img {
  opacity: 0.7;
}
.tf-post-grid.style-absolute.style-2 .tf-post-grid-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 50px;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.tf-post-grid.style-absolute.style-2 .tf-post-grid-content .date {
  position: unset;
}
.tf-post-grid.style-absolute.style-2 .tf-post-grid-content .position {
  color: var(--white);
  margin-bottom: 0;
}
.tf-post-grid.style-absolute.style-2 .tf-post-grid-content .title-post {
  margin-bottom: 8px;
}
.tf-post-grid.style-absolute.style-3 {
  border: 1px solid var(--outline);
  overflow: hidden;
}
.tf-post-grid.style-absolute.style-3 .image {
  background-color: var(--on-suface-container);
}
.tf-post-grid.style-absolute.style-3 .date {
  top: auto;
  left: 20px;
  bottom: 150px;
}
.tf-post-grid.style-absolute.style-3 .tf-grid-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 19px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-post-grid.style-absolute.style-3 .tf-grid-post-content .title-post {
  margin-bottom: 0px;
  position: relative;
}
.tf-post-grid.style-absolute.style-3 .tf-grid-post-content .position {
  -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;
}
.tf-post-grid.style-absolute.style-3 .tf-grid-post-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-post-grid.style-absolute.style-3:hover .image img {
  opacity: 0.7;
}
.tf-post-grid.style-absolute.style-3:hover .tf-grid-post-content .position {
  color: var(--white);
}
.tf-post-grid.style-absolute.style-3:hover .tf-grid-post-content .title-post a {
  color: var(--white);
}
.tf-post-grid.style-absolute.style-3:hover .tf-grid-post-content::before {
  transform: translateY(100%);
}
.tf-post-grid.style-small {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.tf-post-grid.style-small .image {
  margin-bottom: 24px;
}
.tf-post-grid.style-small .sub-title {
  margin-bottom: 0;
}

.position {
  color: var(--primary);
}

.image {
  position: relative;
  overflow: hidden;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.popup-youtube {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-1);
  border-radius: 50%;
  backdrop-filter: blur(20px);
}
.popup-youtube .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.popup-youtube .icon i {
  font-size: 36px;
  color: var(--white);
}
.popup-youtube .wave {
  width: 150%;
  height: 150%;
  background-color: transparent;
  border: 1px solid var(--bg-1);
}
.popup-youtube:hover {
  background-color: var(--primary);
}
.popup-youtube:hover .wave {
  border: 1px solid var(--primary);
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
.wave:nth-child(2) {
  animation-delay: 0.5s;
}
.wave:nth-child(3) {
  animation-delay: 1s;
}

.tf-sidebar .sidebar-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--outline);
}
.tf-sidebar .sidebar-item:first-child {
  padding-bottom: 0;
  border: 0;
}
.tf-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.tf-sidebar.style-position-sticky {
  position: sticky !important;
  top: 110px !important;
}
.tf-sidebar.style-position-sticky.top-140 {
  top: 140px !important;
}

.sidebar-search fieldset {
  position: relative;
}
.sidebar-search fieldset input[type="text"] {
  width: 100%;
  border: 1px solid var(--outline);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
}
.sidebar-search fieldset input[type="text"]::placeholder {
  color: var(--on-suface-variant-2);
  font-size: 14px;
  line-height: 22px;
}
.sidebar-search .tf-btn-search {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sidebar-search .tf-btn-search i {
  font-size: 24px;
  color: var(--on-suface-container);
}

.sidebar-info .info-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.sidebar-info .info-top .image {
  border-radius: 50%;
}
.sidebar-info .info-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-info .info-top .top-content .name {
  padding-bottom: 4px;
  display: inline-block;
}
.sidebar-info .info-top .top-content .number-follower {
  color: var(--on-suface-variant-1);
}
.sidebar-info .introduce {
  color: var(--on-suface-variant-1);
  padding-bottom: 16px;
}
.sidebar-info .tf-social .item a {
  border-color: var(--outline);
}

.sidebar-content .title-content {
  padding-bottom: 16px;
}
.sidebar-content.sidebar-price .title-content {
  padding-bottom: 22px;
}
.sidebar-content.sidebar-price .tf-btn {
  padding: 12px 28px;
  border-radius: 4px !important;
}

.sidebar-categories ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.sidebar-categories ul li:last-child {
  padding-bottom: 0;
}
.sidebar-categories ul li a {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--on-suface-container);
  position: relative;
}
.sidebar-categories ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--on-suface-container);
  -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;
}
.sidebar-categories ul li p {
  -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;
}
.sidebar-categories ul li:hover a {
  font-weight: 500;
}
.sidebar-categories ul li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.sidebar-categories ul li:hover p {
  font-weight: 500;
}

.tf-post-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--outline);
}
.tf-post-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tf-post-list .post-date {
  color: var(--on-suface-variant-1);
  padding-bottom: 3px;
}
.tf-post-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list .image .date {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.tf-post-list .tf-list-post-content {
  max-width: calc(100% - 428px);
}
.tf-post-list .tf-list-post-content .position {
  padding-bottom: 12px;
}
.tf-post-list .tf-list-post-content .title-post {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.tf-post-list .tf-list-post-content .sub-title {
  margin-bottom: 12px;
  color: var(--on-suface-variant-1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.tf-post-list.style-small {
  gap: 20px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.tf-post-list.style-small .post-date {
  padding-right: 12px;
}
.tf-post-list.style-small:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.tf-post-list.style-small .post-content {
  max-width: calc(100% - 100px);
}
.tf-post-list.style-small .post-content .name-post {
  line-height: 24px;
  font-weight: 500;
}
.tf-post-list.style-small.small-2 {
  padding-bottom: 26px;
  margin-bottom: 28px;
}
.tf-post-list.style-small.small-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-post-list.style-small.small-2 .top {
  padding-bottom: 7px;
}
.tf-post-list.style-small.small-2 .post-date {
  letter-spacing: 0.4px;
  padding-right: 7px;
}
.tf-post-list.style-small.small-2 .post-content {
  max-width: calc(100% - 200px);
}
.tf-post-list.style-small.small-2:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tf-post-list.style-small-2 {
  gap: 30px;
  padding-bottom: 26px;
  margin-bottom: 29px;
  border-bottom: 1px solid var(--outline);
}
.tf-post-list.style-small-2 .date {
  bottom: 11px;
  left: 11px;
}
.tf-post-list.style-small-2:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.tf-post-list.style-small-2 .tf-list-post-content {
  max-width: calc(100% - 330px);
}

.sidebar-newsletter fieldset {
  position: relative;
}
.sidebar-newsletter fieldset input[type="text"] {
  width: 100%;
  border: 1px solid var(--outline);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
}
.sidebar-newsletter fieldset input[type="text"]::placeholder {
  color: var(--on-suface-variant-2);
  font-size: 14px;
  line-height: 22px;
}
.sidebar-newsletter .tf-btn-newsletter {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.sidebar-newsletter .tf-btn-newsletter i {
  font-size: 24px;
  color: var(--on-suface-container);
}
.sidebar-newsletter .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.sidebar-newsletter .tf-btn-newsletter:hover i {
  color: var(--white);
}

.tabs-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tabs-list .tabs-item {
  padding: 4px 15px;
  background-color: transparent;
  border: 1px solid var(--outline);
  color: var(--on-suface-variant-1);
}
.tabs-list .tabs-item:hover {
  background-color: var(--on-suface-container);
  border-color: var(--on-suface-container);
  color: var(--white);
}

.hover-img .image {
  overflow: hidden;
  position: relative;
}
.hover-img .image img {
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.wg-pagination {
  padding-top: 50px;
}
.wg-pagination ul {
  gap: 12px;
}
.wg-pagination ul a,
.wg-pagination ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  cursor: pointer;
  color: var(--on-suface-container);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 1px solid var(--outline);
}
.wg-pagination ul a:hover,
.wg-pagination ul li:hover {
  background: var(--on-suface-container);
  color: var(--white);
  border: 1px solid var(--on-suface-container);
}
.wg-pagination ul a.active,
.wg-pagination ul li.active {
  background: var(--on-suface-container);
  color: var(--white);
  border: 1px solid var(--on-suface-container);
}
.wg-pagination.style-2 {
  padding-top: 30px;
}
.wg-pagination.style-2 ul a,
.wg-pagination.style-2 ul li {
  border-radius: 4px;
}

.blog-no-sidebar-slide {
  position: relative;
}
.blog-no-sidebar-slide .tf-btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  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;
}
.blog-no-sidebar-slide .tf-btn-arrow.arrow-left {
  left: 0;
}
.blog-no-sidebar-slide .tf-btn-arrow.arrow-right {
  right: 0;
}
.blog-no-sidebar-slide:hover .tf-btn-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-no-sidebar-slide:hover .tf-btn-arrow.arrow-left {
  left: 32px;
}
.blog-no-sidebar-slide:hover .tf-btn-arrow.arrow-right {
  right: 32px;
}

.blog-no-sidebar-content .blog-no-sidebar-slide {
  margin-bottom: 40px;
}
.blog-no-sidebar-content .layout-grid-3 {
  margin-bottom: 40px;
}
.blog-no-sidebar-content .layout-grid-3 .tf-post-grid {
  margin-bottom: 0;
  border-bottom: 0;
}

.layout-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  display: grid;
  row-gap: 40px;
  margin-left: -22px;
  margin-right: -22px;
}
.layout-grid-3.m-lr--20 {
  margin-left: -20px;
  margin-right: -20px;
}
.layout-grid-3 .tf-post-grid {
  border-right: 1px solid var(--outline);
  padding: 0 22px;
}
.layout-grid-3 .tf-post-grid.p-lr-20 {
  padding: 0 20px;
}
.layout-grid-3 .tf-post-grid:nth-child(3),
.layout-grid-3 .tf-post-grid:nth-child(6),
.layout-grid-3 .tf-post-grid:nth-child(9),
.layout-grid-3 .tf-post-grid:nth-child(12) {
  border: 0;
}
.layout-grid-3 .tf-post-grid:last-child {
  border: 0;
}
.layout-grid-3.style-2 {
  margin-left: 0;
  margin-right: 0;
}

.cols-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.image-blog {
  width: 100%;
}
.image-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tab-list .tab-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tab-list .tab-item.left {
  gap: 12px;
}
.tab-list .tab-item.right {
  gap: 16px;
}
.tab-list .tab-item.right .tf-social .item a {
  border-color: var(--outline);
}

.pre-next-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 23px 0;
  border-bottom: 1px solid var(--outline);
  border-top: 1px solid var(--outline);
}
.pre-next-blog .pre-next-btn {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.pre-next-blog .pre-next-blog-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  max-width: 346px;
  width: 100%;
}
.pre-next-blog .pre-next-blog-item.next {
  direction: rtl;
}
.pre-next-blog .pre-next-blog-item .name-blog {
  color: var(--on-suface-container);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.pre-next-blog .line {
  width: 1px;
  height: 90px;
  background-color: var(--outline);
}

.comment-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.comment-item .image {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.comment-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.comment-item .comment-item-content {
  max-width: calc(100% - 76px);
  padding: 6px 0 0;
}
.comment-item .comment-item-content .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: -5px;
  flex-wrap: wrap;
  gap: 10px;
}
.comment-item .comment-item-content .top .info .name {
  color: var(--on-suface-container);
}
.comment-item .comment-item-content .top .info .time {
  color: var(--on-suface-variant-1);
}
.comment-item .comment-item-content .desc {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.comment-item.reply {
  margin-left: 76px;
  padding: 19px 0;
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
}
.comment-item.reply .top {
  margin-bottom: 10px;
}
.comment-item.reply .name {
  font-weight: 700;
  line-height: 24px;
  font-family: "Oxygen", sans-serif;
}
.comment-item.reply .time {
  font-family: "Oxygen", sans-serif;
}
.comment-item.style-2 {
  flex-direction: column;
  gap: 12px;
}
.comment-item.style-2 .image {
  background-color: var(--primary);
}
.comment-item.style-2 .name {
  display: block;
  margin-bottom: 4px;
}
.comment-item.style-2 .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}
.comment-item.style-2 .top .info {
  max-width: calc(100% - 76px);
}
.comment-item.style-2 .comment-item-content {
  padding: 0;
}
.comment-item.style-2 .time {
  color: var(--on-suface-variant-2);
}
.comment-item.style-2 .comment-item-content {
  max-width: 100%;
}
.comment-item.style-2.reply {
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  padding-left: 30px;
  border-left: 4px solid var(--outline);
  margin-top: 16px;
  gap: 11px;
}
.comment-item.style-2.reply .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-item.style-2.reply .image img {
  max-width: 28px;
}
.comment-item.style-2.reply .top {
  margin-bottom: 0;
}
.comment-item.style-2.reply .time,
.comment-item.style-2.reply .name {
  font-family: "Rethink Sans", sans-serif;
}
.comment-item.style-2.reply .name {
  margin-bottom: 7px;
}
.comment-item.style-2.reply .desc {
  margin-bottom: 0;
}

.blog-details-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-details-content .desc-blog .title-desc {
  margin-bottom: 12px;
}
.blog-details-content .desc-blog p {
  margin-bottom: 12px;
}
.blog-details-content .desc-blog p:last-child {
  margin-bottom: 0;
}
.blog-details-content .list-desc .desc-blog {
  margin-bottom: 16px;
}
.blog-details-content .list-desc .desc-blog:last-child {
  margin-bottom: 0;
}

.wg-comment .title-wg-comment {
  margin-bottom: 18px;
}

.hearding-section .title-heading.mb-12 {
  margin-bottom: 12px;
}
.hearding-section.mb-40 {
  margin-bottom: 40px;
}

.blog-details-2-content {
  /* position: relative; */
  z-index: 2;
  max-width: 1030px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* padding: 60px 60px 108px; */
  margin-bottom: 40px;
  background-color: var(--white);
}
.blog-details-2-content .blog-details-top {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-details-2-content .blog-details-top .tag {
  margin-bottom: 16px;
}
.blog-details-2-content .blog-details-top h2 {
  margin-bottom: 16px;
}

.tag {
  padding: 2px 12px;
  background-color: var(--surface);
  color: var(--primary);
  display: block;
  width: max-content;
  pointer-events: none;
}
.tag.bg-white {
  background-color: var(--white) !important;
  border: 1px solid var(--white);
}
.tag.color-white {
  background-color: var(--bg-1);
  color: var(--white);
}

/*------------ testimonial ---------------- */
.testimonial-item {
  border: 2px solid var(--surface);
  padding: 32px 30px 30px;
  background: var(--white);
}
.testimonial-item .testimonial-top {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--outline);
  position: relative;
}
.testimonial-item .testimonial-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 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;
}
.testimonial-item .item-content .text {
  color: var(--on-suface-variant-1);
  margin-bottom: 16px;
}
.testimonial-item .info-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-item .info-user .image {
  border-radius: 50%;
}
.testimonial-item:hover .testimonial-top::before {
  left: 0;
  right: auto;
  width: 100%;
}
.testimonial-item.no-boder {
  border: 0;
}
.testimonial-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  align-items: center;
  border: none;
}
.testimonial-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item.style-2 .testimonial-content {
  width: 100%;
  max-width: calc(100% - 210px);
  padding: 35px 26px 35px;
  border: 2px solid var(--surface);
  height: 100%;
}
.testimonial-item.style-2 .testimonial-content .name-testimonials {
  display: inline-block;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--outline);
  padding-bottom: 16px;
  width: 100%;
}
.testimonial-item.style-2 .testimonial-content .desc {
  margin-bottom: 20px;
  color: var(--on-suface-variant-1);
}
.testimonial-item.style-2 .testimonial-content .name-user {
  color: var(--on-suface-container);
}
.testimonial-item.style-2 .testimonial-content .caption-2 {
  color: var(--on-suface-variant-1);
}

/*------------ accordion ---------------- */
.according-item {
  /* padding: 22px 0 17px; */
  border-bottom: 1px solid var(--outline);
}
.according-item .title-according {
  display: inline-block;
  font-size: 24px;
  color: var(--on-suface-container);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.according-item .title-according span {
  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;
  width: 18px;
}
.according-item .title-according span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background-color: var(--on-suface-container);
  -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;
}
.according-item .title-according span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  transform: rotate(90deg);
  background-color: var(--on-suface-container);
  -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;
}
.according-item .title-according:not(.collapsed) span::after {
  opacity: 0;
  visibility: hidden;
}
.according-item .according-content p {
  padding-top: 11px;
  padding-bottom: 3px;
  color: var(--on-suface-variant-1);
}
.according-item.style-arrow i {
  font-size: 13px;
  -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;
}
.according-item.style-arrow .title-according:not(.collapsed) i {
  transform: rotate(180deg);
}
.according-item.bg-white {
  background-color: var(--white);
  padding: 27px 32px;
  border: none;
  margin-bottom: 20px;
}
.according-item.bg-white .according-content .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--outline);
  margin-top: 20px;
}
.according-item.bg-white .according-content .item-content .title-item {
  padding-bottom: 8px;
}
.according-item.bg-white .according-content .item-content ul li {
  list-style: disc;
  margin-left: 27px;
}
.according-item.bg-white .according-content .item-content .price-according {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.according-item.bg-white .according-content .item-content .tf-btn {
  padding: 15px 47.5px;
}
.according-item.bg-white .according-content .item-content.item-content-1 {
  max-width: 480px;
  width: 100%;
}
.according-item.bg-white:last-child {
  margin-bottom: 0;
}
.according-item:last-child {
  margin-bottom: 0;
}
.according-item.style-small {
  padding: 16px 0;
  margin-bottom: 15px;
}
.according-item.style-small:last-child {
  margin-bottom: 0;
}

.wg-according.style-border {
  border: 2px solid var(--outline);
  border-radius: 12px;
  background-color: var(--white);
}
.wg-according.style-border .according-item {
  padding-left: 31px;
  padding-right: 32px;
  margin-bottom: 0px;
}
.wg-according.style-border .according-item:last-child {
  border: none;
}

/*------------ shop ---------------- */
.tf-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tf-sort .tf-sort-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.tf-sort .tf-sort-content .text {
  white-space: nowrap;
  color: var(--on-surface-container);
}
.tf-sort .tf-sort-content.tf-sort-right {
  gap: 9px;
}
.tf-sort .shop-sale {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-sort .shop-sale i {
  font-size: 24px;
}
.tf-sort .nice-select {
  min-width: 164px;
  width: max-content;
  padding: 10px 38px 10px 15px !important;
  border: 1px solid var(--outline) !important;
}
.tf-sort .nice-select::after {
  right: 20px;
}
.tf-sort .nice-select .list {
  z-index: 99;
}

.product-item .image {
  margin-bottom: 20px;
  position: relative;
}
.product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item .icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 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;
}
.product-item .icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  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 .icon a i {
  font-size: 24px;
  color: var(--on-suface-container);
}
.product-item .icon a:hover {
  background-color: var(--on-suface-container);
}
.product-item .icon a:hover i {
  color: var(--white);
}
.product-item .icon.icon-1 {
  top: 16px;
}
.product-item .icon.icon-2 {
  top: 64px;
  transition-delay: 0.1s;
}
.product-item .icon.icon-3 {
  top: 112px;
  transition-delay: 0.2s;
}
.product-item .tf-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  left: 12px;
  right: 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;
  max-width: calc(100% - 24px);
}
.product-item .product-item-content .name-product {
  color: var(--on-suface-container);
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}
.product-item .product-item-content .name-product::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--on-suface-container);
  -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 .product-item-content .name-product:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.product-item .product-item-content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-item.discount {
  position: relative;
}
.product-item.discount::before {
  content: "-32%";
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--error);
  padding: 0 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 10%;
  color: var(--white);
  z-index: 2;
  border-radius: 2px;
}
.product-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.product-item.style-2 .image {
  max-width: 100px;
  height: 100px;
  margin-bottom: 0;
}
.product-item:hover .icon {
  opacity: 1;
  visibility: visible;
  right: 16px;
}
.product-item:hover .tf-btn {
  opacity: 1;
  visibility: visible;
  bottom: 12px;
}

.wg-products-details .tf-product-info-choose-option {
  margin-top: -7px;
}
.wg-products-details .tf-product-info-choose-option .top-product-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.wg-products-details .tf-product-info-choose-option .top-product-info .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--secondary);
}
.wg-products-details .tf-product-info-choose-option .rating {
  gap: 8px;
}
.wg-products-details .tf-product-info-choose-option .rating i {
  color: var(--yelow);
}
.wg-products-details .tf-product-info-choose-option .rating .text {
  color: var(--color-text);
}
.wg-products-details .tf-product-info-choose-option .tf-product-info-wrap {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.wg-products-details .tf-product-info-choose-option .tf-product-info-desc p {
  color: var(--color-text);
  margin-bottom: 30px;
  line-height: 30px;
}
.wg-products-details .tf-product-info-choose-option .tf-product-info-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.wg-products-details
  .tf-product-info-choose-option
  .tf-product-info-btn
  .tf-btn {
  padding: 14px 16px;
  min-width: 193px;
}
.wg-products-details
  .tf-product-info-choose-option
  .tf-product-info-btn
  .tf-btn
  span {
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
}
.wg-products-details
  .tf-product-info-choose-option
  .tf-product-info-btn
  .tf-btn
  i {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid var(--line-5);
}
.wg-products-details .tf-product-info-quanlity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.wg-products-details .tf-product-info-quanlity .title-quanlity {
  color: var(--secondary);
}
.wg-products-details .tf-product-info-socail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 17px;
  flex-wrap: wrap;
}
.wg-products-details .tf-product-info-socail .text {
  text-transform: uppercase;
  color: var(--color-text);
}
.wg-products-details .tf-product-info-socail .social li a {
  border: 1px solid var(--line);
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-products-details .tf-product-info-socail .social li a i {
  color: var(--color-text);
}
.wg-products-details .tf-product-info-socail .social li a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.wg-products-details .tf-product-info-socail .social li a:hover i {
  color: var(--white);
}

.wg-quanlity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  width: min-content;
}
.wg-quanlity .quanlity-product {
  color: var(--secondary);
}
.wg-quanlity .btn-wg-quanlity .btn-quanlity {
  color: var(--color-text);
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 12px;
  line-height: 24px;
}
.wg-quanlity input {
  width: 62px !important;
  padding: 0 !important;
  text-align: center;
  border: none;
}

.tf-table-page-cart {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  min-width: 850px;
}
.tf-table-page-cart tr {
  border-bottom: 1px solid var(--outline);
}
.tf-table-page-cart thead th {
  text-align: center;
  border: none;
  color: var(--on-suface-container);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px !important;
}
.tf-table-page-cart thead th:first-child {
  text-align: left;
  width: 380px;
}
.tf-table-page-cart thead th:nth-child(2) {
  width: 115px;
}
.tf-table-page-cart thead th:nth-child(3) {
  width: 145px;
}
.tf-table-page-cart thead th:nth-child(4) {
  width: 145px;
}
.tf-table-page-cart thead th:last-child {
  text-align: right;
}
.tf-table-page-cart tbody tr td {
  padding: 20px 0;
  border: none;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .img-box {
  flex-shrink: 0;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .name-product {
  text-decoration: none;
  color: var(--on-suface-container);
  white-space: nowrap;
}
.tf-table-page-cart tbody tr td.tf-cart-item_product .name-product:hover {
  color: var(--primary);
}
.tf-table-page-cart tbody tr td.tf-cart-item_price,
.tf-table-page-cart tbody tr td.tf-cart-item_total {
  text-align: center;
  color: var(--on-suface-container);
}
.tf-table-page-cart tbody tr td.tf-cart-item_quantity .quanlity-product {
  color: var(--primary);
}
.tf-table-page-cart tbody tr td:last-child {
  text-align: right;
}

.tf-cart-sold .notification-sold {
  padding: 10px;
}

.tf-cart-item .tf-cart-item_product {
  display: flex;
  align-items: center;
}
.tf-cart-item .tf-cart-item_product .img-box {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  display: block;
}
.tf-cart-item .tf-cart-item_product .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-cart-item .tf-cart-item_product .cart-info {
  display: grid;
  gap: 12px;
}
.tf-cart-item .wg-quantity {
  width: 120px;
  height: 40px;
}
.tf-cart-item .wg-quantity input {
  pointer-events: none;
  height: 38px;
  width: 40px;
}
.tf-cart-item .wg-quantity .btn-quantity {
  width: 40px;
  height: 30px;
  font-size: 30px;
}
.tf-cart-item .tf-cart-item_price .old-price {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
  color: var(--secondary-2);
}
.tf-cart-item .remove-cart .icon {
  width: 20px;
  height: 20px;
  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;
  border: 1px solid var(--error);
  border-radius: 50%;
  font-size: 12px;
  color: var(--on-suface-container);
  cursor: pointer;
  margin-left: auto;
}
.tf-cart-item .remove-cart .icon:hover {
  background-color: var(--error);
  color: var(--white);
}

.tf-cart-item_total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.box-order {
  padding: 24px;
  border: 2px solid var(--outline);
}
.box-order .title-box {
  margin-bottom: 20px;
}
.box-order .subtotal,
.box-order .discount,
.box-order .ship {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--outline);
}
.box-order .ship {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 69px;
  justify-content: space-between;
}
.box-order .ship .ship-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.box-order .ship .ship-item label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.box-order .total-order {
  margin-bottom: 20px;
}

/*------------ map ---------------- */
#map {
  max-width: 100%;
  height: 520px;
  overflow: hidden;
}
#map .marker {
  width: 60px;
  height: 60px;
  background-color: var(--bg-5);
  border-radius: 50%;
  cursor: pointer;
}
#map .marker::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 50%;
}
#map .marker::after {
  content: "\e907";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  color: var(--on-suface-container);
  font-size: 28px;
}

.mapboxgl-ctrl-attrib a,
.mapboxgl-ctrl-attrib.mapboxgl-compact,
a.mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-popup-content {
  padding: 16px;
  background-color: var(--white);
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 30px;
  overflow: hidden;
  color: var(--on-suface-variant-1);
}

/*------------ nice-select ---------------- */
.nice-select {
  border: unset !important;
  position: relative;
}
.nice-select::before {
  content: "\e90f";
  font-family: "icomoon";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  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;
}
.nice-select::after {
  display: none;
}
.nice-select > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text);
}
.nice-select > .list {
  margin-top: 10px;
  border-radius: 16px;
  max-height: unset;
  border: unset !important;
  top: 110%;
  border: 1px solid var(--Line);
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
}
.nice-select > .list .option {
  height: 41px;
  padding: 0 15px;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 41px;
  color: var(--secondary);
  position: relative;
}
.nice-select > .list .option.selected {
  color: var(--secondary);
  font-weight: 400;
}
.nice-select.no-border {
  border: none !important;
  padding: 0 !important;
}
.nice-select.open {
  z-index: 50;
}
.nice-select.open::before {
  transform: translateY(-50%) rotate(180deg);
}
.nice-select.default {
  padding: 0;
  padding-right: 18px;
  border: 0 !important;
}
.nice-select.default::after {
  right: 0;
  top: 44%;
  right: 2px;
}
.nice-select.default ul.list {
  width: 220px;
  right: 0;
  left: unset;
}

/*------------ animation ---------------- */
@keyframes hover-btn-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  25% {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes ripple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.9;
  }
  100% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  50% {
    width: 200%;
    height: 200%;
    opacity: 0.5;
  }
  100% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.tf-fade-top {
  transform: translateY(10px);
  opacity: 0;
  visibility: 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;
}

.tf-fade-left {
  transform: translateX(-10px);
  opacity: 0;
  visibility: 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;
}

.tf-fade-right {
  transform: translateX(10px);
  opacity: 0;
  visibility: 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;
}

.tf-fade-bottom-left {
  transform: translate(10px, -10px);
  opacity: 0;
  visibility: 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;
}

.tf-fade-top-right {
  transform: translate(-10px, -10px);
  opacity: 0;
  visibility: 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;
}

.tf-animate-1 {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-1.active-animate {
  clip-path: inset(0 0 0 0);
  animation-delay: 0.5s;
}
.tf-animate-1.transition-1s {
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-2 {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-2.active-animate {
  clip-path: inset(0 0 0 0);
  animation-delay: 0.7s;
}

.tf-animate-3 {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-3.active-animate {
  clip-path: inset(0 0 0 0);
  animation-delay: 0.5s;
}

.tf-animate-4 {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 0.6s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-4.active-animate {
  clip-path: inset(0 0 0 0);
  animation-delay: 0.5s;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes l3 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes tranform-x-item {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tranform-y-item {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes tf-preload {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: transparent;
  }
  100% {
    transform: scale(0.8);
    background: transparent;
  }
}
/*------------ 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;
}

/*------------ widgets ---------------- */
.tf-product-info-wrap .tf-product-info-sold {
  padding-bottom: 16px;
}
.tf-product-info-wrap .tf-product-info-heading {
  padding-bottom: 20px;
}
.tf-product-info-wrap .tf-product-info-price {
  padding-bottom: 20px;
}
.tf-product-info-wrap .tf-product-info-desc {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--outline);
}
.tf-product-info-wrap p {
  color: var(--on-suface-variant-1);
}
.tf-product-info-wrap .tf-product-info-quantity {
  margin-bottom: 20px;
}
.tf-product-info-wrap .tf-product-info-quantity .title {
  padding-bottom: 8px;
}
.tf-product-info-wrap .tf-btn {
  padding: 11px 0 !important;
}
.tf-product-info-wrap .tf-product-info-by-btn {
  margin-bottom: 12px;
}
.tf-product-info-wrap .tf-product-info-choose-option .variant-picker-item {
  padding-bottom: 20px;
}

.tf-product-info-sold {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-sold .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-product-info-sold .icon i {
  font-size: 24px;
  color: var(--error);
}
.tf-product-info-sold .text {
  color: var(--on-suface-container);
}

.tf-product-info-wrap .name-product {
  color: var(--on-suface-container);
}

.tf-product-info-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tf-product-info-heading .price-on-sale {
  padding-right: 8px;
}
.tf-product-info-heading .compare-at-price {
  padding-right: 16px;
}

.price-on-sale {
  color: var(--on-suface-container);
}

.compare-at-price {
  text-decoration-line: line-through;
  color: var(--on-suface-variant-2);
}

.badges-on-sale {
  color: var(--white);
  background-color: var(--error);
  border-radius: 3px;
  padding: 0px 8px;
}

.variant-picker-item .variant-picker-label {
  padding-bottom: 8px;
}
.variant-picker-item .variant-picker-values {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.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 label {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  border-radius: 4px;
}
.variant-picker-item .variant-picker-values label.active {
  border-color: var(--on-suface-container);
}

.wg-quantity {
  width: 160px;
  height: 48px;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  border: 1px solid var(--outline);
  border-radius: 4px;
  overflow: hidden;
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--on-suface-container);
  cursor: pointer;
}
.wg-quantity input {
  width: 88px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--on-suface-container);
}

.tf-product-info-by-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-product-info-by-btn i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--outline);
  font-size: 24px;
}

.tf-product-info-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tf-product-info-price .price-on-sale {
  padding-right: 8px;
}
.tf-product-info-price .compare-at-price {
  padding-right: 16px;
}

.tf-product-info-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-view .icon {
  font-size: 20px;
}
.tf-product-info-view .icon i {
  color: var(--on-suface-container);
}
.tf-product-info-view span {
  text-decoration: underline;
}

.tf-product-info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-product-info-item .icon {
  font-size: 20px;
}
.tf-product-info-item .icon i {
  color: var(--on-suface-container);
}
.tf-product-info-item span {
  color: var(--on-suface-container);
}

.tf-product-info-extra-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
  align-items: center;
}

.tf-product-extra-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-extra-icon .icon {
  font-size: 20px;
}
.tf-product-extra-icon .icon i {
  color: var(--on-suface-container);
}
.tf-product-extra-icon p {
  color: var(--on-suface-container);
}

.tf-product-info-sku {
  padding: 20px 0;
  border-top: 1px solid var(--outline);
  border-bottom: 1px solid var(--outline);
  margin-bottom: 20px;
}
.tf-product-info-sku li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.tf-product-info-sku li .title-sku {
  color: var(--on-suface-container);
}
.tf-product-info-sku li .text-1 {
  color: var(--on-suface-variant-1);
}
.tf-product-info-sku li:last-child {
  margin-bottom: 0;
}

.tf-product-info-guranteed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
}
.tf-product-info-guranteed .tf-payment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tf-product-info-guranteed .tf-payment a {
  border: 1px solid var(--outline);
  border-radius: 4px;
}
.tf-product-info-guranteed .tf-payment a img {
  width: 48px;
}

.text-product-info-help {
  color: var(--on-suface-container);
}
.text-product-info-help a {
  text-decoration: underline;
}

.progress-bars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-rating {
  padding: 41px 39px 39px 37px;
  border: 2px solid var(--outline);
}
.review-rating .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 10px;
  flex-wrap: wrap;
}
.review-rating .heading .score {
  text-align: center;
  padding-right: 5px;
  width: max-content;
}
.review-rating .heading .score h1 {
  color: var(--On-Surface);
}
.review-rating .heading .score .rating {
  margin-top: -5px;
}
.review-rating .heading .score .rating i {
  font-size: 21px !important;
  margin-right: -4px;
}
.review-rating .heading .score .rating i:nth-child(5) {
  color: var(--outline);
}
.review-rating .heading .score .rating .text {
  text-align: center;
  color: var(--Secondary2);
}
.review-rating .heading .tf-btn {
  padding: 12px 32px;
  margin-bottom: 7px;
}
.review-rating .heading .progress-bars {
  height: 20px;
  margin-bottom: 8px;
}
.review-rating .heading .progress-bars:last-child {
  margin-bottom: 0;
}
.review-rating .heading .progress-rating {
  padding-bottom: 7px;
}
.review-rating .heading .progress-rating .rating-style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.review-rating .heading .progress-rating i {
  font-size: 20px;
}
.review-rating .heading .progress-rating .progress-cart {
  height: 12px;
}
.review-rating .comment-review .title-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 10px;
}
.review-rating .comment-review .sort-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-rating .comment-review .sort-by .text {
  white-space: nowrap;
  color: var(--on-suface-variant-1);
}
.review-rating .comment-review .sort-by .nice-select {
  border: 1px solid var(--outline) !important;
  border-radius: 4px;
  padding: 8px 55px 8px 16px;
}
.review-rating .comment-review .comment .comment-item {
  margin-bottom: 24px;
}
.review-rating .comment-review .comment .comment-item .name {
  padding-bottom: 5px;
  color: var(--On-Surface);
  width: 100%;
}
.review-rating .comment-review .comment .comment-item:last-child {
  margin-bottom: 0;
}
.review-rating .comment-review .comment .comment-item.type-reply {
  padding-left: 17px;
  border-left: 4px solid var(--Line);
}
.review-rating
  .comment-review
  .comment
  .comment-item.type-reply
  .avatar-comment {
  width: 52px;
  height: 52px;
}

.rating-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}
.rating-form input {
  display: none;
}
.rating-form label {
  cursor: pointer;
  transition: color 0.3s ease;
}
.rating-form label::before {
  content: "\e93d";
  font-family: "icomoon";
  font-size: 40px;
  color: var(--outline);
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating-form input:checked ~ label::before,
.rating-form label:hover::before,
.rating-form label:hover ~ label::before {
  color: var(--on-suface-container);
}

.fl-item {
  display: none;
}

.fl-item-1 {
  display: none;
}

.fl-item-2 {
  display: none;
}

.fl-item-3 {
  display: none;
}

.fl-item-4 {
  display: none;
}

.fl-item-5 {
  display: none;
}

.header-test {
  height: 500px;
  background-color: var(--primary);
}

.wg-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wg-counter.style-column {
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.counter-item .number-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.counter-item .number-counter .number {
  font-family: "Rethink Sans", sans-serif !important;
}
.counter-item .number-counter .odometer-formatting-mark {
  display: none !important;
}
.counter-item.style-2 h3 {
  color: var(--white);
}
.counter-item.style-2 .text {
  color: var(--primary);
}
.counter-item.style-3 .counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
}
.counter-item.style-3 h2 {
  color: var(--primary);
}
.counter-item.style-3 .text {
  color: var(--on-suface-container);
}
.counter-item.style-4 {
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
  padding: 16px 24px;
}
.counter-item.style-4 h3 {
  color: var(--white);
}
.counter-item.style-4 .text {
  color: var(--white);
}

.box-icon .icon {
  color: var(--on-suface-container);
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: max-content;
}
.box-icon .icon i {
  font-size: 60px;
}
.box-icon .title-box {
  display: inline-block;
  margin-bottom: 16px;
}
.box-icon .sub-title {
  color: var(--on-suface-variant-1);
}
.box-icon:hover .icon {
  transform: rotateY(180deg);
}
.box-icon.style-border {
  padding: 28px;
  border: 1px solid var(--outline);
  -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-icon.color-white i {
  color: var(--white);
}
.box-icon.color-white a {
  color: var(--white);
}
.box-icon.color-white .sub-title {
  color: var(--white);
}
.box-icon.bg-surface {
  padding: 40px;
  background-color: var(--surface);
}

.services-item {
  padding: 28px;
  border: 1px solid var(--surface);
  -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;
}
.services-item .icon {
  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;
  width: max-content;
}
.services-item .icon i {
  font-size: 80px;
}
.services-item .title-services {
  display: inline-block;
  margin-bottom: 16px;
}
.services-item .sub-title {
  color: var(--on-suface-variant-1);
}
.services-item.style-2 {
  background-color: var(--bg-1);
  border-color: var(--bg-1);
  padding: 39px;
  width: 100%;
  position: relative;
}
.services-item.style-2 .title-services {
  color: var(--white);
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.services-item.style-2 .sub-title {
  color: var(--white);
  position: relative;
}
.services-item.style-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-image: url("../image/section/img-hover-services.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  -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;
}
.services-item.style-2:hover {
  background-color: var(--primary);
  transition-delay: 0.2s;
}
.services-item.style-2:hover::before {
  height: 100%;
}
.services-item:hover {
  border-color: var(--primary);
}
.services-item:hover .icon {
  transform: rotateY(180deg);
}

.box-icon-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benefit-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  max-width: 100%;
}
.benefit-items .icon i {
  font-size: 32px;
  color: var(--primary);
}
.benefit-items .title {
  color: var(--on-suface-container);
}
.benefit-items.style-small-2 .icon i {
  font-size: 24px;
}
.benefit-items.style-small {
  gap: 4px;
}
.benefit-items.style-small .icon i {
  font-size: 20px;
}

.section-services-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-services-item .image {
  border-radius: 20px;
  width: 100%;
}
.section-services-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-services-item .services-content {
  max-width: calc(100% - 625px);
  width: 100%;
}
.section-services-item .services-content .heading {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--outline);
}
.section-services-item .services-content .name-services {
  display: inline-block;
  padding-bottom: 12px;
}
.section-services-item .services-content .sub-name {
  color: var(--on-suface-variant-1);
}
.section-services-item .services-content .benefit-lists {
  padding-bottom: 28px;
}
.section-services-item .services-content .benefit-lists .benefit-items {
  padding-bottom: 7px;
  align-items: start;
}
.section-services-item
  .services-content
  .benefit-lists
  .benefit-items:last-child {
  padding-bottom: 0;
}
.section-services-item.style-border {
  gap: 61px;
  border: 2px solid var(--outline);
  padding: 0;
  margin-bottom: 79px;
}
.section-services-item.style-border:last-child {
  margin-bottom: 0;
}
.section-services-item.style-border .heading {
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.section-services-item.style-border .image {
  border-radius: 0;
  max-width: 587px;
}
.section-services-item.style-border .services-content {
  padding-right: 40px;
  max-width: 100%;
}
.section-services-item.style-border .benefit-lists .benefit-items {
  padding-bottom: 6px;
}
.section-services-item.style-border .benefit-lists .benefit-items:last-child {
  padding-bottom: 0;
}

.process-item {
  position: relative;
}
.process-item .process-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--outline);
  margin-bottom: 20px;
  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;
}
.process-item .process-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--on-suface-container);
  -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;
}
.process-item .process-top .icon {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.process-item .name-process {
  display: block;
  margin-bottom: 8px;
  color: var(--on-suface-container);
}
.process-item .name-process:hover {
  color: var(--primary);
}
.process-item .desc {
  color: var(--on-suface-container);
}
.process-item:hover .icon {
  transform: rotateY(180deg);
}
.process-item.active .process-top::before {
  left: 0;
  right: auto;
  width: 100%;
}
.process-item.bg-1 {
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
  padding: 32px;
}
.process-item.bg-1 .process-top {
  border-color: var(--bg-1);
}
.process-item.bg-1 .process-top .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bg-1);
  border: 1px solid var(--bg-1);
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-item.bg-1 .process-top .icon i {
  color: var(--white);
  font-size: 32px;
}
.process-item.bg-1 .process-top span {
  /* color: var(--white); */
}
.process-item.bg-1 .process-top::before {
  background-color: var(--white);
}
.process-item.bg-1 .name-process {
  /* color: var(--white); */
  margin-bottom: 8px;
}
.process-item.bg-1 .name-process:hover {
  /* color: var(--primary);  */
}
.process-item.bg-1 .desc {
  /* color: var(--surface); */
}
.process-item.bg-1.bg-1-style-2 {
  padding: 20px;
}
.process-item.bg-1.bg-1-style-2 .icon {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  backdrop-filter: unset;
}
.process-item.bg-1.bg-1-style-2 .icon svg path {
  stroke: var(--white);
}
.process-item.style-border {
  border: 1px solid var(--outline);
  padding: 32px;
  -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;
}
.process-item.style-border .icon {
  background-color: var(--surface);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.process-item.style-border .icon i {
  font-size: 48px;
}
.process-item.style-border .name-process {
  margin-bottom: 6px;
}
.process-item.style-border .process-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: 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;
}
.process-item.style-border .process-top .icon {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.process-item.style-border.active {
  border-color: var(--primary);
}
.process-item.style-border.active .process-top::before {
  left: 0;
  right: auto;
  width: 100%;
}
.process-item.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 25%;
  width: 100%;
}
.process-item.style-2 .icon-list {
  position: absolute;
  top: 27%;
  left: -22%;
}
.process-item.style-2 .icon-list i {
  color: var(--on-suface-variant-1);
  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;
}
.process-item.style-2 .icon-list.item-2 {
  top: 30%;
}
.process-item.style-2 .icon-list.item-2 i {
  font-size: 13px;
}
.process-item.style-2 .icon-list.item-3 {
  top: 30%;
}
.process-item.style-2 .image {
  border-radius: 50%;
  max-width: 160px;
  margin-bottom: 20px;
}
.process-item.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-item.style-2 .name-process {
  margin-bottom: 12px;
}
.process-item.style-2 .label {
  margin-bottom: 4px;
}
.process-item.style-2 .desc {
  font-family: "Inter Tight", sans-serif;
  color: var(--on-suface-variant-1);
}
.process-item.style-2.active .icon-list i {
  color: var(--primary);
  opacity: 1;
}
.process-item.style-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 28px;
  position: relative;
  height: 142px;
}
.process-item.style-3 .number-process {
  color: var(--primary);
  width: 40px;
  height: 40px;
  border: 3px solid var(--bg-1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--on-suface-container);
  -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;
}
.process-item.style-3 .circle {
  position: absolute;
  top: -73%;
  left: 20px;
  width: 2px;
  border-left: 2px dashed var(--bg-1);
  height: 101px;
  -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;
}
.process-item.style-3 .process-content {
  width: 100%;
  max-width: calc(100% - 68px);
}
.process-item.style-3.active .number-process {
  color: var(--on-suface-container);
  border-color: var(--primary);
  border-radius: 50%;
  background-color: var(--white);
}
.process-item.style-3.active .circle {
  border-color: var(--primary);
}
.process-item.style-3.style-3-2 {
  gap: 24px;
  height: 138px;
}
.process-item.style-3.style-3-2 .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--surface);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.process-item.style-3.style-3-2 .icon i {
  font-size: 48px;
}
.process-item.style-3.style-3-2 .circle {
  position: absolute;
  top: 40px;
  left: 38px;
  width: 2px;
  border-left: 2px solid var(--outline);
  height: 101px;
  z-index: -1;
}
.process-item.style-3.style-3-2 .process-content {
  max-width: calc(100% - 104px);
}
.process-item.style-3.style-3-2 .process-content .name-process {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.process-item.style-3.style-3-2 .process-content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.process-item.style-3.style-3-2:last-child {
  height: auto;
}
.process-item.style-3.style-3-2:last-child .circle {
  display: none;
}
.process-item.style-color-white .name-process {
  color: var(--white);
}
.process-item.style-color-white .desc {
  color: var(--white);
}
.process-item.style-4 .process-top {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.process-item.style-4 .process-top .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-item.style-4 .process-top .icon i {
  font-size: 48px;
  color: var(--on-suface-container);
  -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;
}
.process-item.style-4:hover .icon {
  background-color: var(--primary);
  transform: rotateY(0);
}
.process-item.style-4:hover .icon i {
  color: var(--white);
}

.case-studies-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.case-studies-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-item .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.7%;
  background: linear-gradient(180deg, rgba(36, 40, 61, 0) 0%, #24283d 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;
}
.case-studies-item .case-studies-content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  transform: translateY(94px);
  -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: #317C6F; */
}
.case-studies-item .case-studies-content h5 {
  margin-bottom: 7px;
}
.case-studies-item .case-studies-content h5 .name {
  color: var(--white);
  border-bottom: 1px solid transparent;
}
.case-studies-item .case-studies-content .text {
  color: var(--white);
}
.case-studies-item .desc {
  color: var(--white);
  transform: translateY(-30px);
  opacity: 0;
  margin-top: 16px;
  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;
}
.case-studies-item.style-bg-content .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 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;
}
.case-studies-item.style-bg-content .image img {
  filter: grayscale(100%);
  opacity: 0.8;
  -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;
}
.case-studies-item.style-bg-content .case-studies-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
  transform: translateY(39%);
}
.case-studies-item.style-bg-content .desc {
  margin-top: 8px;
}
.case-studies-item.style-bg-content .btn-arrow-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.case-studies-item.style-bg-content.style-2-content .case-studies-content {
  transform: translateY(31%);
}
.case-studies-item.style-bg-content.style-2 .case-studies-content {
  transform: translateY(17%);
  padding: 22px 24px;
}
.case-studies-item.style-bg-content.style-2 .case-studies-content .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.case-studies-item.style-bg-content.style-2 .tf-btn-arrow-t-r {
  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;
  transform: translateY(-100%);
}
.case-studies-item.style-bg-content.style-2:hover .case-studies-content {
  transform: translateY(0);
}
.case-studies-item.style-bg-content.style-2:hover .tf-btn-arrow-t-r {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.case-studies-item.style-bg-content.style-no-color .image::before {
  background: var(--outline);
}
.case-studies-item.style-bg-content.style-no-color .image img {
  opacity: 0.8;
}
.case-studies-item.style-bg-content.style-no-color .case-studies-content {
  transform: translateY(40%);
}
.case-studies-item.style-bg-content:hover .image img {
  filter: grayscale(0%);
  opacity: 1;
}
.case-studies-item.style-bg-content:hover .image::before {
  height: 0;
}
.case-studies-item.style-bg-content:hover .case-studies-content {
  transform: translateY(0);
}
.case-studies-item:hover .image::before {
  height: 51.25%;
}
.case-studies-item:hover .case-studies-content {
  transform: translateY(0);
}
.case-studies-item:hover .case-studies-content h5 {
  margin-bottom: 8px;
}
.case-studies-item:hover .case-studies-content h5 .name {
  border-color: var(--white);
}
.case-studies-item:hover .desc {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.2s;
}

.wg-video {
  background-image: url(../image/section/wg-video-small.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-video.w-h-640 {
  width: 640px;
  height: 640px;
}
.wg-video.w-full {
  background-image: url(../image/section/wg-video.jpg);
  height: 645px;
  background-attachment: fixed;
}
.wg-video.w-full.img-2 {
  background-image: unset;
  background-color: var(--on-suface-container);
  height: 560px;
}
.wg-video.w-full.img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/wg-video-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.9;
}

.box-contact-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
}
.box-contact-item .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--bg-1);
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
}
.box-contact-item .icon i {
  color: var(--white);
  font-size: 32px;
}
.box-contact-item .title-section-contact {
  color: var(--on-suface-variant-2);
}
.box-contact-item .text {
  color: var(--white);
  display: inline-block;
}
.box-contact-item .label {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  width: max-content;
}
.box-contact-item .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.box-contact-item.style-bg-white {
  background-color: var(--white);
}
.box-contact-item.style-bg-white .icon {
  border-radius: 50%;
  border: 0;
  background-color: var(--surface);
}
.box-contact-item.style-bg-white .icon i {
  color: var(--on-suface-container);
}
.box-contact-item.style-bg-white .title-section-contact {
  color: var(--on-suface-variant-1);
}
.box-contact-item.style-bg-white .text {
  color: var(--on-suface-container);
}
.box-contact-item.style-bg-white .label {
  color: var(--on-suface-container);
  border-bottom: 0;
  width: max-content;
}

.industry-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--on-suface-container);
  border: 2px solid var(--outline);
  padding: 10px 24px;
  border-radius: 999px;
  width: max-content;
}
.industry-item a i {
  font-size: 32px;
}
.industry-item a:hover {
  border-color: var(--primary);
}
.industry-item.style-color-white a {
  color: var(--white);
  background-color: var(--bg-1);
  border-color: var(--bg-1);
  border-color: transparent;
  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;
  padding: 9px 24px;
}
.industry-item.style-color-white a:hover {
  border-color: var(--white);
}
.industry-item.style-2 {
  padding: 27px;
  border: 1px solid var(--outline);
  -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;
}
.industry-item.style-2 a {
  border: 0;
  padding: 0;
}
.industry-item.style-2 .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.industry-item.style-2 .top .icon {
  transform: rotateY(0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-item.style-2 .top .icon i {
  color: var(--on-suface-container);
  font-size: 32px;
}
.industry-item.style-2 .top h6 {
  color: var(--on-suface-container);
}
.industry-item.style-2 .desc {
  color: var(--on-suface-variant-1);
}
.industry-item.style-2:hover {
  border-color: var(--primary);
}
.industry-item.style-2:hover .icon {
  transform: rotateY(180deg);
}

.pricing-card-items {
  background-color: var(--white);
  border: 1px solid var(--outline);
  padding: 39px 39px 44px;
}
.pricing-card-items .pricing-card-top {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--outline);
  margin-bottom: 24px;
}
.pricing-card-items .tf-btn {
  padding: 13px 0 !important;
}
.pricing-card-items ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  color: var(--on-suface-variant-1);
}
.pricing-card-items ul li i {
  color: var(--primary);
  font-size: 24px;
}
.pricing-card-items ul li:last-child {
  margin-bottom: 0;
}
.pricing-card-items ul .color-on-suface-variant-2 i {
  color: var(--on-suface-variant-2);
}
.pricing-card-items.best-value {
  padding: 37px 39px;
}
.pricing-card-items.best-value .bg-color-primary {
  border: 1px solid var(--primary);
}
.pricing-card-items.best-value .bg-color-primary::before {
  background: var(--white);
}
.pricing-card-items.best-value .bg-color-primary:hover span {
  color: var(--on-suface-container);
}
.pricing-card-items.best-value .header-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}
.pricing-card-items.best-value .best-value-btn {
  background-color: var(--primary);
  border-radius: 999px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px;
}
.pricing-card-items.best-value .best-value-btn p {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: "SUSE", sans-serif;
}
.pricing-card-items.best-value.bg-on-suface-container .price {
  color: var(--white);
}
.pricing-card-items.best-value.bg-on-suface-container ul li {
  color: var(--white);
}
.pricing-card-items.bg-surface {
  background-color: var(--surface);
  border: none;
  padding: 39px 40px;
}
.pricing-card-items.bg-surface pricing-card-top {
  border-color: #e4e4e4;
}
.pricing-card-items.bg-surface ul li {
  color: var(--on-suface-variant-1);
}
.pricing-card-items.bg-surface.best-value .best-value-btn {
  letter-spacing: 0;
}

.team-item .image {
  margin-bottom: 24px;
}
.team-item .image img {
  width: 100%;
  height: 80%;
  /* object-fit: cover; */
}
.team-item .image .team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max-content;
  transform: translateY(100%);
  padding: 12px 0;
  background-color: var(--bg-3);
  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;
}
.team-item .team-content .name-team {
  margin-bottom: 4px;
}
.team-item .team-content .name-team a {
  color: var(--on-suface-container);
  position: relative;
}
.team-item .team-content .name-team a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  background-color: var(--on-suface-container);
  width: 0;
  height: 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;
}
.team-item .team-content .name-team a:hover {
  color: var(--primary);
}
.team-item .team-content .name-team a:hover::before {
  background-color: var(--primary);
}
.team-item.style-2 {
  background-color: var(--white);
  padding: 32px;
}
.team-item.style-2 .image {
  max-width: 258.5px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.team-item.style-2 .image .team-social {
  top: 60%;
  bottom: unset;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
.team-item.style-2 .image .tf-social .item a {
  background-color: var(--bg-3);
  backdrop-filter: unset;
}
.team-item.style-2 .image .tf-social .item a:hover {
  background-color: var(--white);
}
.team-item.style-2:hover .team-social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.team-item:hover .team-social {
  transform: translateY(0);
}
.team-item:hover .team-content .name-team a::before {
  left: 0;
  right: auto;
  width: 100%;
}

.box-agent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bg-1);
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.box-agent .list-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.box-agent .item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -16px;
  position: relative;
  z-index: 1;
}
.box-agent .item.img-avata {
  border: 2px solid var(--white);
}
.box-agent .item.img-avata.no-border {
  border: none;
}
.box-agent .item.text-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding-left: 12px;
  padding-right: 8px;
}
.box-agent .item:nth-child(2) {
  z-index: 4;
}
.box-agent .item:nth-child(3) {
  z-index: 3;
}
.box-agent .item:nth-child(4) {
  z-index: 2;
}
.box-agent .item:first-child {
  margin-left: 0;
  z-index: 5;
}
.box-agent.no-border {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.number-year {
  max-width: 150px;
  width: 100%;
  background-color: var(--primary);
  padding: 24.5px 34.5px;
}
.number-year h3,
.number-year p {
  color: var(--white);
}

.tf-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.tf-marquee .marquee-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  animation: infiniteScroll 20s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}
.tf-marquee .marquee-wrapper .initial-child-container {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}
.tf-marquee .marquee-wrapper .initial-child-container .marquee-child-item {
  display: inline-flex;
}
.tf-marquee .marquee-wrapper:hover {
  animation-play-state: paused;
}
.tf-marquee.style-2 .marquee-wrapper {
  animation: infiniteScroll 70s linear infinite;
}
.tf-marquee.style-2 .marquee-wrapper:hover {
  animation-play-state: paused;
}

.tf-group-features {
  position: relative;
  width: 466px;
  height: 466px;
  animation: rotate 200s infinite linear;
  overflow: hidden;
}
.tf-group-features .image-main {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-group-features .image-main a {
  display: inline-block;
  width: 160px;
  height: 160px;
  background-color: var(--on-suface-container);
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-group-features .img-item {
  max-width: 97px;
  height: 97px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.tf-group-features .img-item a {
  width: 97px;
  height: 97px;
}
.tf-group-features .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-group-features .img-item.item-1 {
  top: 0%;
  left: 184px;
}
.tf-group-features .img-item.item-2 {
  top: 15%;
  left: 32px;
}
.tf-group-features .img-item.item-3 {
  top: 47.4%;
  left: 0;
}
.tf-group-features .img-item.item-4 {
  top: 76%;
  left: 102px;
}
.tf-group-features .img-item.item-5 {
  top: 76%;
  right: 97px;
}
.tf-group-features .img-item.item-6 {
  top: 47%;
  right: 5px;
}
.tf-group-features .img-item.item-7 {
  top: 15%;
  right: 40px;
}
.tf-group-features .dashed-lines {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tf-group-features .inner {
  animation: rotate2 200s infinite linear;
}

.brand-item.style-opacity {
  opacity: 0.4;
}
.brand-item.style-opacity:hover {
  opacity: 1;
}

.w-100 {
  max-width: 100px;
  width: 100%;
}

.progress-box {
  max-width: 398px;
  width: 100%;
  padding: 35px;
  background-color: var(--white);
  border-radius: 30px;
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
}
.progress-box .top-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.progress-cart {
  width: 100%;
  background-color: #ededed;
  height: 8px;
  position: relative;
  border-radius: 1000px;
}
.progress-cart .value {
  position: relative;
  height: 100%;
  background-color: var(--primary);
  border-radius: 1000px;
  transition: width 2s ease;
}
.progress-cart.bg-color-on-suface-container {
  height: 4px;
}
.progress-cart.bg-color-on-suface-container .value {
  background-color: var(--on-suface-container);
}
.progress-cart.bg-color-on-suface-container .round {
  position: absolute;
  left: 98%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: var(--on-suface-container);
  border-radius: 1000px;
}
.progress-cart.style-2 {
  border-radius: 0;
  background-color: var(--outline);
  width: 440.2px;
}
.progress-cart.style-2 .value {
  background-color: var(--on-suface-container);
  border-radius: 0;
}

.card-chart {
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
  padding: 23px 39px;
  border-radius: 30px;
  position: relative;
  background-color: var(--white);
}
.card-chart .top-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}
.card-chart .top-card .text {
  color: #959fba;
}
.card-chart .arrow-card-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  top: 31px;
  right: 27px;
}
.card-chart .arrow-card-btn .card-chart-arrow-btn {
  width: 15.22px;
  height: 15.22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf0f8;
  border-radius: 50%;
}
.card-chart .arrow-card-btn .card-chart-arrow-btn i {
  font-size: 7px;
  color: #959fba;
}
.card-chart .number-char {
  font-size: 50px;
  line-height: 50px;
  color: #081d34;
  font-weight: 700;
}
.card-chart .number-plus {
  color: #63e483;
}
.card-chart .number-plus.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #bfbfbf;
}
.card-chart .number-plus.style-2 .icon {
  width: 18px;
  height: 18px;
  background-color: #3ec770;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-chart .number-plus.style-2 .icon i {
  font-size: 10px;
  font-weight: 700;
  color: var(--white);
}
.card-chart .card-chart-content text {
  font-family: "Rethink Sans", sans-serif !important;
}
.card-chart p {
  color: #959fba;
}
.card-chart.card-chart-1 {
  padding: 23px 39px 30px;
}
.card-chart.card-chart-1 .card-chart-content {
  margin-bottom: 29px;
}
.card-chart.card-chart-1 .card-chart-content text {
  display: none;
}
.card-chart.card-chart-1 .number-percent {
  text-align: center;
  margin-top: -57px;
}
.card-chart.style-2 {
  padding: 38px 32px 15px;
}
.card-chart.style-2 .card-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bababa;
  justify-content: space-between;
  padding-bottom: 13px;
}
.card-chart.style-2 .card-content .number-plus {
  padding-left: 5px;
}
.card-chart.style-2 .card-content .text {
  padding-bottom: 3px;
  padding-left: 4px;
}
.card-chart.style-2 .card-content h5 {
  font-weight: 700;
}
.card-chart.style-2 .card-content:last-child {
  border: none;
  padding-bottom: 0;
  padding-top: 15px;
}
.card-chart.style-3 {
  max-width: 100%;
  padding: 0 24px 14px 37px;
}
.card-chart.style-3 .left {
  padding-top: 30px;
}
.card-chart.style-3 .card-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.card-chart.style-3 .card-content .text {
  margin-bottom: 5px;
}
.card-chart.style-3 .card-content .price-card {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 33px;
}
.card-chart .nice-select {
  max-width: 72px;
  width: 100%;
}
.card-chart .nice-select span {
  color: var(--color-text-4);
}
.card-chart .nice-select::before {
  right: 0;
  color: var(--color-text-4);
}

.wg-box-chart {
  border: 1px solid var(--outline);
}
.wg-box-chart .top-wg-box-char {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 24px 24px 20px;
}
.wg-box-chart .top-wg-box-char .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.wg-box-chart .top-wg-box-char .left h5 {
  padding-right: 12px;
}
.wg-box-chart .top-wg-box-char .left .number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  color: var(--primary);
}
.wg-box-chart .wg-tab ul {
  min-width: unset;
  border: 0;
}
.wg-box-chart .wg-tab ul a {
  padding-bottom: 0 !important;
  color: var(--on-suface-variant-1);
}
.wg-box-chart .wg-tab ul a::before {
  background-color: var(--on-suface-container);
}
.wg-box-chart .wg-tab ul a:hover {
  color: var(--on-suface-container);
}
.wg-box-chart .wg-tab ul a.active {
  color: var(--on-suface-container);
}

.time-line-item {
  padding-top: 38px;
  border-top: 2px solid var(--bg-1);
  position: relative;
}
.time-line-item::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 4px solid var(--bg-1);
  background-color: var(--on-suface-container);
  -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;
}
.time-line-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 38px;
  background-color: var(--bg-1);
  z-index: -1;
}
.time-line-item.active {
  border-color: var(--primary);
}
.time-line-item.active::before {
  border-color: var(--white);
}
.time-line-item.active::after {
  background-color: var(--primary);
}
.time-line-item.active .time-line-content {
  background-color: var(--primary);
}
.time-line-item.active .time-line-content .label {
  color: var(--white);
}

.time-line-content {
  background-color: var(--bg-1);
  text-align: center;
  padding: 30px;
  min-height: 300px;
  margin: 0 15px;
  -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;
}
.time-line-content .heading {
  margin-bottom: 16px;
}
.time-line-content .heading .label {
  margin-bottom: 8px;
  /* color: var(--primary); */
  color: rgb(202, 199, 199);
  -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;
}
.time-line-content .heading .title-content {
  color: var(--white);
}
.time-line-content .desc {
  color: var(--white);
}

.sidebar-contact {
  background-color: var(--on-suface-container);
  position: relative;
  padding: 33px 32px 30px;
  overflow: hidden;
}
.sidebar-contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-sidebar-details.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.sidebar-contact .heading-section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--bg-1);
}
.sidebar-contact .box-contact-item .content {
  max-width: calc(100% - 72px);
}

.header-content-menu-sidebar {
  position: sticky;
  top: -80px;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: var(--white);
  overflow: auto;
}
.header-content-menu-sidebar::-webkit-scrollbar {
  display: none;
}

.detalis-content .cols .benefit-lists {
  max-width: 50%;
  width: 100%;
}

.wg-team-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 60px;
  padding: 40px;
  background-color: var(--white);
}
.wg-team-details .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wg-team-details .tf-social .item a {
  border-color: var(--outline);
}
.wg-team-details .team-details-content {
  max-width: 480px;
  width: 100%;
}

.team-details-content .position,
.team-details-content .desc,
.team-details-content .label {
  color: var(--on-suface-variant-1);
}

.infomation-team .cols {
  gap: 20px;
  margin-bottom: 20px;
}
.infomation-team .cols:last-child {
  margin-bottom: 0;
}
.infomation-team .cols .label {
  margin-bottom: 8px;
}
.infomation-team .cols .infomation-content {
  max-width: 50%;
  width: 100%;
}

.experience-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--outline);
}
.experience-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.experience-item h6 {
  text-align: end;
}

.gallery-item {
  position: relative;
}
.gallery-item .image {
  background-color: var(--on-suface-container);
  -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;
}
.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.gallery-item .gallery-content .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: var(--white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}
.gallery-item .gallery-content .icon i {
  font-size: 40px;
  color: var(--on-suface-container);
}
.gallery-item:hover .image img {
  opacity: 0.4;
}
.gallery-item:hover .icon {
  width: 80px;
  height: 80px;
  opacity: 1;
  visibility: visible;
}

.ratings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}
.ratings li i {
  color: var(--on-suface-container);
}
.ratings li:nth-child(5) i {
  color: var(--outline);
}

.tf-cart-sold .notification-sold {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}
.tf-cart-sold .notification-sold .icon {
  max-width: 30px;
}
.tf-cart-sold .time-count {
  display: inline-block;
  color: var(--error);
}

.ip-discount-code {
  position: relative;
  max-width: 520px;
  width: 100%;
}
.ip-discount-code input {
  width: 100%;
  padding: 11px 20px !important;
  border: 1px solid var(--outline) !important;
  border-radius: 4px;
}
.ip-discount-code input::placeholder {
  color: var(--on-suface-variant-2) !important;
}
.ip-discount-code .tf-btn {
  padding: 8px 20px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-radius: 2px;
}

.bottom-form-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.wg-form-information .cols {
  gap: 20px 16px;
}
.wg-form-information textarea {
  padding: 9px 14px;
  border: 2px solid var(--outline);
  height: 100px;
  border-radius: 4px;
}
.wg-form-information textarea::placeholder {
  color: var(--on-suface-variant-2);
}
.wg-form-information input[type="text"] {
  padding: 8px 15px;
  border: 2px solid var(--outline);
  border-radius: 4px;
  width: 100%;
}
.wg-form-information input[type="text"]::placeholder {
  color: var(--on-suface-variant-2);
}
.wg-form-information .nice-select {
  border-radius: 8px;
  border: 2px solid var(--outline) !important;
  padding: 9px 16px;
}
.wg-form-information .nice-select::after {
  right: 16px;
}

.form-payment .payment-item {
  padding: 10px 18px;
  border: 2px solid var(--outline);
  border-radius: 8px;
  margin-bottom: 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;
}
.form-payment .payment-item .payment-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}
.form-payment .payment-item .text {
  margin-bottom: 18px;
}
.form-payment .payment-item.active {
  padding-top: 18px;
  padding-bottom: 16px;
}
.form-payment .payment-item.active .payment-header {
  margin-bottom: 8px;
}
.form-payment .payment-item:nth-child(2) .collapse:not(.show) {
  display: block;
}
.form-payment .payment-item:nth-child(3) {
  padding: 10px 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-payment .payment-item:nth-child(3) .collapse:not(.show) {
  display: block;
}
.form-payment .payment-item:last-child {
  padding: 13px 18px;
  margin-bottom: 41px;
}
.form-payment .payment-item:last-child .collapse:not(.show) {
  display: block;
}
.form-payment .card-numbers {
  position: relative;
}
.form-payment .card-numbers .img-icon-payment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-payment input[type="text"],
.form-payment input[type="date"] {
  padding: 9px 15px;
  border: 2px solid var(--outline);
  border-radius: 8px;
  width: 100%;
}
.form-payment input[type="checkbox"] {
  background: none;
  height: 20px;
  width: 20px;
}
.form-payment input[type="checkbox"]:checked::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: var(--on-suface-container);
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-payment input[type="checkbox"]::before {
  content: "\e914";
  position: absolute;
  font-size: 15px;
  color: var(--white);
  font-family: "icomoon";
  opacity: 0;
}

.wg-your-order .heading h5 {
  color: var(--On-Surface);
}
.wg-your-order .wg-your-order-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--outline);
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.wg-your-order .wg-your-order-list li:last-child {
  margin-bottom: 0px;
}
.wg-your-order .wg-order-summary {
  padding: 20px 0 0;
  border-top: 1px solid var(--Line);
  margin-left: 0;
}
.wg-your-order .wg-order-summary .order-summary-content {
  padding: 0 0 16px;
}
.wg-your-order .wg-order-summary .total {
  padding: 20px 0 0;
  border-top: 1px solid var(--Line);
}
.wg-your-order .ip-discount-code {
  margin-right: 0;
}
.wg-your-order .ip-discount-code input {
  padding: 10px 20px !important;
}

.box-buy .shiping {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--outline);
  border-top: 1px solid var(--outline);
}

.wg-404 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 1080px;
  background-color: var(--on-suface-container);
}
.wg-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-404.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.wg-404 .inner-404 {
  background: rgba(0, 0, 0, 0.1490196078);
  backdrop-filter: blur(40px);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.wg-404 .content-404 {
  background: transparent;
  max-width: 520px;
}
.wg-404 .content-404 .text-oops {
  font-weight: 400;
  font-size: 180px;
  line-height: 225px;
  letter-spacing: 0%;
  font-family: "Geologica", sans-serif;
  color: var(--white);
  margin-bottom: 28px;
}
.wg-404 .content-404 h3 {
  color: var(--white);
  margin-bottom: 12px;
}
.wg-404 .content-404 .text {
  color: var(--on-suface-variant-2);
  margin-bottom: 28px;
}

.banner-item .image {
  margin-bottom: 30px;
}
.banner-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-item .banner-item-content {
  text-align: center;
}
.banner-item .banner-item-content .name-banner {
  margin-bottom: 16px;
}
.banner-item .banner-item-content ul li {
  margin-bottom: 4px;
}
.banner-item .banner-item-content ul li:last-child {
  margin-bottom: 0;
}

.service-details-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-content.style-2 .cols .benefit-lists {
  max-width: 42% !important;
}

.case-details-box {
  padding: 23px;
  border: 2px solid var(--outline);
}
.case-details-box h5 {
  margin-bottom: 18px;
}
.case-details-box .box-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--outline);
}
.case-details-box .box-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.case-details-box .number-month {
  padding-right: 8px;
}

.wg-new-letter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  justify-content: space-between;
  background-color: var(--white);
  max-width: 880px;
  width: 100%;
  position: relative;
}
.wg-new-letter .image {
  max-width: 440px;
  width: 100%;
}
.wg-new-letter .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-new-letter .heading {
  margin-bottom: 28px;
}
.wg-new-letter .new-letter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  width: 100%;
}
.wg-new-letter .new-letter-content input {
  padding: 13px 24px;
  background-color: transparent;
  border: 1px solid var(--outline);
  border-radius: 999px;
  font-size: 14px;
  line-height: 22px;
  color: var(--on-suface-container);
  margin-bottom: 16px;
}
.wg-new-letter .new-letter-content input::placeholder {
  color: var(--on-suface-variant-2);
  font-size: 14px;
  line-height: 22px;
}
.wg-new-letter .new-letter-content .tf-btn {
  max-width: 304px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.wg-new-letter .icon-new-letter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg-6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}
.wg-new-letter .icon-new-letter i {
  font-size: 24px;
  color: #181818;
}

.text-color-change {
  letter-spacing: -0.15px;
}

.cd-words-wrapper::after {
  display: none;
}
.cd-words-wrapper .item-text {
  color: var(--color-text-1);
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: unset;
  background-image: unset;
}

.sidebar-details .form-contact-home {
  padding: 32px 32px 28px;
}
.sidebar-details .form-contact-home input {
  padding: 11px 13px;
}
.sidebar-details .form-contact-home .nice-select {
  padding: 9px 13px;
}
.sidebar-details .form-contact-home textarea {
  padding: 11px 13px;
}

.menu-sidebar-tab li {
  margin-bottom: 8px;
}
.menu-sidebar-tab li:last-child {
  margin-bottom: 0;
}
.menu-sidebar-tab a {
  padding: 16px 24px;
  border: 2px solid var(--outline);
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-sidebar-tab a i {
  color: var(--on-suface-variant-2);
}
.menu-sidebar-tab a:hover {
  color: var(--white);
  background-color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.menu-sidebar-tab a.active {
  color: var(--white);
  background-color: var(--on-suface-container);
  border-color: var(--on-suface-container);
}
.menu-sidebar-tab.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-width: 921px;
}
.menu-sidebar-tab.style-2 li {
  margin-bottom: 0 !important;
  max-width: 25%;
  width: 100%;
}
.menu-sidebar-tab.style-2 li:last-child a {
  border: none;
}
.menu-sidebar-tab.style-2 a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  background-color: var(--surface);
}
.menu-sidebar-tab.style-2 a:hover {
  background-color: var(--on-suface-container);
}
.menu-sidebar-tab.style-2 a.active {
  background-color: var(--on-suface-container);
}

.project-item {
  height: 634px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  justify-content: end;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.project-item .project-content {
  transform: translateY(38%);
  padding: 32px;
  position: relative;
  -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;
}
.project-item .project-content h5 {
  margin-bottom: 8px;
  position: relative;
}
.project-item .project-content h5 a {
  color: var(--white);
  border-bottom: 1px solid transparent;
}
.project-item .project-content h5 a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.project-item .project-content .text {
  color: var(--white);
  position: relative;
}
.project-item .project-content .desc {
  color: var(--white);
  transform: translateY(-30px);
  -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;
  opacity: 0;
  visibility: hidden;
  padding-top: 16px;
}
.project-item .project-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 40, 61, 0) 0%, #24283d 100%);
}
.project-item.active .project-content {
  transform: translateY(0);
}
.project-item.active .project-content a {
  border-color: var(--white);
}
.project-item.active .desc {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
  visibility: visible;
}
.project-item.style-2 {
  height: 680px;
}
.project-item.style-2 .project-content {
  width: 100%;
  padding: 24px;
  backdrop-filter: blur(16px);
  transform: translateY(0);
}
.project-item.style-2 .project-content::before {
  display: none;
}
.project-item.style-2 a {
  color: var(--white);
  border: none;
}
.project-item.style-2 .label {
  color: var(--white);
}
.project-item.style-2.active .project-content {
  backdrop-filter: blur(16px);
  background-color: var(--white);
}
.project-item.style-2.active .project-content a {
  color: var(--on-suface-container);
}
.project-item.style-2.active .project-content .label {
  color: var(--primary);
}

.list-image-project .image-project {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  -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;
}
.list-image-project .image-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-image-project .image-project.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.preload-container .middle {
  /* top: 50%;
  left: 50%;
  position: absolute; */
  width: 240px;
  height: 100px;
  z-index: 100;
  /* margin: -50px 0 0 -50px; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: url(../image/logo/preload.png);
  animation: tf-preload 1.2s linear infinite alternate;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--white);
}
.progress-wrap::after {
  position: absolute;
  content: "\e90c";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 10px;
  color: var(--on-suface-container);
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  transform: rotate(180deg);
  transform: rotate(-90deg);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--primary);
  stroke-width: 5;
  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;
}

/*------------ sections ---------------- */
.tf-spacing-1 {
  padding-top: 100px;
  padding-bottom: 152px;
}

.tf-spacing-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tf-spacing-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.tf-spacing-6 {
  padding-top: 76px;
  padding-bottom: 109px;
}

.tf-spacing-7 {
  padding-top: 100px;
  padding-bottom: 0;
}

.tf-spacing-8 {
  padding-top: 40px;
  padding-bottom: 0;
}

.tf-spacing-11 {
  padding-top: 98px;
  padding-bottom: 97px;
}

.tf-spacing-12 {
  padding-top: 98px;
  padding-bottom: 104px;
}

.tf-spacing-14 {
  padding-top: 112px;
  padding-bottom: 100px;
}

.tf-spacing-15 {
  padding-top: 80px;
  padding-bottom: 83px;
}

.tf-spacing-16 {
  padding-top: 100px;
  padding-bottom: 107px;
}

.tf-spacing-17 {
  padding-top: 100px;
  padding-bottom: 96px;
}

.tf-spacing-18 {
  padding-top: 97px;
  padding-bottom: 100px;
}

.tf-spacing-21 {
  padding-top: 100px;
  padding-bottom: 120px;
}

.tf-spacing-22 {
  padding-top: 97px;
  padding-bottom: 107px;
}

.tf-spacing-23 {
  padding-top: 100px;
  padding-bottom: 78px;
}

.tf-spacing-24 {
  padding-top: 96px;
  padding-bottom: 100px;
}

.tf-spacing-25 {
  padding-top: 76px;
  padding-bottom: 103px;
}

.tf-spacing-26 {
  padding-top: 98px;
  padding-bottom: 0;
}

.tf-spacing-27 {
  padding-top: 100px;
  padding-bottom: 114px;
}

.tf-spacing-28 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tf-spacing-29 {
  padding-top: 100px;
  padding-bottom: 77px;
}

.tf-spacing-30 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.tf-spacing-31 {
  padding-top: 100px;
  padding-bottom: 98px;
}

.page-title {
  background-color: var(--on-suface-container);
  position: relative;
}
.page-title .page-title-content {
  position: relative;
}
.page-title .page-title-content .title-page-title,
.page-title .page-title-content .sub-title {
  color: var(--white);
}
.page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-title.style-1 {
  padding: 122px 0 88px;
}
.page-title.style-1 .breadkcum {
  padding-bottom: 44px;
}
.page-title.style-1 .title-page-title {
  padding-bottom: 16px;
}
.page-title.bg-img-1::before {
  background-image: url(../image/page-title/page-title-1.jpg);
  opacity: 0.3;
}
.page-title.bg-img-2::before {
  background-image: url(../image/page-title/page-title-2.jpg);
  opacity: 0.3;
}
.page-title.bg-img-3::before {
  background-image: url(../image/page-title/page-title-3.jpg);
  opacity: 0.5;
}
.page-title.bg-img-4::before {
  /* height: 300px; */
  background-image: url(../image/page-title/page-title-6.jpg);
  opacity: 0.3;
}
.page-title.bg-img-5::before {
  background-image: url(../image/section/service3.jpg);
  opacity: 0.3;
}
.page-title.bg-img-6::before {
  background-image: url(../image/page-title/page-title-7.jpg);
  opacity: 0.3;
}
.page-title.bg-img-7::before {
  background-image: url(../image/page-title/page-title-8.jpg);
  opacity: 0.5;
}
.page-title.bg-img-8::before {
  background-image: url(../image/page-title/page-title-9.jpg);
  opacity: 0.5;
}
.page-title.bg-img-9::before {
  background-image: url(../image/page-title/page-title-10.jpg);
  opacity: 0.5;
}
.page-title.bg-img-10::before {
  background-image: url(../image/page-title/page-title-11.jpg);
  opacity: 0.5;
}
.page-title.bg-img-11::before {
  background-image: url(../image/page-title/page-title-2.jpg);
  opacity: 0.5;
}
.page-title.bg-img-12::before {
  background-image: url(../image/page-title/page-title-12.jpg);
  opacity: 0.5;
}
.page-title.bg-img-13::before {
  background-image: url(../image/page-title/page-title-13.jpg);
  opacity: 0.3;
}
.page-title.bg-img-14::before {
  background-image: url(../image/page-title/page-title-14.jpg);
  opacity: 0.3;
}
.page-title.bg-img-15::before {
  background-image: url(../image/page-title/page-title-15.jpg);
  opacity: 0.3;
}
.page-title.bg-img-16 {
  padding: 122px 0 96px;
}
.page-title.bg-img-16::before {
  background-image: url(../image/page-title/page-title-16.jpg);
  opacity: 0.3;
}
.page-title.bg-img-17::before {
  background-image: url(../image/page-title/page-title-17.jpg);
  opacity: 0.3;
}
.page-title.bg-img-18::before {
  background-image: url(../image/page-title/page-title-18.jpg);
  opacity: 0.3;
}
.page-title.bg-img-19::before {
  background-image: url(../image/page-title/page-title-19.jpg);
  opacity: 0.3;
}
.page-title.bg-img-20::before {
  background-image: url(../image/page-title/page-title-20.jpg);
  opacity: 0.4;
}
.page-title.style-2 {
  padding: 122px 0 40px;
}
.page-title.style-2 .breadkcum {
  padding-bottom: 434px;
}
.page-title.style-2 .title-page-title {
  margin-bottom: 16px;
}
.page-title.style-2 .meta .meta-content .icon i {
  color: var(--white);
}
.page-title.style-2 .meta .meta-content .text {
  color: var(--white);
}

.breadkcum .caption-1 {
  color: var(--white);
}
.breadkcum .caption-1.page-breadkcum {
  opacity: 50%;
}

.meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 33px;
  flex-wrap: wrap;
}
.meta .meta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta .meta-content .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.meta .meta-content .icon i {
  font-size: 20px;
}

.page-title-home .page-title-inner {
  background-color: var(--on-suface-container);
  position: relative;
}
.page-title-home .page-title-inner::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-title-home .page-title-inner .page-title-content {
  position: relative;
  z-index: 2;
}
.page-title-home .page-title-inner .page-title-content h1 {
  color: var(--white);
  margin-bottom: 16px;
}
.page-title-home .page-title-inner .page-title-content .sub-title {
  color: var(--white);
  margin-bottom: 36px;
}
.page-title-home .page-title-inner .page-title-content.text-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-title-home .tf-btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.page-title-home .tf-btn-arrow.arrow-left {
  left: 30px;
}
.page-title-home .tf-btn-arrow.arrow-right {
  right: 30px;
}
.page-title-home:hover .tf-btn-arrow {
  opacity: 1;
  visibility: visible;
}
.page-title-home:hover .tf-btn-arrow.arrow-left {
  left: 40px;
}
.page-title-home:hover .tf-btn-arrow.arrow-right {
  right: 40px;
}
.page-title-home.img-1 .page-title-inner {
  padding: 227px 0 173px;
}
.page-title-home.img-1 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-1.jpg");
  opacity: 0.5;
}
.page-title-home.img-2 .page-title-inner {
  padding: 187px 0 142px;
}
.page-title-home.img-2 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-2.jpg");
  opacity: 0.5;
}
.page-title-home.img-3 .page-title-inner {
  padding: 217px 0 141px;
}
.page-title-home.img-3 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-4.jpg");
  opacity: 0.5;
}
.page-title-home.img-4 .page-title-inner {
  padding: 283px 0 213px !important;
}
.page-title-home.img-4 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-5.jpg");
}
.page-title-home.img-4 .page-title-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(36, 40, 62, 0.5) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.page-title-home.img-5 .page-title-inner {
  padding: 309.5px 0 215.5px;
}
.page-title-home.img-5 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-6.jpg");
  opacity: 0.5;
}
.page-title-home.img-6 .page-title-inner {
  padding: 283px 0 243px;
}
.page-title-home.img-6 .page-title-inner::before {
  background-image: url("../image/page-title/page-title-home-7.jpg");
  opacity: 0.5;
}
.page-title-home.style-2 .page-title-inner {
  background-color: var(--bg-2);
}
.page-title-home.style-2 .page-title-inner .page-title-content {
  padding: 105px 0 107px;
}
.page-title-home.style-2 .page-title-inner .page-title-content h1 {
  color: var(--on-suface-container);
}
.page-title-home.style-2 .page-title-inner .page-title-content .sub-title {
  color: var(--on-suface-container);
}
.page-title-home.style-2 .page-title-inner .page-title-home-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-title-home.style-2 .page-title-inner .page-title-home-right .image {
  background-color: var(--on-suface-container);
  max-width: 959px;
  width: 100%;
  height: 100%;
}
.page-title-home.style-2 .page-title-inner .page-title-home-right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.page-title-home.style-2 .page-title-inner .page-title-home-right .wg-counter {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  flex-wrap: wrap;
}
.page-title-home.style-2
  .page-title-inner
  .page-title-home-right
  .wg-counter
  .counter-item {
  flex: 1 1 calc(25% - 20px);
}
.page-title-home.style-2
  .page-title-inner
  .page-title-home-right
  .wg-counter
  .counter-item
  .number-counter {
  margin-bottom: -2px;
}
.page-title-home.bg-surface {
  background-color: var(--surface);
}
.page-title-home.style-3 .heading-section {
  padding-top: 57px;
  padding-bottom: 39px;
  align-items: end;
}
.page-title-home.style-3 .image-title-home {
  position: relative;
}
.page-title-home.style-3 .image-title-home .wg-curve-text {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page-title-home.style-3 .image-title-home .image {
  max-height: 660px;
}
.page-title-home.style-3 .image-title-home .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title-home.style-3 .right {
  padding-right: 8px;
}
.page-title-home.style-3 .right .tf-btn {
  padding: 15px 33px;
}

.heading-section {
  margin-bottom: 40px;
  position: relative;
}
.heading-section .tag {
  margin-bottom: 20px;
}
.heading-section .sub-title {
  color: var(--on-suface-variant-1);
}
.heading-section .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.heading-section.style-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading-section.style-2 h3 {
  margin-bottom: 0;
}
.heading-section.style-color-white .title-section,
.heading-section.style-color-white h3 {
  color: var(--white);
}
.heading-section.style-color-white .sub-title {
  color: var(--white);
}

.text-center .tag {
  margin-left: auto;
  margin-right: auto;
}
.text-center .tf-btn {
  margin-left: auto;
  margin-right: auto;
}

.section-content .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.wg-curve-text {
  position: relative;
  width: max-content;
  height: max-content;
  background-color: var(--white);
  border-radius: 50%;
}
.wg-curve-text .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wg-curve-text .icon i {
  font-size: 32px;
}
.wg-curve-text .text-rotate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: max-content;
  margin: 0;
  background-color: transparent;
  animation: rotate 10s linear infinite;
}
.wg-curve-text .text-rotate .circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
}

.text-rotate .text span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 0 70px;
  color: var(--on-suface-container);
  padding-top: 5px;
  vertical-align: middle;
}

.section-about.h-1 .flat-animate-tab {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--outline);
}
.section-about.h-1 .text {
  color: var(--on-suface-variant-1);
}
.section-about.h-2 .about-inner {
  position: relative;
  border-top: 1px solid var(--outline);
}
.section-about.h-2 .about-inner .about-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 54px;
  padding-bottom: 56px;
  max-width: 74.5%;
  width: 100%;
}
.section-about.h-2 .about-inner .about-content .wg-counter {
  padding-left: 40px;
  margin-left: 68px;
  border-left: 1px solid var(--outline);
}
.section-about.h-2 .about-inner .about-bottom {
  background-color: var(--surface);
}
.section-about.h-2 .about-inner .flat-animate-tab {
  padding-top: 40px;
  padding-bottom: 41px;
  max-width: 70%;
  width: 100%;
}
.section-about.h-2 .section-about-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  height: 100%;
}
.section-about.h-3.section-one-page {
  scroll-margin-top: 50px;
}
.section-about.h-5 .about-left {
  position: relative;
}
.section-about.h-5 .about-left .item {
  position: absolute;
}
.section-about.h-5 .about-left .item.item-2 {
  bottom: 0;
  right: 0;
  padding-left: 20px;
  padding-top: 20px;
  background-color: var(--white);
}
.section-about.h-5 .about-left .item.item-3 {
  top: 17.2%;
  right: 0;
}
.section-about.h-5 .section-content {
  padding-top: 60px;
}
.section-about.h-5 .benefit-lists .benefit-items {
  align-items: center;
}
.section-about.h-5 .benefit-lists .benefit-items .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about.h-5 .tf-phone {
  gap: 17px;
}
.section-about.h-5 .tf-phone .content .caption-1 {
  margin-bottom: 4px;
}
.section-about.h-6 {
  background-color: var(--on-suface-container);
}
.section-about.h-6 .section-about-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.section-about.h-6 .section-about-inner .section-about-content {
  padding-left: 80px;
  padding-right: 80px;
  max-width: calc(100% - 600px);
}
.section-about.h-6 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about.h-6 .line {
  background-color: var(--bg-1);
  width: 1px;
  height: 80px;
}
.section-about.h-6.section-one-page {
  scroll-margin-top: 100px;
}
.section-about.h-7 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.section-about.h-7 .about-left {
  padding: 99px 111px 82px 15px;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.section-about.h-7 .about-left .heading-section .tag {
  margin-bottom: 15px;
}
.section-about.h-7 .about-right {
  padding: 81px 15px 82px 100px;
  flex: 1 1 50%;
}
.section-about.h-7 .about-right .section-content {
  max-width: max-content;
}
.section-about.h-7 .about-right .text {
  font-family: "Archivo", sans-serif;
}
.section-about.h-7 .about-right .bottom {
  padding-top: 32px;
  border-top: 1px solid var(--outline);
  margin-top: 32px;
}
.section-about.h-7 .tf-btn {
  padding: 15px 33px;
}
.section-about.page-career .about-content-right {
  padding: 0;
}
.section-about.page-career .flat-animate-tab {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--outline);
}
.section-about.page-career .text {
  color: var(--on-suface-variant-1);
}
.section-about.page-career .counter-item .number-counter {
  margin-bottom: -3px;
}

.section-benefit.h-1 .box-icon-list {
  background-color: var(--surface);
  padding: 40px;
  gap: 40px 60px;
}
.section-benefit.h-1 .box-icon-list .box-icon {
  max-width: 257.5px;
  width: 100%;
}
.section-benefit.h-3 .box-icon-list {
  border-bottom: 1px solid var(--outline);
}
.section-benefit.h-3 .box-icon-list .box-icon {
  padding-top: 54px;
  padding-bottom: 54px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid var(--outline);
}
.section-benefit.h-3 .box-icon-list .box-icon:first-child {
  padding-left: 60px;
}
.section-benefit.h-3 .box-icon-list .box-icon:last-child {
  padding-right: 44px;
  margin-right: 0;
  border-right: 0;
}
.section-benefit.h-7 {
  background-color: var(--on-suface-container);
  position: relative;
}
.section-benefit.h-7::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-benefit-h7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}
.section-benefit.h-7 .box-icon-list {
  background-color: var(--bg-1);
  border: 1px solid var(--bg-1);
  backdrop-filter: blur(20px);
  padding: 32px 32px 47px;
  justify-content: flex-start;
}
.section-benefit.h-7 .box-icon-list .box-icon {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--bg-1);
  max-width: 25%;
  width: 100%;
}
.section-benefit.h-7 .box-icon-list .box-icon:last-child {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}

.section-project.h-1 .heading-section {
  padding-top: 40px;
}
.section-project.h-1 .section-project-inner {
  position: relative;
}
.section-project.h-2 .sw-project-list {
  background-color: var(--white);
  padding-top: 10px;
}
.section-project.h-7 .section-project-inner {
  position: relative;
}

.awards-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.awards-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}
.awards-list .image:hover img {
  transform: scale(1.05);
}

.section-cta.h-1 .tag {
  padding: 2px 10px;
}
.section-cta.h-1 .cta-inner {
  background-color: var(--primary);
  max-height: 402px;
}
.section-cta.h-1 .cta-inner .image {
  position: absolute;
  bottom: 0;
  left: 65.56px;
}
.section-cta.h-1 .cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-section-cta-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  background-attachment: fixed;
}
.section-cta.h-1 .cta-content {
  width: 100%;
  max-width: 763px;
  padding: 58px 124px 60px 0;
  position: relative;
}
.section-cta.h-1 .tf-phone .icon {
  width: 56px;
  height: 56px;
}
.section-cta.h-1 .tf-phone .icon i {
  font-size: 32px;
}
.section-cta.h-1.section-one-page {
  scroll-margin-top: 180px;
}
.section-cta.h-2 {
  background-color: var(--primary);
  align-items: center;
  padding: 40px 0;
}
.section-cta.h-2 .cta-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.section-cta.h-3 {
  background-color: var(--on-suface-container);
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
.section-cta.h-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-contact-h3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}
.section-cta.h-3 .cta-content {
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
  padding: 60px;
}
.section-cta.h-3.section-one-page {
  scroll-margin-top: 100px;
}
.section-cta.h-6 {
  position: relative;
  background-color: var(--primary);
  overflow: hidden;
}
.section-cta.h-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/bg-section-cta-h6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  background-attachment: fixed;
}
.section-cta.h-6 .cta-inner {
  padding-top: 56px;
  padding-bottom: 20px;
}
.section-cta.h-6 .cta-inner .image {
  position: absolute;
  bottom: 0;
  left: -19.44px;
}
.section-cta.h-6 .cta-content {
  padding-right: 155px;
}
.section-cta.h-6 .tf-phone {
  gap: 13px;
}
.section-cta.h-6 .tf-phone .icon {
  width: 56px;
  height: 56px;
}
.section-cta.h-6 .tf-phone .icon i {
  font-size: 32px;
}
.section-cta.h-6.section-one-page {
  scroll-margin-top: 170px;
}

.cta-inner {
  position: relative;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.cta-inner.style-2 {
  flex-direction: row;
  width: 100%;
}
.cta-inner.style-2 .cta-content {
  max-width: 100%;
  width: 100%;
}
.cta-inner.style-2 .cta-content .title-content {
  color: var(--white);
}

.section-process.h-2 {
  background-color: var(--on-suface-container);
  position: relative;
}
.section-process.h-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-process-h2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  background-attachment: fixed;
}
.section-process.h-6 {
  background-color: var(--on-suface-container);
}
.section-process.h-6 .section-process-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-process.h-6 .section-process-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-process.h-6 .section-process-inner .section-process-content {
  padding-top: 72px;
  padding-left: 80px;
  padding-right: 80px;
  max-width: calc(100% - 900px);
}
.section-process.h-7 .heading-section {
  flex-wrap: wrap;
}
.section-process.h-7 .heading-section .tag {
  margin-bottom: 11px;
}
.section-process.h-8 {
  background-color: var(--on-suface-container);
  position: relative;
}
.section-process.h-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-process-h8.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}
.section-process.page-our-services-2 .process-item .desc {
  font-family: "Rethink Sans", sans-serif;
}

.section-why-choose.h-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-why-choose.h-2 .section-content .heading-section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--outline);
}
.section-why-choose.h-2 .benefit-lists {
  margin-bottom: 30px;
}
.section-why-choose.h-2 .benefit-lists .benefit-items {
  padding-bottom: 6px;
  align-items: start;
}
.section-why-choose.h-2 .benefit-lists .benefit-items:last-child {
  padding-bottom: 0;
}
.section-why-choose.h-3 .list-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
.section-why-choose.h-3 .list-card .card-chart {
  max-width: 50%;
  width: 100%;
}
.section-why-choose.h-3 .section-content .heading-section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--outline);
}
.section-why-choose.h-3 .benefit-lists .benefit-items {
  margin-bottom: 6px;
}
.section-why-choose.h-3 .benefit-lists .benefit-items:last-child {
  margin-bottom: 0;
}
.section-why-choose.h-4 .section-conten {
  padding-top: 10px;
}
.section-why-choose.h-4 .heading-section {
  margin-bottom: 29px;
  border-bottom: 1px solid var(--outline);
  padding-bottom: 27px;
}
.section-why-choose.h-4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-why-choose.h-4 .benefit-lists {
  margin-bottom: 30px;
}
.section-why-choose.h-4 .benefit-lists .benefit-items {
  padding-bottom: 6px;
  align-items: start;
}
.section-why-choose.h-4 .benefit-lists .benefit-items:last-child {
  padding-bottom: 0;
}
.section-why-choose.h-5 .section-why-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.section-why-choose.h-5 .section-why-inner .section-left {
  position: relative;
  max-width: 672px;
  width: 100%;
}
.section-why-choose.h-5 .section-why-inner .section-left .progress-box {
  position: absolute;
  right: 0;
  bottom: 16px;
  letter-spacing: 0.8px;
}
.section-why-choose.h-5 .section-why-inner .section-content {
  max-width: 535px;
  width: 100%;
}
.section-why-choose.h-5 .section-why-inner .section-content .heading-section {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--outline);
}
.section-why-choose.h-5 .section-why-inner .benefit-lists .benefit-items {
  margin-bottom: 6px;
}
.section-why-choose.h-5 .section-why-inner .card-chart {
  padding: 23px 44px 23px 13px;
}
.section-why-choose.h-5 .section-why-inner .nice-select .current {
  color: #bababa;
}
.section-why-choose.h-5 .section-why-inner .nice-select::before {
  color: #bababa;
}
.section-why-choose.h-7 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-why-choose.h-7 .heading-section {
  margin-bottom: 28px;
  border-bottom: 1px solid var(--outline);
  padding-bottom: 28px;
}
.section-why-choose.h-7 .heading-section .tag {
  margin-bottom: 11px;
}
.section-why-choose.h-7 .benefit-lists .benefit-items {
  align-items: start !important;
  margin-bottom: 11px;
}
.section-why-choose.h-7 .benefit-lists .benefit-items:last-child {
  margin-bottom: 0;
}
.section-why-choose.h-8 .list-box-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  height: 100%;
}
.section-why-choose.h-8 .box-icon .icon {
  margin-bottom: 12px;
}
.section-why-choose.h-8 .box-icon .title-box {
  margin-bottom: 8px;
}
.section-why-choose.page-about .border-bottom {
  border-bottom: 1px solid var(--outline) !important;
}

.section-contact-home.h-2 {
  background-color: var(--on-suface-container);
  position: relative;
}
.section-contact-home.h-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("../image/section/bg-section-contact.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-contact-home.h-2 .section-content {
  max-width: 810px;
  width: 100%;
}
.section-contact-home.h-2 .section-contact-home-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-contact-home.h-2 .cols {
  gap: 13px;
  flex-wrap: wrap;
}
.section-contact-home.h-2 .cols .benefit-lists {
  flex: 1 1 auto;
  max-width: calc(50% - 8px);
  width: 100%;
}
.section-contact-home.h-2 .cols .benefit-lists .benefit-items {
  margin-bottom: 9px;
  align-items: start;
}
.section-contact-home.h-2 .cols .benefit-lists .benefit-items:last-child {
  margin-bottom: 0;
}
.section-contact-home.h-2 .cols .benefit-lists .benefit-items i {
  color: var(--white);
}
.section-contact-home.h-2 .cols .benefit-lists .benefit-items .caption-1 {
  color: var(--white);
}
.section-contact-home.h-2 .list-box-contact {
  margin-top: 33px;
  padding-top: 40px;
  border-top: 1px solid var(--bg-1);
}
.section-contact-home.h-2 .list-box-contact .box-contact-item .content {
  width: 100%;
  max-width: calc(100% - 72px);
}
.section-contact-home.h-4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact-home.h-4 .section-contact-home-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.section-contact-home.h-4 .section-contact-home-inner .left {
  max-width: 100%;
}
.section-contact-home.h-4 .section-contact-home-inner .right {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--on-suface-container);
}
.section-contact-home.h-4 .section-contact-home-inner .box-agent {
  align-items: center;
  padding-bottom: 37px;
}
.section-contact-home.h-4 .section-contact-home-inner .tf-btn {
  padding-top: 14px;
  padding-bottom: 14px;
}
.section-contact-home.h-4.section-one-page {
  scroll-margin-top: 160px;
}
.section-contact-home.page-contact .section-content .cols {
  padding-bottom: 33px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--outline);
  gap: 8px;
}
.section-contact-home.page-contact .section-content .cols .item {
  flex: 1 1 auto;
  max-width: calc(100% - 4px);
  width: 100%;
}
.section-contact-home.page-contact .benefit-items {
  margin-bottom: 10px;
}
.section-contact-home.page-contact .benefit-items .icon i {
  font-size: 24px;
  color: var(--on-suface-container);
}
.section-contact-home.page-contact .benefit-items:last-child {
  margin-bottom: 0;
}
.section-contact-home.page-contact .list-box-contact {
  justify-content: space-between;
  align-items: center;
}
.section-contact-home.page-contact .list-box-contact .box-contact-item {
  gap: 17px;
}
.section-contact-home.page-our-services .nice-select {
  padding: 9px 15px !important;
}

.list-box-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.list-box-contact .box-contact-item {
  flex: 1 1 auto;
  max-width: calc(33.3% - 13px);
}
.list-box-contact.style-column {
  flex-direction: column;
  gap: 24px;
}
.list-box-contact.style-column .box-contact-item {
  flex: 1 1 auto;
  max-width: 100%;
}

.section-case.h-3 .tf-btn-arrow-t-r {
  margin-top: 8px;
}
.section-case.h-3.section-one-page {
  scroll-margin-top: 170px;
}
.section-case.h-6 .case-studies-item h5 {
  font-size: 24px !important;
}
.section-case.h-6 .case-studies-item .name,
.section-case.h-6 .case-studies-item .text {
  font-family: "SUSE", sans-serif !important;
}
.section-case.h-6 .case-studies-item .desc {
  font-family: "Nunito", sans-serif !important;
}
.section-case.h-6 .case-studies-item .case-studies-content {
  transform: translateY(35%) !important;
}
.section-case.h-6 .case-studies-item:hover .case-studies-content {
  transform: translateY(0%) !important;
}
.section-case.h-6.section-one-page {
  scroll-margin-top: 100px;
}
.section-case.h-8 .case-studies-item .case-studies-content {
  transform: translateY(16%);
}
.section-case.h-8 .case-studies-item:hover .case-studies-content {
  transform: translateY(0);
}
.section-case.h-8 .sw-project-list {
  background-color: var(--white);
  padding-top: 10px;
}
.section-case.h-8.section-one-page {
  scroll-margin-top: 70px;
}

.process-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 39px;
  position: relative;
  justify-content: space-between;
}
.process-list.style-column {
  flex-direction: column;
  gap: 0;
  position: relative;
}

.industry-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 22px 17px;
  flex-wrap: wrap;
  justify-content: center;
}
.industry-list.style-2 {
  width: 100%;
  overflow: auto;
  flex-wrap: nowrap;
}

.section-awards.h-4 .section-awards-list {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-awards.h-4 .section-awards-list .awards-list .image.img-1 {
  max-width: 74.1333312988px;
}
.section-awards.h-4 .section-awards-list .awards-list .image.img-2 {
  max-width: 93.3333358765px;
}

.section-industry.h-3 .default-btn span {
  padding: 0 10px 8px;
  font-family: "Kumbh Sans", sans-serif;
  margin-left: 8px;
}
.section-industry.h-5 {
  position: relative;
}
.section-industry.h-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-industries-h5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.3;
}
.section-industry.h-5 .industry-list {
  padding-left: 125px;
  padding-right: 120px;
  margin-bottom: 52px;
}
.section-industry.h-5 .default-btn span {
  padding: 0 10px 8px;
  font-family: "Kumbh Sans", sans-serif;
  margin-left: 8px;
}
.section-industry.page-price .heading-section .tag {
  margin-bottom: 19px;
}
.section-industry.h-6 {
  position: relative;
}
.section-industry.h-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-industries-h6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
}
.section-industry.h-6.section-one-page {
  scroll-margin-top: 100px;
}

.section-faqs .section-faqs-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.section-faqs.h-1 {
  background-color: var(--surface);
}
.section-faqs.h-1 .section-faqs-inner {
  gap: 0 30px;
}
.section-faqs.h-1 .section-faqs-inner .left,
.section-faqs.h-1 .section-faqs-inner .right {
  width: 100%;
  max-width: 605px;
}
.section-faqs.h-5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-faqs.h-5 .section-content {
  padding-top: 5px;
}
.section-faqs.h-5 .section-content .heading-section {
  margin-bottom: 37px;
}
.section-faqs.h-7 .heading-section {
  margin-bottom: 35px !important;
}

.section-team.h-5 .section-team-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.section-team.h-5 .section-team-right {
  overflow: hidden;
}
.section-team.h-6 {
  position: relative;
  background-color: var(--on-suface-container);
  padding: 60px;
}
.section-team.h-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-team-h6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.7;
}
.section-team.h-6 .section-team-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-1);
  backdrop-filter: blur(20px);
  padding: 40px;
}
.section-team.h-6 .section-team-inner .section-content {
  max-width: 30%;
  width: 100%;
}
.section-team.h-6 .box-agent {
  align-items: center;
}
.section-team.h-6 .box-agent a {
  border-bottom: 1px solid var(--white);
}
.section-team.h-6 .list-team-item {
  width: 100%;
  max-width: 63.9%;
}

.list-team-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 40px;
}

.section-brand.h-7 .text-heading {
  position: relative;
  text-align: center;
}
.section-brand.h-7 .text-heading span {
  background-color: var(--white);
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.section-brand.h-7 .text-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--outline);
}

.section-services.h-4.section-one-page {
  scroll-margin-top: 150px;
}
.section-services.h-5.section-one-page {
  scroll-margin-top: 70px;
}
.section-services.h-8 .services-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-services.h-8 .services-inner .services-content {
  padding-right: 40px;
  padding-left: 40px;
}
.section-services.h-8 .services-inner .services-content .cols {
  flex-wrap: wrap;
}
.section-services.h-8 .services-inner .services-content .cols .item {
  flex: 1 1 auto;
  max-width: 50%;
}
.section-services.h-8 .services-inner .services-content .benefit-items {
  margin-bottom: 2px;
}
.section-services.h-8
  .services-inner
  .services-content
  .benefit-items:last-child {
  margin-bottom: 0;
}
.section-services.h-8 .services-inner .image {
  max-width: 640px;
}
.section-services.h-8 .services-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-services.h-8 .tab-product {
  width: 100%;
}
.section-services.h-8 .tab-product li {
  max-width: 292.5px;
  width: 100%;
  text-align: center;
}
.section-services.h-8 .tab-product li a {
  width: 100%;
  padding-bottom: 20px;
}

.section-testimonials.h-6 .counter-item .number-counter {
  margin-bottom: 0;
}
.section-testimonials.h-6 .counter-item .number-counter h4 {
  font-family: "SUSE", sans-serif !important;
}
.section-testimonials.h-6 .counter-item .text {
  font-size: 24px !important;
  font-family: "SUSE", sans-serif !important;
}
.section-testimonials.h-6 .testimonial-item .testimonial-top {
  padding-bottom: 16px !important;
}
.section-testimonials.h-6 .testimonial-item .info-content .position-user,
.section-testimonials.h-6 .testimonial-item .info-content .name {
  font-family: "SUSE", sans-serif !important;
}
.section-testimonials.h-6.section-one-page {
  scroll-margin-top: 100px;
}
.section-testimonials.h-8 .section-content {
  padding-bottom: 89px;
}
.section-testimonials.h-8 .section-content .heading-section {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--outline);
  padding-bottom: 32px;
}

.section-banner.h-8 {
  position: relative;
  background-color: var(--on-suface-container);
}
.section-banner.h-8 .heading-section {
  margin-bottom: 25px;
}
.section-banner.h-8::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-section-banner-h8.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.section-banner.h-8 .tf-phone .icon {
  width: 56px;
  height: 56px;
}
.section-banner.h-8 .tf-phone .icon i {
  font-size: 32px;
}

.dropdown .dropdown-title {
  cursor: pointer;
}
.dropdown .dropdown-backdrop.show:before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(24, 24, 24, 0.2);
  z-index: 200;
}
.dropdown.dropdown-store-location {
  width: max-content;
}
.dropdown.dropdown-store-location .dropdown-title {
  cursor: pointer;
  width: max-content;
}
.dropdown.dropdown-store-location .dropdown-menu {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.dropdown.dropdown-store-location .dropdown-content {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  width: 360px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background-color: var(--white);
  margin: 17px 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dropdown.dropdown-store-location .dropdown-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown.dropdown-store-location .dropdown-content-heading .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
}

.line-check-out {
  position: absolute;
  background-color: var(--outline);
  height: 100%;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 52.9%;
}

.coming-soon {
  height: 1080px;
  background-color: var(--on-suface-container);
  position: relative;
}
.coming-soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../image/section/bg-coming-soon.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
.coming-soon .coming-soon-inner {
  display: flex;
  position: relative;
  height: 100%;
}
.coming-soon .coming-soon-inner .content .heading {
  color: var(--white);
}
.coming-soon .coming-soon-inner .js-countdown .countdown__timer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 74px;
}
.coming-soon .coming-soon-inner .js-countdown .countdown__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.coming-soon
  .coming-soon-inner
  .js-countdown
  .countdown__item:not(:last-child)::after {
  position: absolute;
  content: ":";
  font-size: 56px;
  line-height: 68px;
  font-weight: 500;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.coming-soon .coming-soon-inner .js-countdown .countdown__item::after,
.coming-soon .coming-soon-inner .js-countdown .countdown__label,
.coming-soon .coming-soon-inner .js-countdown .countdown__value {
  color: var(--white);
}
.coming-soon .coming-soon-inner .js-countdown .countdown__value {
  font-size: 80px;
  line-height: 88px;
  font-weight: 500;
}
.coming-soon .coming-soon-inner .js-countdown .countdown__label {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
.coming-soon .left {
  height: 100%;
  background-color: var(--bg-4);
  max-width: 960px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon .left .content {
  max-width: 550px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.coming-soon .left .content input {
  padding: 18px 24px;
}
.coming-soon .left .content .tf-btn-newsletter {
  width: 44px;
  height: 44px;
}
.coming-soon .left .content .box-agent {
  flex-wrap: wrap;
}
.coming-soon .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}

.section-services-content {
  padding: 40px;
  background-color: var(--white);
}

.section-pricing.h-3 .heading-section {
  margin-bottom: 39px;
}
.section-pricing.page-price .pricing-card-items {
  padding: 39px 39px 37px;
}
.section-pricing.page-price .pricing-card-items .pricing-card-top {
  padding-bottom: 24px !important;
}
.section-pricing.page-price .pricing-card-items ul li {
  align-items: center;
}
.section-pricing.page-price .pricing-card-items .tf-btn {
  padding: 15px 0 !important;
}
.section-pricing.page-price .pricing-card-items.best-value {
  padding: 39px;
}
.section-pricing.page-price .pricing-card-items.best-value .best-value-btn {
  padding: 2px 16px;
  letter-spacing: 0;
}
.section-pricing.page-price .pricing-card-items.best-value .tf-btn {
  padding: 13px 0 !important;
}

.case-studies-details .detalis-content .benefit-items {
  margin-bottom: 6px;
}
.case-studies-details .detalis-content .benefit-items:last-child {
  margin-bottom: 0;
}

.fqas-item .according-item {
  padding-top: 15px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.fqas-item .according-item .according-content p {
  padding-top: 8px;
  padding-bottom: 0;
}
.fqas-item .according-item:last-child {
  margin-bottom: 0;
}

.gallery-list .tf-btn {
  padding: 16px 40px !important;
}

.section-new.h-1 .tf-post-grid .sub-title {
  margin-bottom: 2px !important;
}
.section-new.h-2 .tf-post-grid .sub-title {
  margin-bottom: 5px !important;
}

.section-one-page {
  scroll-margin-top: 70px;
}

/*-------------- Responsive ----------------- */
@media (min-width: 1921px) {
  .coming-soon {
    height: 100vh;
  }
  .wg-404 {
    height: 100vh;
  }
}
@media (min-width: 1501px) {
  .section-process.h-5 .process-list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .coming-soon .right {
    padding-left: 148px;
  }
  .ml-51 {
    margin-left: 51px !important;
  }
  .mr-65 {
    margin-right: 65px !important;
  }
  .section-awards.h-4 .section-awards-list .awards-list {
    padding-right: 80px;
    gap: 40px;
    padding-left: 80px;
  }
  .related-post {
    margin-right: 8px;
  }
}
@media (min-width: 1150px) {
  .section-contact-home.h-4 {
    position: relative;
  }
  .section-contact-home.h-4 .left {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-contact-home.h-4 .section-contact-home-inner .right {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    margin-left: -20px;
  }
  .ml-50 {
    margin-left: 50px;
  }
  .mr-50 {
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  .section-industry.h-6 .heading-section {
    margin-bottom: 0 !important;
  }
  .section-benefit.h-6 .heading-section {
    margin-bottom: 0 !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .section-team.h-5 .heading-section {
    margin-bottom: 0;
  }
  .testimonial-item .position-user {
    white-space: nowrap !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb--3 {
    margin-bottom: -3px !important;
  }
  .section-process.h-7 .heading-section {
    gap: 95px;
  }
  .section-why-choose.h-3 .section-why-choose-inner {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .section-why-choose.h-4 .image {
    margin-left: 14px;
  }
  .section-why-choose.h-4 .section-content {
    margin-right: 15px;
  }
  .section-why-choose.h-5 .section-why-inner {
    padding-top: 14px;
  }
  .section-why-choose.h-5 .section-why-inner .section-left {
    padding-top: 20px;
  }
  .section-why-choose.h-7 .section-content {
    padding-top: 32px;
  }
  .page-title-home.style-2 .page-title-inner .page-title-content {
    max-width: 50%;
  }
  .card-chart.w-627 {
    max-width: 627px;
  }
  .m-lr-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .m-40 {
    margin: 40px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .ml-30 {
    margin-left: 30px;
  }
  .ml-35 {
    margin-left: 35px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mr-25 {
    margin-right: 25px !important;
  }
  .ml-25 {
    margin-left: 25px !important;
  }
  .mr-15 {
    margin-right: 15px;
  }
  .ml-15 {
    margin-left: 15px;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .section-about.h-1 .about-content-left {
    margin-right: 6px;
    border-right: 1px solid var(--outline);
    margin-bottom: 0 !important;
  }
  .section-about.h-1 .about-content-right {
    margin-left: 4px;
    padding: 34px 0;
  }
  .section-about.h-2 .heading-section {
    margin-bottom: 0;
  }
}
@media (min-width: 860px) {
  .tf-minicart-recommendations .wrap-recommendations::-webkit-scrollbar {
    width: 8px;
  }
  .tf-minicart-recommendations .wrap-recommendations::-webkit-scrollbar-track {
    background: var(--outline);
  }
  .tf-minicart-recommendations .wrap-recommendations::-webkit-scrollbar-thumb {
    background: var(--on-suface-variant-2);
  }
  .tf-minicart-recommendations
    .wrap-recommendations::-webkit-scrollbar-thumb:hover {
    background: var(--outline);
  }
}
@media (max-width: 1920px) {
  .page-title-home.style-2 .page-title-inner .page-title-home-right {
    max-width: 49.9%;
    width: 100%;
  }
}
@media (max-width: 1752px) {
  .section-process.h-6 .section-process-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .section-process.h-6 .section-process-inner .image {
    width: 100%;
    max-width: 50%;
  }
  .section-process.h-6 .section-process-inner .section-process-content {
    max-width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-title-home.style-2 .wg-counter .counter-item {
    flex: 1 1 calc(50% - 20px) !important;
  }
  .section-about.h-2 .section-about-right {
    width: 500px !important;
  }
}
@media (max-width: 1656px) {
  .section-team.h-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-team.h-6 .list-team-item {
    gap: 20px;
  }
  .header.style-border-bottom .tf-phone,
  .header.style-border-radius .tf-phone {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .swiper-time-line .tf-btn-arrow {
    display: none;
  }
  .section-about.h-2 .section-about-right {
    width: 400px !important;
  }
  .section-benefit.h-7 .box-icon-list {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
  }
  .section-benefit.h-7 .box-icon-list .box-icon {
    flex: 1 1 auto;
    max-width: calc(25% - 30px);
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 1425px) {
  .header.style-border-bottom .nav-btn {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .page-title-home.style-3 .image {
    height: 500px !important;
  }
  .section-team.h-6 .section-team-inner {
    flex-direction: column;
    row-gap: 60px;
  }
  .section-team.h-6 .section-team-inner .section-content,
  .section-team.h-6 .section-team-inner .list-team-item {
    max-width: 100%;
  }
  .section-team.h-6 .section-team-inner .list-team-item {
    flex-wrap: wrap;
  }
  .section-team.h-6 .section-team-inner .list-team-item .team-item {
    flex: 1 1 calc(33.33% - 20px);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section-team.h-6 .section-team-inner br {
    display: none;
  }
  .sw-icon-list,
  .sw-new {
    margin: 0 -15px !important;
  }
  .sw-icon-list .swiper-slide,
  .sw-new .swiper-slide {
    padding: 0 15px !important;
  }
  .sw-new-2 {
    margin: 0 -15px !important;
  }
  .sw-new-2 .swiper-slide {
    padding: 0 15px !important;
  }
  .section-about.h-6 .wg-counter {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .section-about.h-6 .wg-counter .counter-item {
    flex: 1 1 50%;
  }
  .section-about.h-6 .wg-counter .line {
    display: none;
  }
  .case-studies-item .case-studies-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .header .header-content .header-left {
    gap: 40px !important;
  }
}
@media (max-width: 1350px) {
  .section-about.h-2 br {
    display: none !important;
  }
  .section-about.h-2 .heading-section {
    margin-bottom: 40px !important;
  }
  .section-about.h-2 .about-content {
    flex-direction: column !important;
    max-width: 100% !important;
  }
  .section-about.h-2 .about-content .wg-counter {
    padding-left: 0 !important;
    margin-left: 0 !important;
    border-left: 0 !important;
  }
  .section-about.h-2 .about-content .wg-counter.style-column {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
  }
  .section-about.h-2 .flat-animate-tab {
    max-width: 100% !important;
  }
  .section-about.h-2 .section-about-right {
    position: unset;
    width: 100% !important;
    height: 250px !important;
  }
  .header.style-border-radius .nav-btn {
    display: none;
  }
  .layout-grid-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .layout-grid-3 .tf-post-grid {
    padding: 0 15px !important;
  }
}
@media (max-width: 1320px) {
  .header .nav-btn {
    display: none !important;
  }
  .header .tf-phone {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .section-about.h-7 .about-left {
    padding: 100px 15px 100px 15px;
  }
  .section-about.h-7 .about-right {
    padding: 100px 15px 100px 15px;
  }
}
@media (max-width: 1225px) {
  .according-item.bg-white .content {
    flex-wrap: wrap;
  }
  .according-item.bg-white .content .item-content {
    flex: 1 1 calc(50% - 30px);
  }
}
@media (max-width: 1200px) {
  .sw-project-list {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-process.h-6 .section-process-inner {
    flex-direction: column;
  }
  .section-process.h-6 .section-process-inner .image {
    max-width: 100%;
  }
  .section-process.h-6 .section-process-inner .section-process-content {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 100%;
  }
  .process-list .icon-list {
    display: none;
  }
  .section-benefit.h-7 .box-icon-list {
    gap: 30px;
  }
  .section-benefit.h-7 .box-icon-list .box-icon {
    padding: 0;
    border: 0;
    flex: 1 1 calc(50% - 30px);
  }
  .section-about.h-6 .section-about-inner {
    flex-wrap: wrap;
  }
  .section-about.h-6 .section-about-inner .image {
    flex: 1 1 50%;
    max-width: 100%;
  }
  .section-about.h-6 .section-about-inner .section-about-content {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 50%;
    max-width: 100%;
  }
  .section-benefit.h-3 .box-icon-list {
    flex-wrap: wrap;
    border: 0 !important;
    padding: 30px 15px !important;
  }
  .section-benefit.h-3 .box-icon-list .box-icon {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: 0 !important;
    flex: 1 1 calc(50% - 30px);
    border: 1px solid var(--outline) !important;
  }
  .section-services-item .image {
    max-width: 50%;
    width: 100%;
  }
  .section-services-item .services-content {
    max-width: 50%;
    width: 100%;
  }
  .header.style-border-bottom {
    margin-bottom: -80px;
  }
  .header.style-border-bottom .canvas-btn,
  .header.style-border-bottom .main-menu {
    display: none !important;
  }
  .header.style-border-bottom .mobile-button {
    display: block;
  }
  .header.style-border-bottom .header-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .footer br {
    display: none !important;
  }
}
@media (max-width: 1149px) {
  .section-contact-home.h-4 .section-contact-home-inner br {
    display: none;
  }
  .section-contact-home.h-4 .section-contact-home-inner .box-agent {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .m-lr-40 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  .section-team.h-5 .section-team-inner .section-team-left {
    flex: 1 1 50%;
  }
  .section-team.h-5 .section-team-inner .section-team-right {
    flex: 1 1 50%;
  }
  .section-cta.h-1 .cta-inner {
    flex-direction: row-reverse;
  }
  .section-cta.h-1 .cta-inner .image {
    position: absolute;
    bottom: 0;
    left: 30px;
  }
  .section-cta.h-1 .cta-content {
    max-width: 60%;
    padding-right: 60px !important;
  }
  .section-cta.h-1 .tf-phone .icon {
    width: 56px;
    height: 56px;
  }
  .section-cta.h-1 .tf-phone .icon i {
    font-size: 32px;
  }
  .section-benefit.h-1 .box-icon-list {
    flex-wrap: wrap;
  }
  .section-benefit.h-1 .box-icon-list .box-icon {
    flex: 1 1 auto;
    max-width: calc(50% - 60px);
  }
  .header.style-border-radius .header-content {
    padding: 20px !important;
  }
  .header.style-border-radius .main-menu {
    display: none;
  }
}
@media (max-width: 1050px) {
  .page-title-home.style-3 .image {
    height: 400px !important;
  }
  .section-benefit.h-7 .box-icon-list {
    justify-content: space-between;
  }
  .section-benefit.h-7 .box-icon-list .box-icon {
    flex: 1 1 auto;
    max-width: calc(50% - 30px);
    width: 100%;
  }
  .section-services.h-8 .services-inner {
    flex-direction: column;
  }
  .section-services.h-8 .services-inner .services-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-services.h-8 .services-inner .cols {
    align-items: start;
  }
  .section-services.h-8 .services-inner .image {
    max-width: 100%;
    width: 100%;
  }
  .section-why-choose.h-7 .wg-counter {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .section-why-choose.h-7 .wg-counter .counter-item {
    flex: 1 1 50%;
  }
  .section-contact-home.h-2 .section-contact-home-inner {
    flex-direction: column;
    gap: 60px 40px;
  }
  .section-contact-home.h-2 .section-contact-home-inner .section-content {
    max-width: 100%;
  }
  .section-contact-home.h-2 .section-contact-home-inner .form-contact-home {
    max-width: 100%;
  }
  .list-box-contact .box-contact-item {
    max-width: calc(50% - 12px);
    flex: 1 1 auto;
  }
  .page-title-home.style-2 .wg-counter {
    display: none;
  }
  .page-title-home.style-3 .heading-section {
    flex-direction: column;
    row-gap: 30px;
  }
  .page-title.style-2 .breadkcum {
    padding-bottom: 70px;
  }
  br {
    display: none;
  }
  .tf-post-grid.style-absolute .image {
    height: 398.5px;
  }
  .tf-post-grid.style-absolute.style-3 .image {
    height: 100% !important;
  }
  .footer .footer-center {
    padding-left: 0 !important;
  }
  .top-bar .tf-tb-left .top-bar-content {
    border: none;
  }
  .top-bar .tf-tb-left .top-bar-content:nth-child(1) {
    display: none;
  }
  .top-bar .tf-tb-right .top-bar-content {
    border: none;
  }
  .top-bar .tf-tb-right .top-bar-content:nth-child(1) {
    display: none;
  }
  .header.style-absolute {
    margin-bottom: -80px !important;
  }
  .header .header-content {
    padding: 20px 0 !important;
  }
  .header .main-menu {
    display: none;
  }
  .header .canvas-btn {
    display: none;
  }
  .header .mobile-button {
    display: block;
  }
  .header.style-2 .header-top {
    display: none;
  }
  .header.style-2 .logo-mobile {
    display: block !important;
  }
  .header.style-border-radius {
    margin-bottom: -100px !important;
  }
  .header.style-border-bottom {
    margin-bottom: -81px !important;
  }
}
@media (max-width: 991px) {
  .tf-spacing-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .tf-spacing-4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .tf-spacing-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-7 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .tf-spacing-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-14 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-16 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-18 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-20 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-21 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-22 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-23 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-24 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-25 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-26 {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .tf-spacing-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-28 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-29 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tf-spacing-31 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px !important;
  }
  h2 {
    font-size: 45px;
    line-height: 50px !important;
  }
  h3 {
    font-size: 40px;
    line-height: 45px !important;
  }
  h4 {
    font-size: 30px;
    line-height: 35px !important;
  }
  .section-awards.h-4 {
    text-align: center;
    padding: 15px 40px !important;
  }
  .section-cta.h-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-testimonials.h-8 .row {
    flex-direction: column-reverse;
  }
  .project-item.style-2 {
    height: 380px !important;
  }
  .project-item.style-2 .project-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wg-tab .tab-product {
    gap: 24px;
  }
  .wg-tab h5 {
    font-size: 19px;
    line-height: 30px;
  }
  .section-case.h-6 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-project.h-7 .section-project-inner {
    height: 380px;
  }
  .section-benefit.h-6 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-industry .heading-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-cta .cta-inner.style-2 {
    text-align: center;
  }
  .section-cta .cta-inner.style-2 .tf-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .section-contact-home.h-4 .box-agent {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .page-title-home.style-3 .image {
    height: 300px !important;
  }
  .pricing-card-items {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-awards.h-4 .section-awards-list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-services-item.style-border .image {
    border-radius: 0;
    max-width: 100%;
  }
  .section-why-choose.h-2 .heading-section {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .section-why-choose.h-3 .heading-section {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .section-why-choose.h-3 .list-card {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
  .section-why-choose.h-3 .list-card .card-chart {
    flex: 1 1 auto;
    max-width: calc(50% - 10px);
  }
  .section-why-choose.h-4 .heading-section {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .section-why-choose.h-5 .heading-section {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .section-why-choose.h-5 .section-why-inner {
    flex-direction: column;
    row-gap: 60px;
  }
  .section-why-choose.h-5 .section-why-inner .section-left,
  .section-why-choose.h-5 .section-why-inner .section-content {
    max-width: 100%;
  }
  .section-why-choose.h-5 .section-why-inner .progress-box {
    margin-top: 30px;
    position: unset !important;
    max-width: 100%;
  }
  .section-why-choose.h-5 .section-why-inner .card-chart {
    padding: 20px 15px !important;
  }
  .section-why-choose.h-8 {
    padding-bottom: 60px;
  }
  .header-content-menu-sidebar {
    top: -40px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .section-testimonials.h-6 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-testimonials.h-8 .section-content {
    padding-bottom: 40px;
  }
  .section-about.h-1 .heading-section .mb-40 {
    margin-bottom: 20px !important;
  }
  .section-about.h-1 .flat-animate-tab {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
  .section-about.h-1 .flat-animate-tab .wg-tab .tab-product {
    margin-bottom: 10px !important;
  }
  .section-about.h-1 .counter-item .number-counter {
    margin-bottom: 10px !important;
  }
  .section-about.h-2 .about-content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section-about.h-2 .about-bottom .flat-animate-tab {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section-about.h-5 .about-left {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-about.h-6 .section-about-inner {
    row-gap: 60px;
  }
  .section-about.h-6 .section-about-inner .image {
    flex: 1 1 100%;
  }
  .section-about.h-6 .section-about-inner .section-about-content {
    padding-bottom: 60px;
    flex: 1 1 100%;
  }
  .section-about.h-7 .about-left,
  .section-about.h-7 .about-right {
    flex: 1 1 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-about.h-7 .about-left {
    align-items: start;
  }
  .section-about.h-7 .about-right .bottom {
    padding-top: 20px;
    margin-top: 20px;
  }
  .page-title-home .page-title-inner {
    padding: 100px 0 100px !important;
  }
  .page-title-home.style-absolute .page-title-inner {
    padding: 180px 0 100px !important;
  }
  .page-title-home.style-2 .page-title-inner {
    padding: 0 !important;
  }
  .page-title-home.style-2 .page-title-content {
    padding: 100px 0 100px !important;
  }
  .page-title-home.style-2 .page-title-home-right {
    display: none;
  }
  .page-title-home.style-3 .image-title-home .image {
    height: max-content;
  }
  .coming-soon {
    height: 100%;
  }
  .coming-soon .coming-soon-inner {
    flex-wrap: wrap;
    height: max-content;
  }
  .coming-soon .heading {
    margin-bottom: 30px !important;
  }
  .coming-soon .left {
    height: max-content;
    flex: 1 1 auto;
    max-width: 100%;
  }
  .coming-soon .left .content {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .coming-soon .right {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .line-check-out {
    display: none;
  }
  .section-services-item.style-border .services-content {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 60px;
  }
  .section-team.h-5 .section-team-inner .section-team-left,
  .section-team.h-5 .section-team-inner .section-team-right {
    flex: 1 1 100%;
  }
  .section-team.h-5 .section-team-inner .section-team-right .tf-group-features {
    margin-left: auto;
    margin-right: auto;
  }
  .process-list {
    flex-wrap: wrap;
  }
  .process-list .process-item.style-2 {
    flex: 1 1 auto;
    max-width: calc(50% - 39px);
  }
  .flat-animate-tab.style-row .wg-tab.style-3 ul {
    min-width: 320px;
  }
  .flat-animate-tab.style-row .tab-content {
    max-width: calc(100% - 360px);
  }
  .section-cta .image {
    display: none;
  }
  .section-cta.h-1 .cta-inner {
    flex-direction: row;
    max-height: 100%;
  }
  .section-cta.h-1 .cta-content {
    padding: 60px 15px !important;
    max-width: 100%;
  }
  .section-cta.h-6 .cta-content {
    max-width: 100%;
    padding-right: 0 !important;
  }
  .section-faqs.h-1 .section-faqs-inner {
    flex-direction: column;
  }
  .section-faqs.h-1 .section-faqs-inner .left,
  .section-faqs.h-1 .section-faqs-inner .right {
    width: 100%;
    max-width: 100%;
  }
  .section-services-item {
    flex-direction: column;
  }
  .section-services-item .image {
    max-width: 100%;
    width: 100%;
  }
  .section-services-item .services-content {
    max-width: 100%;
    width: 100%;
  }
  .tf-btn-arrow {
    display: none;
  }
  .blog-details-2-content {
    /* padding: 60px 0 60px; */
    margin-top: 0;
  }
  .layout-grid-3 {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px;
  }
  .layout-grid-3 .tf-post-grid {
    padding: 0 15px;
    border-right: 0;
  }
  .footer .footer-top {
    flex-direction: column;
    padding: 80px 0;
  }
  .footer .footer-top .footer-left,
  .footer .footer-top .footer-center,
  .footer .footer-top .footer-right {
    padding: 0 !important;
    max-width: 100%;
  }
  .footer .footer-top .footer-left,
  .footer .footer-top .footer-right {
    border: 0 !important;
  }
  .footer .footer-top .footer-center {
    flex-wrap: wrap;
  }
  .footer .footer-top .footer-center .footer-content {
    flex: 1 1 calc(50% - 47px);
  }
  .footer.style-2 .footer-center .footer-content {
    flex: 1 1 calc(33.33% - 32px);
  }
}
@media (max-width: 860px) {
  .canvnas-quick-view {
    min-width: unset !important;
    padding: 15px !important;
  }
  .canvnas-quick-view .canvnas-content {
    flex-direction: column;
  }
  .canvnas-quick-view .wrap-recommendations {
    overflow-x: auto;
    direction: ltr;
    height: 100%;
  }
  .canvnas-quick-view .wrap-recommendations .list-img {
    flex-direction: row !important;
    padding: 0 !important;
  }
  .canvnas-quick-view .wrap-recommendations .list-img .list-img-item .image {
    width: 200px;
  }
  .canvnas-quick-view .quick-view-content {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .canvnas-quick-view .quick-view-content .heading-quick-view {
    padding-bottom: 25px;
  }
  .canvnas-quick-view .quick-view-content .tf-product-info-wrap {
    position: unset !important;
    transform: translate(0) !important;
  }
}
@media (max-width: 767px) {
  .wg-tab.style-3 .tab-product {
    margin-bottom: 0 !important;
  }
  .wg-tab.style-3 a {
    padding: 15px 0 !important;
  }
  .heading-section .tag {
    margin-bottom: 20px !important;
  }
  .heading-section.mb-32 {
    margin-bottom: 20px !important;
  }
  .heading-section .mb-12 {
    margin-bottom: 20px !important;
  }
  .heading-section .mb-32,
  .heading-section .mb-28,
  .heading-section .mb-40 {
    margin-bottom: 20px !important;
  }
  .heading-section.style-2 {
    flex-wrap: wrap;
    gap: 20px !important;
  }
  .page-title-home.style-3 .image {
    height: max-content !important;
  }
  .section-benefit.h-3 .box-icon-list {
    border-bottom: 0 !important;
  }
  .section-benefit.h-3 .box-icon-list .box-icon {
    flex: 1 1 100%;
  }
  .project-item {
    height: 434px;
  }
  .project-item .project-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wg-new-letter {
    flex-wrap: wrap;
  }
  .wg-new-letter .image {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .wg-new-letter .new-letter-content {
    flex: 1 1 50%;
  }
  .review-rating .heading {
    flex-direction: column;
  }
  .review-rating .heading .progress-rating {
    width: 100%;
  }
  .review-rating .heading .progress-rating .progress-cart {
    max-width: calc(100% - 80px);
  }
  .offcanvasTeamsDetails .close-btn {
    background-color: transparent !important;
  }
  .offcanvasTeamsDetails .close-btn i {
    color: var(--white) !important;
  }
  .wg-team-details {
    flex-direction: column;
  }
  .wg-team-details .team-details-content {
    max-width: 100%;
  }
  .section-team.h-6 .section-team-inner .list-team-item {
    flex-wrap: wrap;
  }
  .section-team.h-6 .section-team-inner .list-team-item .team-item {
    flex: 1 1 100%;
  }
  .section-team.h-6 .section-team-inner br {
    display: none;
  }
  .flat-animate-tab.style-row {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flat-animate-tab.style-row .wg-tab.style-3 ul {
    min-width: 100%;
  }
  .flat-animate-tab.style-row .tab-content {
    max-width: 100%;
  }
  .section-benefit.h-1 .box-icon-list {
    padding-left: 15px !important;
    padding-right: 15px !important;
    gap: 40px !important;
  }
  .section-benefit.h-1 .box-icon-list .box-icon {
    max-width: calc(50% - 30px);
  }
  .tf-post-list.default .tf-list-post-content {
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 650px) {
  .footer.style-2 .footer-subscribe .footer-subscribe-content {
    max-width: 100%;
    width: 100%;
  }
  .coming-soon .js-countdown .countdown__timer {
    gap: 25px !important;
  }
  .coming-soon .js-countdown .countdown__item:not(:last-child)::after {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .coming-soon .js-countdown .countdown__item::after,
  .coming-soon .js-countdown .countdown__label,
  .coming-soon .js-countdown .countdown__value {
    color: var(--white);
  }
  .coming-soon .js-countdown .countdown__value {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  .wg-new-letter {
    flex-wrap: wrap;
  }
  .wg-new-letter .image {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .wg-new-letter .new-letter-content {
    flex: 1 1 100%;
  }
  .footer .footer-top {
    padding: 60px 0 !important;
  }
  .footer.style-2 .quick-links .flex {
    flex-direction: column !important;
  }
  .footer.style-2 .quick-links .g-12 {
    gap: 0 !important;
  }
  .footer.style-2 .footer-subscribe {
    flex-direction: column !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-why-choose.h-7 .wg-counter .counter-item {
    flex: 1 1 100%;
  }
  .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .time-line-content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 550px) {
  .section-industry::before,
  .section-process::before,
  .section-contact-home::before,
  .section-cta::before,
  .section-benefit::before,
  .section-industry::before,
  .section-team::before,
  .cta-inner::before {
    background-attachment: unset !important;
  }
  .wg-video {
    height: 300px !important;
  }
  .wg-video::before {
    background-attachment: unset !important;
  }
  .wg-video.w-full {
    background-attachment: unset !important;
  }
  .offcanvasTeamsDetails .close-btn {
    background-color: transparent !important;
    right: 15px;
  }
  .wg-team-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-map #map {
    height: 300px;
  }
  .form-contact-home {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wrap-switch-tabs-content h5 {
    font-size: 17px !important;
  }
  .section-about.h-5 .about-left .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-about.h-5 .about-left .item-3,
  .section-about.h-5 .about-left .item-2 {
    display: none;
  }
  .awards-list {
    gap: 10px;
  }
  .section-services-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .content-404 {
    padding: 100px 0 0 !important;
  }
  .content-404 .text-oops {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .box-order {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .ship {
    gap: 30px !important;
  }
  .review-rating {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-why-choose.h-3 .list-card .card-chart {
    max-width: 100% !important;
  }
  .section-brand.h-7 .text-heading::before {
    display: none !important;
  }
  .section-brand.h-7 .text-heading span {
    padding: 0 !important;
  }
  .testimonial-item.style-2 {
    flex-direction: column-reverse;
  }
  .testimonial-item.style-2 .image {
    width: 100%;
  }
  .testimonial-item.style-2 .testimonial-content {
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .tf-post-list.style-small-2 {
    flex-direction: column !important;
  }
  .tf-post-list.style-small-2 .image {
    width: 100%;
  }
  .tf-post-list.style-small-2 .tf-list-post-content {
    max-width: 100%;
  }
  .section-cta.h-3 .cta-content {
    padding: 60px 15px !important;
  }
  .process-list {
    gap: 39px 15px;
  }
  .process-list .process-item.style-2 {
    flex: 1 1 auto;
    max-width: calc(50% - 8px);
  }
  .according-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .according-item.bg-white .content {
    flex-wrap: wrap;
  }
  .according-item.bg-white .content .item-content {
    flex: 1 1 100%;
  }
  .section-benefit.h-7 .box-icon-list {
    padding: 30px 15px;
  }
  .section-benefit.h-7 .box-icon-list .box-icon {
    padding: 0;
    border: 0;
    max-width: 100%;
  }
  .section-contact-home.h-2 .benefit-lists {
    max-width: 100% !important;
  }
  .list-box-contact .box-contact-item {
    max-width: 100%;
  }
  .testimonial-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-benefit.h-1 .box-icon-list .box-icon {
    max-width: 100% !important;
  }
  .write-review {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cols {
    flex-direction: column;
  }
  .cols .item {
    max-width: 100% !important;
  }
  .benefit-lists {
    max-width: 100% !important;
    width: 100%;
  }
  .cols-img {
    flex-direction: column;
  }
  .layout-grid-3 {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .layout-grid-3 .tf-post-grid {
    padding: 0 !important;
    border-right: 0;
  }
  .tf-post-list.default {
    flex-direction: column;
  }
  .tf-post-list.default .image {
    width: 100%;
  }
  .tf-post-list.default .tf-list-post-content {
    max-width: 100%;
  }
  .footer-content {
    flex: 1 1 100% !important;
  }
  .footer-content .title-mobile {
    position: relative;
  }
  .footer-content .title-mobile::before {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 7px;
    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;
  }
  .footer-content.open .title-mobile::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .section-team.h-6 .section-team-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 500px) {
  .tf-group-features {
    width: 280px !important;
    height: 280px !important;
  }
  .tf-group-features .image-main {
    width: 50px !important;
    height: 50px !important;
  }
  .tf-group-features .image-main a {
    width: 50px !important;
    height: 50px !important;
  }
  .tf-group-features .image-main a img {
    width: 25px !important;
    height: 25px !important;
  }
  .tf-group-features .img-item {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
  }
  .tf-group-features .img-item a {
    width: 50px !important;
    height: 50px !important;
  }
  .tf-group-features .img-item.item-1 {
    left: 119px !important;
  }
  .tf-group-features .img-item.item-2 {
    top: 17%;
    left: 23px;
  }
  .tf-group-features .img-item.item-4 {
    left: 64px;
  }
  .tf-group-features .img-item.item-5 {
    top: 78%;
    right: 68px;
  }
  .tf-group-features .img-item.item-6 {
    top: 47%;
    right: 5px;
  }
  .tf-group-features .img-item.item-7 {
    top: 17%;
    right: 24px;
  }
  .tf-group-features .dashed-lines {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .tf-group-features .inner {
    animation: rotate2 200s infinite linear;
  }
  .section-process.h-6 .section-process-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section-process.h-6 .process-item {
    height: 208px !important;
  }
  .section-process.h-6 .process-item .circle {
    top: -82%;
    height: 170px !important;
  }
  .process-list .process-item.style-2 {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .top-bar .tf-tb-right {
    display: none !important;
  }
  .top-bar .tf-tb-left {
    justify-content: space-between !important;
    max-width: 100%;
    width: 100%;
  }
  .top-bar .tf-tb-left .tf-language {
    border: none;
  }
}
@media (max-width: 374px) {
  .switch-container .switch {
    width: 55px;
    height: 25px;
  }
  .switch-container .switch .toggle {
    width: 17px;
    height: 17px;
  }
  .switch-container .switch.is-active .toggle {
    transform: translateX(30px);
  }
  .section-new.h-5 .tf-post-list {
    flex-direction: column;
  }
  .section-new.h-5 .tf-post-list .image {
    width: 100% !important;
  }
  .section-new.h-5 .tf-post-list .post-content {
    max-width: 100%;
  }
  .wg-your-order .wg-your-order-list li {
    flex-direction: column;
    row-gap: 16px;
  }
  .wg-your-order .wg-your-order-list li .product-item {
    flex-direction: column;
  }
  .experience-item {
    flex-direction: column;
    align-items: start;
  }
  .experience-item h6 {
    text-align: left;
  }
  .pricing-card-items {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-bottom .right ul {
    justify-content: center;
    gap: 10px;
  }
  .footer-bottom .right ul li {
    padding-right: 0 !important;
    border-right: 0 !important;
    margin-right: 0 !important;
  }
}
/*-------------- RTL ----------------- */
#toggle-rtl {
  padding: 0;
  position: fixed;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  min-width: 30px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
}

.rtl #toggle-rtl,
.style-RTL #toggle-rtl {
  left: 15px;
  right: auto;
}
.rtl .header.style-border-bottom .tf-phone,
.style-RTL .header.style-border-bottom .tf-phone {
  padding-left: 39px;
  padding-right: 0;
}
.rtl .page-title-home .page-title-content,
.style-RTL .page-title-home .page-title-content {
  text-align: end;
}
.rtl .page-title-home .page-title-content .tf-btn,
.style-RTL .page-title-home .page-title-content .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .page-title-home .page-title-content.text-center .tf-btn,
.style-RTL .page-title-home .page-title-content.text-center .tf-btn {
  margin-left: auto;
  margin-right: auto;
}
.rtl .page-title-home.style-2 .page-title-home-right,
.style-RTL .page-title-home.style-2 .page-title-home-right {
  left: 0;
  right: auto;
}
.rtl .page-title-home.style-2 .page-title-content,
.style-RTL .page-title-home.style-2 .page-title-content {
  text-align: start;
}
.rtl .top-bar .tf-phone-topbar,
.style-RTL .top-bar .tf-phone-topbar {
  padding-left: 24px;
  border-left: 1px solid var(--bg-1);
  padding-right: 0;
  border-right: 0;
}
.rtl .top-bar .tf-language,
.style-RTL .top-bar .tf-language {
  border-inline-start: 1px solid var(--line-1);
  padding-left: 0;
  padding-right: 24px;
  cursor: pointer;
}
.rtl .text-color-change,
.style-RTL .text-color-change {
  direction: ltr;
  text-align: end;
}
.rtl .number-counter,
.style-RTL .number-counter {
  direction: ltr;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
}
.rtl .section-about.h-1 .about-content-right,
.style-RTL .section-about.h-1 .about-content-right {
  margin-right: 4px;
  margin-left: 0;
}
.rtl .section-about.h-1 .tf-btn,
.style-RTL .section-about.h-1 .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .section-benefit.h-1 .box-icon-list,
.style-RTL .section-benefit.h-1 .box-icon-list {
  gap: 30px;
}
.rtl .section-benefit.h-1 .box-icon-list .box-icon,
.style-RTL .section-benefit.h-1 .box-icon-list .box-icon {
  max-width: 100%;
}
.rtl .heading-section,
.style-RTL .heading-section {
  direction: ltr;
  text-align: end;
}
.rtl .heading-section .tag,
.style-RTL .heading-section .tag {
  margin-right: 0;
  margin-left: auto;
}
.rtl .heading-section .bottom,
.style-RTL .heading-section .bottom {
  justify-content: end;
}
.rtl .heading-section .tf-btn,
.style-RTL .heading-section .tf-btn {
  margin-left: auto;
  margin-right: 0;
}
.rtl .heading-section.text-center,
.style-RTL .heading-section.text-center {
  direction: ltr;
}
.rtl .heading-section.text-center .tag,
.style-RTL .heading-section.text-center .tag {
  margin-left: auto;
  margin-right: auto;
}
.rtl .heading-section.style-2,
.style-RTL .heading-section.style-2 {
  flex-direction: row-reverse;
}
.rtl .according-item .title-according,
.style-RTL .according-item .title-according {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .case-studies-item,
.style-RTL .case-studies-item {
  direction: rtl;
}
.rtl .case-studies-item .btn-arrow-item,
.style-RTL .case-studies-item .btn-arrow-item {
  right: auto;
  left: 20px;
}
.rtl .process-item .process-top,
.style-RTL .process-item .process-top {
  direction: ltr;
  justify-content: end;
}
.rtl .process-item.style-3 .circle,
.style-RTL .process-item.style-3 .circle {
  right: 20px;
}
.rtl .process-item.style-3.style-3-2 .circle,
.style-RTL .process-item.style-3.style-3-2 .circle {
  right: 38px;
}
.rtl .sw-new,
.style-RTL .sw-new {
  direction: ltr;
}
.rtl .sw-new .tf-post-grid,
.style-RTL .sw-new .tf-post-grid {
  text-align: end;
}
.rtl .sw-new .tf-post-grid .date,
.style-RTL .sw-new .tf-post-grid .date {
  right: 20px;
  left: auto;
}
.rtl .sw-services-list,
.style-RTL .sw-services-list {
  direction: ltr;
}
.rtl .sw-services-list .services-item,
.style-RTL .sw-services-list .services-item {
  direction: rtl;
}
.rtl .awards-list,
.style-RTL .awards-list {
  direction: ltr;
}
.rtl .section-cta.h-1 .cta-inner .image,
.style-RTL .section-cta.h-1 .cta-inner .image {
  right: 122.56px;
  left: auto;
}
.rtl .section-cta.h-1 .cta-content,
.style-RTL .section-cta.h-1 .cta-content {
  padding: 58px 0 60px 80px;
  position: relative;
  max-width: 705px;
}
.rtl .section-cta.h-1 .cta-content .bottom,
.style-RTL .section-cta.h-1 .cta-content .bottom {
  direction: ltr;
  justify-content: end;
}
.rtl .section-cta.h-6 .cta-content,
.style-RTL .section-cta.h-6 .cta-content {
  padding-right: 0;
  padding-left: 155px;
}
.rtl .section-cta.h-6 .cta-content .bottom,
.style-RTL .section-cta.h-6 .cta-content .bottom {
  justify-content: end;
}
.rtl .footer .footer-left,
.style-RTL .footer .footer-left {
  padding-left: 30px;
  border-left: 1px solid var(--bg-1);
  border-right: 0;
  max-width: 315px;
  padding-right: 0;
}
.rtl .footer .contact-bottom,
.style-RTL .footer .contact-bottom {
  direction: ltr;
  justify-content: end;
}
.rtl .footer .contact-footer-content,
.style-RTL .footer .contact-footer-content {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-center,
.style-RTL .footer .footer-center {
  padding-right: 19px;
  padding-left: 0;
}
.rtl .footer .footer-right,
.style-RTL .footer .footer-right {
  padding-right: 30px;
  border-right: 1px solid var(--bg-1);
  padding-left: 0;
  border-left: 0;
}
.rtl .footer .footer-social,
.style-RTL .footer .footer-social {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-social .tf-social,
.style-RTL .footer .footer-social .tf-social {
  justify-content: end;
}
.rtl .footer .footer-content,
.style-RTL .footer .footer-content {
  direction: ltr;
  text-align: end;
}
.rtl .footer .footer-subscribe,
.style-RTL .footer .footer-subscribe {
  direction: ltr;
  text-align: end;
  flex-direction: row-reverse;
}
.rtl .footer .footer-subscribe fieldset input,
.style-RTL .footer .footer-subscribe fieldset input {
  direction: rtl;
}
.rtl .footer .footer-subscribe .tf-btn-newsletter,
.style-RTL .footer .footer-subscribe .tf-btn-newsletter {
  left: 8px;
  right: auto;
}
.rtl .footer .footer-bottom-inner,
.style-RTL .footer .footer-bottom-inner {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .footer.style-2 .footer-left,
.style-RTL .footer.style-2 .footer-left {
  padding-left: 0;
  border-left: 0;
}
.rtl .footer.style-2 .footer-right,
.style-RTL .footer.style-2 .footer-right {
  padding-right: 0;
  border-right: 0;
}
.rtl .footer.style-2 .footer-center,
.style-RTL .footer.style-2 .footer-center {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  gap: 0 15px;
}
.rtl .footer.style-2 .footer-center .footer-content,
.style-RTL .footer.style-2 .footer-center .footer-content {
  flex: 1 1 calc(33.33% - 32px);
}
.rtl .footer.style-2 .footer-center .footer-content.quick-links ul,
.style-RTL .footer.style-2 .footer-center .footer-content.quick-links ul {
  max-width: 119px;
  width: 100%;
}
.rtl .footer.style-2 .footer-center .footer-content .title-mobile,
.style-RTL .footer.style-2 .footer-center .footer-content .title-mobile {
  color: var(--on-suface-variant-2);
}
.rtl .footer.style-2 .footer-center .footer-content .support-item-footer a,
.style-RTL
  .footer.style-2
  .footer-center
  .footer-content
  .support-item-footer
  a {
  color: var(--surface);
}
.rtl .footer.style-2 .footer-subscribe,
.style-RTL .footer.style-2 .footer-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 45px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bg-1);
}
.rtl .footer.style-2 .footer-subscribe .footer-subscribe-content,
.style-RTL .footer.style-2 .footer-subscribe .footer-subscribe-content {
  max-width: calc(100% - 290px);
  width: 100%;
}
.rtl .footer.style-2 .footer-subscribe fieldset,
.style-RTL .footer.style-2 .footer-subscribe fieldset {
  margin-bottom: 7px;
}
.rtl .footer.style-2 .footer-contact .support-item-footer,
.style-RTL .footer.style-2 .footer-contact .support-item-footer {
  padding-bottom: 4px;
}
.rtl .footer.style-2 .image,
.style-RTL .footer.style-2 .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rtl .footer.style-2 .image img,
.style-RTL .footer.style-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rtl .footer.style-2.bg-color-white,
.style-RTL .footer.style-2.bg-color-white {
  background-color: var(--white);
}
.rtl .footer.style-2.bg-color-white .text,
.style-RTL .footer.style-2.bg-color-white .text {
  color: var(--on-suface-variant-1);
}
.rtl .footer.style-2.bg-color-white .title-footer,
.style-RTL .footer.style-2.bg-color-white .title-footer {
  color: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .title-mobile,
.style-RTL .footer.style-2.bg-color-white .title-mobile {
  color: var(--on-suface-variant-1) !important;
}
.rtl .footer.style-2.bg-color-white .title-mobile::before,
.style-RTL .footer.style-2.bg-color-white .title-mobile::before {
  color: var(--on-suface-variant-1) !important;
}
.rtl .footer.style-2.bg-color-white .tf-social .item a,
.style-RTL .footer.style-2.bg-color-white .tf-social .item a {
  border-color: var(--outline);
}
.rtl
  .footer.style-2.bg-color-white
  .footer-subscribe
  fieldset
  input[type="text"],
.style-RTL
  .footer.style-2.bg-color-white
  .footer-subscribe
  fieldset
  input[type="text"] {
  border: 1px solid var(--outline);
  background-color: var(--surface);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter,
.style-RTL .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter {
  background-color: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter i,
.style-RTL
  .footer.style-2.bg-color-white
  .footer-subscribe
  .tf-btn-newsletter
  i {
  color: var(--white);
}
.rtl .footer.style-2.bg-color-white .footer-subscribe .tf-btn-newsletter:hover,
.style-RTL
  .footer.style-2.bg-color-white
  .footer-subscribe
  .tf-btn-newsletter:hover {
  background-color: var(--primary);
}
.rtl .footer.style-2.bg-color-white .support-item-footer a,
.style-RTL .footer.style-2.bg-color-white .support-item-footer a {
  color: var(--on-suface-container) !important;
}
.rtl .footer.style-2.bg-color-white .support-item-footer a::before,
.style-RTL .footer.style-2.bg-color-white .support-item-footer a::before {
  background: var(--on-suface-container);
}
.rtl .footer.style-2.bg-color-white .footer-bottom,
.style-RTL .footer.style-2.bg-color-white .footer-bottom {
  border-color: var(--outline);
}
.rtl .nice-select,
.style-RTL .nice-select {
  direction: ltr;
  text-align: end;
}
.rtl .nice-select::before,
.style-RTL .nice-select::before {
  left: 20px;
  right: auto;
}
.rtl .nice-select .list li,
.style-RTL .nice-select .list li {
  text-align: end;
}
.rtl .section-benefit.h-2 .sw-icon-list .swiper-slide,
.style-RTL .section-benefit.h-2 .sw-icon-list .swiper-slide {
  border-left: 1px solid var(--outline);
  border-right: 0;
}
.rtl .section-benefit.h-2 .sw-icon-list .swiper-slide:last-child,
.style-RTL .section-benefit.h-2 .sw-icon-list .swiper-slide:last-child {
  border-left: 0;
}
.rtl .section-benefit.h-7 .box-icon,
.style-RTL .section-benefit.h-7 .box-icon {
  padding-left: 20px !important;
  margin-left: 20px !important;
  border-left: 1px solid var(--bg-1) !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: 0 !important;
}
.rtl .section-benefit.h-7 .box-icon:last-child,
.style-RTL .section-benefit.h-7 .box-icon:last-child {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-left: 0 !important;
}
.rtl .section-about.h-2 .section-about-right,
.style-RTL .section-about.h-2 .section-about-right {
  left: 0;
  right: auto;
}
.rtl .section-about.h-2 .wg-counter,
.style-RTL .section-about.h-2 .wg-counter {
  border-right: 1px solid var(--outline);
  padding-right: 40px;
  margin-right: 68px;
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl .section-about.h-5 .about-left .item-2,
.style-RTL .section-about.h-5 .about-left .item-2 {
  left: 0;
  right: auto;
  padding-right: 20px;
  padding-left: 0;
}
.rtl .section-about.h-5 .about-left .item-3,
.style-RTL .section-about.h-5 .about-left .item-3 {
  left: 0;
  right: auto;
}
.rtl .section-about.h-7,
.style-RTL .section-about.h-7 {
  flex-direction: row-reverse;
}
.rtl .section-about.h-7 .about-left,
.style-RTL .section-about.h-7 .about-left {
  padding: 99px 15px 82px 111px;
  align-items: start;
}
.rtl .section-about.h-7 .about-right,
.style-RTL .section-about.h-7 .about-right {
  padding: 81px 100px 82px 15px;
}
.rtl .section-about.h-7 .about-right .section-content,
.style-RTL .section-about.h-7 .about-right .section-content {
  margin-left: auto;
  margin-right: 0;
}
.rtl .wg-new-letter,
.style-RTL .wg-new-letter {
  flex-direction: row-reverse;
}
.rtl .wg-new-letter .new-letter-content,
.style-RTL .wg-new-letter .new-letter-content {
  direction: ltr;
}
.rtl #menu-mobile li.menu-item-has-children-mobile > a,
.style-RTL #menu-mobile li.menu-item-has-children-mobile > a {
  position: relative;
}
.rtl #menu-mobile li.menu-item-has-children-mobile > a::after,
.style-RTL #menu-mobile li.menu-item-has-children-mobile > a::after {
  left: 0;
  right: auto;
}
.rtl #menu-mobile li.menu-item-has-children-mobile2 > a,
.style-RTL #menu-mobile li.menu-item-has-children-mobile2 > a {
  position: relative;
}
.rtl #menu-mobile li.menu-item-has-children-mobile2 > a::after,
.style-RTL #menu-mobile li.menu-item-has-children-mobile2 > a::after {
  left: 0;
  right: auto;
}
.rtl .card-chart .arrow-card-btn,
.style-RTL .card-chart .arrow-card-btn {
  direction: ltr;
  left: 21px;
  right: auto;
}
.rtl .card-chart .number-percent,
.style-RTL .card-chart .number-percent {
  direction: ltr;
}
.rtl .card-chart .number-plus,
.style-RTL .card-chart .number-plus {
  direction: ltr;
  text-align: end;
}
.rtl .section-contact-home.h-4 .box-agent,
.style-RTL .section-contact-home.h-4 .box-agent {
  gap: 32px;
}
@keyframes infiniteScroll-rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.rtl .marquee-wrapper,
.style-RTL .marquee-wrapper {
  animation: infiniteScroll-rtl 70s linear infinite !important;
}
.rtl .section-why-choose .progress-box,
.style-RTL .section-why-choose .progress-box {
  right: auto !important;
  left: 0;
}
.rtl .process-item.style-2 .icon-list,
.style-RTL .process-item.style-2 .icon-list {
  left: auto;
  right: -22%;
  transform: rotateY(180deg);
}
.rtl .tf-post-list,
.style-RTL .tf-post-list {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .tf-post-list .post-content,
.style-RTL .tf-post-list .post-content {
  text-align: end;
}
.rtl .tf-post-list .date,
.style-RTL .tf-post-list .date {
  left: auto;
  right: 12px;
}
.rtl .tf-post-list .tf-list-post-content,
.style-RTL .tf-post-list .tf-list-post-content {
  text-align: end;
}
.rtl .tf-post-grid .tf-post-grid-content,
.style-RTL .tf-post-grid .tf-post-grid-content {
  direction: ltr;
  flex-direction: row-reverse;
  text-align: end;
}
.rtl .section-cta.h-6 .cta-inner,
.style-RTL .section-cta.h-6 .cta-inner {
  direction: ltr;
}
.rtl .section-cta.h-6 .cta-inner .cta-content,
.style-RTL .section-cta.h-6 .cta-inner .cta-content {
  flex-direction: row-reverse;
  text-align: end;
}
.rtl .pl-80,
.style-RTL .pl-80 {
  padding-right: 80px;
  padding-left: 0;
}
.rtl .wg-tab.style-3 li a::after,
.style-RTL .wg-tab.style-3 li a::after {
  content: "\e931" !important;
  left: 0;
  right: auto !important;
}
.rtl .item-content,
.style-RTL .item-content {
  direction: ltr;
  text-align: end;
}
.rtl .tf-project-media-thumbs .project-content,
.style-RTL .tf-project-media-thumbs .project-content {
  text-align: end;
}
.rtl .testimonial-item .info-user,
.style-RTL .testimonial-item .info-user {
  direction: rtl;
}
.rtl .testimonial-item .info-user .info-content,
.style-RTL .testimonial-item .info-user .info-content {
  direction: ltr;
}
.rtl .testimonial-item.style-2,
.style-RTL .testimonial-item.style-2 {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .testimonial-item.style-2 .testimonial-content,
.style-RTL .testimonial-item.style-2 .testimonial-content {
  text-align: end;
}
.rtl .section-services .services-inner .services-content,
.style-RTL .section-services .services-inner .services-content {
  direction: ltr;
  text-align: end;
}
.rtl .benefit-items,
.style-RTL .benefit-items {
  direction: ltr;
  flex-direction: row-reverse;
}
.rtl .tf-testimonials-main .content,
.style-RTL .tf-testimonials-main .content {
  text-align: end;
}
.rtl .according-item .title-according,
.style-RTL .according-item .title-according {
  text-align: end;
}
.rtl .according-item.bg-white .price-according,
.style-RTL .according-item.bg-white .price-according {
  justify-content: end;
}
.rtl .according-item.bg-white .tf-btn,
.style-RTL .according-item.bg-white .tf-btn {
  margin-left: auto;
}
.rtl .comment-item.reply,
.style-RTL .comment-item.reply {
  margin-left: 0;
  padding-right: 76px;
}
.rtl .comment-item.style-2.reply,
.style-RTL .comment-item.style-2.reply {
  margin-right: 40px;
  border-right: 4px solid var(--outline);
  border-left: 0;
  padding-left: 0;
  padding-right: 30px;
}
.rtl .input-search .btn-search,
.style-RTL .input-search .btn-search {
  left: 8px;
  right: auto !important;
}
.rtl .sidebar-search .tf-btn-search,
.style-RTL .sidebar-search .tf-btn-search {
  left: 15px;
  right: auto;
}
.rtl .canvnas-quick-view .quick-view-content,
.style-RTL .canvnas-quick-view .quick-view-content {
  padding-left: 24px;
  padding-right: 0;
}
.rtl .canvnas-quick-view .list-img,
.style-RTL .canvnas-quick-view .list-img {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .canvnas-quick-view .tf-product-info-wrap,
.style-RTL .canvnas-quick-view .tf-product-info-wrap {
  right: 0;
  left: 24px;
}
.rtl .wg-your-order .wg-your-order-list .price,
.style-RTL .wg-your-order .wg-your-order-list .price {
  direction: ltr;
}
.rtl .ip-discount-code .tf-btn,
.style-RTL .ip-discount-code .tf-btn {
  right: auto;
  left: 6px;
}
.rtl .form-payment .img-icon-payment,
.style-RTL .form-payment .img-icon-payment {
  left: 16px;
  right: auto;
}
.rtl .line-check-out,
.style-RTL .line-check-out {
  right: 52.9%;
  left: auto;
}
.rtl .section-services-item.style-border .services-content,
.style-RTL .section-services-item.style-border .services-content {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .sw-team-list .team-item,
.style-RTL .sw-team-list .team-item {
  text-align: end;
}
.rtl .sw-product .product-item,
.style-RTL .sw-product .product-item {
  direction: rtl;
}
.rtl .product-item .icon,
.style-RTL .product-item .icon {
  right: auto;
  left: 0;
}
.rtl .product-item:hover .icon,
.style-RTL .product-item:hover .icon {
  left: 16px;
}
.rtl .product-item.discount::before,
.style-RTL .product-item.discount::before {
  left: auto;
  right: 16px;
}
.rtl .sidebar-price,
.style-RTL .sidebar-price {
  overflow: hidden;
}
.rtl .sidebar-price .range-two-val,
.style-RTL .sidebar-price .range-two-val {
  padding-right: 10px;
  padding-left: 10px;
}
.rtl .noUi-horizontal .noUi-handle,
.style-RTL .noUi-horizontal .noUi-handle {
  left: auto !important;
}
.rtl .tf-sort .nice-select,
.style-RTL .tf-sort .nice-select {
  padding: 10px 15px 10px 38px !important;
}
.rtl .tf-cart-item_total,
.style-RTL .tf-cart-item_total {
  direction: ltr;
}
.rtl .progress-cart.bg-color-on-suface-container .round,
.style-RTL .progress-cart.bg-color-on-suface-container .round {
  left: unset;
  right: 100%;
}
.rtl .tf-zoom-main .drift-zoom-pane,
.style-RTL .tf-zoom-main .drift-zoom-pane {
  display: flex;
  justify-content: flex-end;
}
.rtl .switch-container .switch .toggle,
.style-RTL .switch-container .switch .toggle {
  transform: translateX(40px);
}
.rtl .switch-container .switch.is-active .toggle,
.style-RTL .switch-container .switch.is-active .toggle {
  transform: translateX(0);
}
.rtl .section-services.h-8 .tf-btn,
.style-RTL .section-services.h-8 .tf-btn {
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 992px) {
  .rtl .section-about .about-content-left {
    margin-left: 6px;
    border-left: 1px solid var(--outline);
    margin-right: 0;
    border-right: 0;
  }
  .rtl .section-about .tf-btn {
    margin-left: auto;
    margin-right: 0;
  }
  .rtl .ml-40 {
    margin-left: 0;
    margin-right: 40px;
  }
  .rtl .mr-10 {
    margin-left: 10px;
    margin-right: 0;
  }
  .rtl .mr-15 {
    margin-left: 15px;
    margin-right: 0;
  }
  .rtl .ml-15 {
    margin-left: 0;
    margin-right: 15px;
  }
  .rtl .ml-35 {
    margin-left: 0;
    margin-right: 35px;
  }
  .rtl .mr-50 {
    margin-right: 0;
    margin-left: 50px;
  }
  .rtl .ml-50 {
    margin-left: 0;
    margin-right: 50px;
  }
  .rtl .ml-30 {
    margin-left: 0;
    margin-right: 30px;
  }
  .rtl .section-contact-home.h-4 .left {
    right: 0;
    left: auto !important;
  }
  .rtl .section-contact-home.h-4 .right {
    padding-right: 20px;
    margin-right: -20px;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .rtl .flat-countdown-banner .banner-img {
    left: 0;
    right: unset;
  }
  .rtl .section-about.h-2 .wg-counter {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    justify-content: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .tf-cart-item .img-box {
    left: auto;
    right: 0;
  }
}
@media (max-width: 550px) {
  .rtl .heading-section.style-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rtl .heading-section.style-2 .tag {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .rtl .switch-container .switch .toggle {
    transform: translateX(30px);
  }
}

/*# sourceMappingURL=styles.css.map */

/*---------------------------------------------
/////  Uniqo HTML  /////
----------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------------------------*/

/***********************
* Variable
* Common
* Button style 
* Custom-cursor 
* Preloader
* header
* banner
* patner
* service
* about
* process
* testimonial
* why-choose
* work
* team
* blog
* main-footers
* mobile-nav
* back-to-top
* side menu
* about page
* service page
* service details page
* contact page
* blog page
* blog details page
* testimonial page
* pricing page
* portfolio page
* portfolio details page
* shop page
* cart page
* checkout page
* careers page
* why-choose six
***********************/

/*----------------------------------------------------------------
* Variable
--------------------------------------------------------------*/

:root {
  --uniqo-primary: #d1a97a;
  --uniqo-secondary: #56736c;
  --uniqo-black: #1b2429;
  --uniqo-grey: #d9dedd;
  --uniqo-light-brown: #fdeddb;
  --uniqo-light-orange: #f4ece2;
  --uniqo-light-black: #333939;
  --uniqo-light-green: #c7d9d4;
  --uniqo-dark-text: #3b4443;
  --uniqo-light-text: #616866;
  --uniqo-light: #ffffff;
  --uniqo-body-font: "Inter", sans-serif;
  --uniqo-heading-font: "Marcellus", serif;
}

html {
  scroll-behavior: smooth;
}

/***********************
* Common
***********************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--uniqo-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.01em;
  color: var(--uniqo-light-text);
  text-transform: none;
  font-style: normal;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Rethink Sans", sans-serif;
  color: var(--uniqo-dark-text);
  letter-spacing: -0.01em;
}

h1 {
  font-size: 63px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}

h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}

h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 24px;
}

h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 16px;
}

p {
  margin: 0 0 16px;
}

p.lead {
  font-size: 18px;
  font-weight: 400;
}

p.lead-lg {
  font-size: 20px;
  font-weight: 400;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}

textarea:focus-visible {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-background-clip: text;
}

[type="search"] {
  outline-offset: 0;
}

input:focus-visible,
button:focus-visible {
  outline: 0;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

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

.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--uniqo-primary);
  color: var(--uniqo-black);
  border: none;
}

/***********************
* Button style
***********************/

.btn-primary {
  background-color: darkgray;
  color: var(--uniqo-black);
}

.btn-primary:hover {
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
}

.btn-secondary {
  background-color: var(--uniqo-secondary);
  color: var(--uniqo-light);
}

.btn-secondary:hover {
  background-color: var(--uniqo-black);
}

.btn-light {
  background-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  color: black;
}

.btn-light:hover span {
  color: var(--uniqo-black) !important;
}

.btn-dark {
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.btn-theme {
  border-radius: 6px;
  border: none;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-theme > span {
  display: inline-block;
  padding: 13px 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
}

span.space {
  width: 7px;
}

.btn-theme:hover > span:nth-child(odd) {
  -webkit-animation: anim-nanuk-1 0.5s forwards;
  animation: anim-nanuk-1 0.5s forwards;
}

.btn-theme:hover > span:nth-child(even) {
  -webkit-animation: anim-nanuk-2 0.5s forwards;
  animation: anim-nanuk-2 0.5s forwards;
}

.btn-theme:hover > span:nth-child(odd),
.btn-theme:hover > span:nth-child(even) {
  -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}

@-webkit-keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
  }
}

@keyframes anim-nanuk-1 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
  }
}

@-webkit-keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
  }
}

@keyframes anim-nanuk-2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  49% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: inherit;
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
  }
}

.btn-theme:hover > span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.btn-theme:hover > span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.btn-theme:hover > span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.btn-theme:hover > span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.btn-theme:hover > span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.btn-theme:hover > span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.btn-theme:hover > span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.btn-theme:hover > span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.btn-theme:hover > span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.btn-theme:hover > span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.btn-theme:hover > span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.btn-theme:hover > span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.btn-theme:hover > span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.btn-theme:hover > span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.btn-theme:hover > span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.btn-theme:hover > span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.btn-theme:hover > span:nth-child(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.btn-theme:hover > span:nth-child(18) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.btn-theme:hover > span:nth-child(19) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.btn-theme:hover > span:nth-child(20) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.btn-theme:hover > span:nth-child(21) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*************************
* Custom-cursor 
*************************/

.custom-cursor-one {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--uniqo-primary);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor-two {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--uniqo-primary);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor-hover,
.custom-cursor-innerhover {
  background-color: var(--uniqo-primary);
  opacity: 0.4;
  animation: scale 0.5s;
  height: 5px;
  width: 5px;
}

@keyframes scale {
  0% {
    height: 80px;
    width: 80px;
  }
  100% {
    height: 5px;
    width: 5px;
  }
}

/*******************
* Preloader
*******************/

.preloader {
  position: fixed;
  background-color: #0f110ff7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.loading-image {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.loading-image img {
  height: 80px;
  animation: zoompre 1.5s;
}

.logo-text h1 {
  max-width: 0;
  overflow: hidden;
  transition: all 0.5s;
  animation: width 2.5s 1s;
  color: var(--uniqo-light);
  font-size: 65px;
  margin-bottom: 0;
}

@keyframes zoompre {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.3) rotate(270deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes width {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 1000px;
  }
}

/***********************
* header one
***********************/

.topbar-one {
  background-color: #1d1d1d;
  padding: 15px 58px;
}

.topbar-one-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-one-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.topbar-left-one {
  display: flex;
  column-gap: 43px;
  align-items: center;
}

ul.topbar-left-one li {
  color: var(--uniqo-light);
  display: flex;
  align-items: center;
  column-gap: 10px;
}

ul.topbar-left-one li p,
ul.topbar-left-one li a,
ul.topbar-link-right-one li a,
ul.topbar-social-media-one li a {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--uniqo-light);
  line-height: 1.2;
}

.topbar-right-one {
  display: flex;
  column-gap: 28px;
  align-items: center;
}

ul.topbar-link-right-one {
  display: flex;
  column-gap: 18px;
  padding-right: 20px;
}

ul.topbar-link-right-one li,
ul.topbar-social-media-one li {
  line-height: 0;
}

ul.topbar-social-media-one li a i {
  font-size: 16px;
}

ul.topbar-social-media-one {
  display: flex;
  column-gap: 18px;
  align-items: center;
}

.main-header {
  position: absolute;
  width: 100%;

  z-index: 99999;
}

nav.main-menu {
  display: flex;
  align-items: center;
}

.main-menu-inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

ul.main-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-right: auto;
  padding-left: 80px;
}

.main-menu-logo {
  max-width: 289px;
  width: 100%;
  text-align: center;
}

/* .main-menu-logo img {
    margin-left: -10px;
} */

ul.main-menu-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: var(--uniqo-light);
  padding: 45px 0 40px;
  position: relative;
}

ul.main-menu-list li a {
  color: var(--uniqo-light);
  line-height: 1.2;
}

ul.main-menu-list li.active > a,
ul.main-menu-list > li.active,
ul.main-menu-list > li:hover,
ul.main-menu-list > li:hover > a {
  color: var(--uniqo-primary);
  position: relative;
}

ul.main-menu-list li ul {
  position: absolute;
  width: 250px;
  padding: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  background-color: var(--uniqo-black);
  z-index: 999;
  padding: 10px 0;
}

ul.main-menu-list li:hover ul {
  opacity: 1;
  transform: scaleY(1) translateZ(0px);
  visibility: visible;
}

ul.main-menu-list li ul li {
  padding: 15px 25px;
  border-bottom: none;
  transition: all 0.5s;
}

ul.main-menu-list li ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 2px;
  width: 0;
  transform: translateY(-50%);
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
}

ul.main-menu-list li ul li:hover::after {
  width: 25px;
}

ul.main-menu-list li ul li:hover {
  padding-left: 50px !important;
}

ul.main-menu-list li ul li:hover a {
  color: var(--uniqo-primary);
}

ul.main-menu-list li ul li:last-child {
  border: none;
}

.header-side-menu {
  margin-right: 58px;
  width: 53px;
  height: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 60px;
  cursor: pointer;
}

.header-side-menu span {
  background-color: var(--uniqo-light);
  height: 2px;
  display: inline-block;
  width: 100%;
}

.main-menu-right {
  display: flex;
  align-items: center;
}

.search-btn {
  padding: 45px 45px 40px;
  border: 1px solid rgb(224 224 224 / 17%);
  border-top: 0;
  border-bottom: 0;
  line-height: 0;
}

.search-btn img {
  height: 19px;
  width: 19px;
}

.main-menu-right .btn-light {
  margin-right: 55px;
}

.header-menu-collaps {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: end;
  cursor: pointer;
  display: none;
}

.header-menu-collaps span {
  width: 38px;
  display: inline-block;
  height: 2px;
  background-color: #fff;
}

.header-menu-collaps span:nth-child(2) {
  width: 32px;
}

.header-menu-collaps span:nth-child(3) {
  width: 16px;
}

/***********************
* banner one
***********************/

.banner-section-one {
  position: relative;
  overflow: hidden;
}

.banner-slide-item-one {
  padding: 203px 0 126px 140px;
  position: relative;
}

.banner-slide-item-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 35%);
}

.banner-image-one {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.banner-image-one img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-section-one .heading-box {
  position: relative;
  z-index: 1;
}

.banner-sub-title-one {
  padding-left: 18px;
  padding-bottom: 75px;
  margin-bottom: 27px;
  position: relative;
  overflow: hidden;
}

.banner-sub-title-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(224, 224, 224, 0.17);
}

.banner-sub-title-one h2 {
  color: var(--uniqo-light);
  line-height: 1.1;
  animation: left-in2 2s;
}

.slick-active .banner-sub-title-one h2 {
  animation: left-in3 2s;
}

@keyframes left-in2 {
  0% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes left-in3 {
  0% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(0px);
  }
}

.banner-slide-item-one h1.heading-title {
  color: var(--uniqo-light);
  line-height: 1.1;
  margin-bottom: 34px;
  animation: fade-left 1s ease;
}

.slick-active .banner-slide-item-one h1.heading-title {
  animation: fade-left2 1s ease;
}

@keyframes fade-left {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-left2 {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner-section-one h1.heading-title span {
  color: rgba(255, 255, 255, 0.46);
}

.banner-section-one p.heading-details {
  color: var(--uniqo-light);
  margin-bottom: 34px;
  max-width: 80%;
}

.banner-section-one ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 155px;
  right: 178px;
  display: flex;
  column-gap: 7px;
  align-items: center;
}

.banner-section-one ul.slick-dots li button {
  border: 0;
  background-color: #b8b3b36e;
  font-size: 0;
  height: 2px;
  width: 40px;
  transition: all 0.5s;
}

.banner-section-one ul.slick-dots li.slick-active button {
  background-color: var(--uniqo-light);
}

#slider-info {
  position: absolute;
  bottom: 150px;
  right: 80px;
  color: var(--uniqo-light);
  font-size: 18px;
  line-height: 29px;
}

/***********************
* patner one
***********************/

.patner-section-one {
  background-color: var(--uniqo-grey);
}

.patner-slide-item-one {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex !important;
  justify-content: center;
  height: 244px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.patner-slide-item-one img {
  transition: all 0.5s;
}

.patner-slide-item-one img {
  filter: brightness(0.5);
}

/***********************
* service one
***********************/

.service-section-one {
  padding: 130px 0;
  background-color: var(--uniqo-grey);
}

.service-left-one {
  padding-right: 90px;
}

span.sub-title {
  text-transform: uppercase;
  letter-spacing: 0.62em;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.service-left-one .heading-title {
  margin-bottom: 12px;
}

.service-left-details-one {
  padding-left: 15px;
  border-left: 1px solid #d4d4d4;
  position: relative;
}

.service-left-details-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 0;
  background-color: var(--uniqo-light-text);
  transition: all 3s;
}

.service-left-details-one.active::after {
  height: 80%;
}

.service-left-details-one p {
  margin-bottom: 75px;
}

.service-right-one {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.service-right-inner-one {
  width: 45%;
  flex-grow: 1;
}

.service-right-inner-one:nth-child(2) {
  margin-top: 52px;
}

.service-box-one {
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 38px;
  transition: all 0.8s;
  position: relative;
  overflow: hidden;
}

.service-box-one img {
  position: absolute;
  top: -50px;
  right: -20px;
}

.service-icon-one {
  margin-bottom: 16px;
  position: relative;
}

.animated-svg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: draw 3s forwards ease-in-out;
}

.service-box-one:hover .animated-svg path {
  animation: draw2 3s forwards ease-in-out;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw2 {
  to {
    stroke-dashoffset: 0;
  }
}

.service-box-one h4 {
  font-size: 20px;
  margin-bottom: 13px;
}

.service-box-one p {
  margin-bottom: 13px;
}

.service-btn-one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: var(--uniqo-light-text);
  column-gap: 0px;
  font-size: 14px;
  padding: 10px 14px;
  transition: all 0.5s;
}

.service-btn-one span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 2s ease-in;
}

.service-box-one:hover .service-btn-one span {
  max-width: 1000px;
  opacity: 1;
  margin-right: 10px;
}

.service-box-one:hover {
  background-color: #faebd9;
}

.service-box-one:hover .service-btn-one {
  background-color: var(--uniqo-light);
  border-radius: 6px;
}

.service-box-one:hover img {
  filter: opacity(0.3);
}

/***********************
* about one
***********************/

.about-section-one {
  padding-top: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 70px;
}

.about-left-one {
  height: 934px;
}

.about-left-one img {
  position: absolute;
  left: 0;
}

.about-right-one {
  padding-left: 80px;
  margin-top: 60px;
}

.about-section-one .sub-title {
  margin-bottom: 9px;
}

.about-section-one .heading-title {
  margin-bottom: 36px;
}

.heading-title > span {
  color: var(--uniqo-primary);
}

.about-details-one {
  padding-left: 16px;
  border-left: 1px solid #d4d4d4;
  position: relative;
}

.about-details-one::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 0;
  background-color: #616866;
  transition: all 3s;
}

.about-details-one.active::after {
  height: 75%;
}

.about-details-one > p {
  margin-bottom: 48px;
}

.about-details-inner-one {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 46px;
}

.about-details-inner-one > span {
  border-radius: 100%;
  border: 1px solid #d9d9d9;
  padding: 18px;
}

.about-details-inner-one > span > span {
  height: 96px;
  width: 96px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #edf1f0;
}

.about-details-box-title h5 {
  margin-bottom: 3px;
  font-weight: 500;
  color: #3b4443;
  font-family: var(--uniqo-body-font);
}

.about-details-box-title p {
  margin-bottom: 0;
}

.about-project-one {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-top: 1px solid #d4d4d4;
  margin-left: -16px;
}

.about-project-one h4 {
  font-size: 80px;
  font-weight: 700;
  font-family: var(--uniqo-body-font);
  background: linear-gradient(180deg, #dadfde 13.89%, #ffffff 88.89%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 0;
  width: 50%;
  text-align: center;
  border-right: 1px solid #d4d4d4;
}

.about-project-one p {
  margin-bottom: 0;
  width: 50%;
  padding: 0 50px;
  color: #3b4443;
}

.about-right-one .btn-secondary {
  margin-left: 30px;
}

/***********************
* process one
***********************/

.process-section-one {
  padding: 250px 0 120px 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f0ece8 52.07%,
    #ece6e1 118.82%
  );
  margin-top: -100px;
}

.process-section-one .heading-title {
  margin-bottom: 50px;
}

.process-inner-one {
  display: flex;
}

.process-box-one {
  padding: 95px 40px 80px 85px;
  border-radius: 100%;
  border: 1px solid #d7ba98;
  position: relative;
  background-color: #f0ece8;
  transition: all 0.5s;
  overflow: hidden;
  width: 416px;
}

.process-box-one > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 0%;
  object-fit: cover;
  transition: all 0.8s;
  border-radius: 100%;
  z-index: -1;
}

.process-icon-one {
  margin-bottom: 30px;
  position: relative;
}

.process-box-one h4 {
  margin-bottom: 15px;
  transition: all 0.5s;
}

.process-box-one p {
  position: relative;
  transition: all 0.5s;
}

.process-box-one h4 span {
  color: #d1a97a;
  transition: all 0.5s 0.3s;
}

.process-box-one + .process-box-one {
  margin-left: -183px;
}

.process-box-one:hover {
  z-index: 1;
}

.process-box-one:hover > img {
  height: 100%;
  width: 100%;
}

.process-box-one:hover h4,
.process-box-one:hover h4 span,
.process-box-one:hover p {
  color: var(--uniqo-light);
}

.process-box-one::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 0%;
  border-radius: 100%;
  transition: all 0.8s ease;
  background: linear-gradient(
    180deg,
    rgba(59, 68, 67, 0) 0%,
    rgba(59, 68, 67, 0.42) 100%
  );
  backdrop-filter: blur(10px);
  /* background-size: cover;
    background-position: center;
    background-color: #3B444385;
    background-blend-mode: overlay;
    filter: blur(4px); */
}

.process-box-one:hover::before {
  height: 100%;
  width: 100%;
}

.process-box-one:hover .process-icon-one img {
  filter: brightness(20.5);
}

/***********************
* testimonial one
***********************/

.testimonial-section-one {
  padding: 140px 0;
}

.testimonial-section-one .sub-title {
  margin-bottom: 22px;
}

.testimonial-author-image {
  margin-bottom: 18px;
  display: inline-block;
}

.testimonial-item-one {
  text-align: -webkit-center;
}

.testimonial-item-one h5 {
  font-size: 35px;
  max-width: 85%;
  margin: auto;
  margin-bottom: 30px;
}

.testimonial-item-one > img {
  margin-bottom: 30px;
}

.testimonial-item-one p {
  margin-bottom: 27px;
}

.testimonial-section-one button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -200px;
  border: none;
  background: no-repeat;
  display: flex;
  align-items: center;
  column-gap: 26px;
  letter-spacing: 0.62em;
  text-transform: uppercase;
  font-size: 14px;
  transform: translateY(-50%);
}

.testimonial-section-one button.slick-next.slick-arrow {
  right: -200px;
  left: auto;
}

.testimonial-section-one ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: flex;
  align-items: end;
  left: 50%;
  transform: translateX(-50%);
  column-gap: 10px;
  height: 14px;
}

.testimonial-section-one ul.slick-dots li {
  line-height: 0;
}

.testimonial-section-one ul.slick-dots li button {
  border: none;
  background-color: #d4d4d4;
  font-size: 0;
  height: 7px;
  width: 2px;
  transition: all 0.5s;
}

.testimonial-section-one ul.slick-dots li.slick-active button {
  background-color: #d1a97a;
  height: 14px;
}

/***********************
* why-choose one
***********************/

.why-choose-section-one {
  position: relative;
  overflow: hidden;
}

.why-choose-background-one {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.why-choose-background-image-one {
  height: 100%;
  width: 100%;
}

.why-choose-background-image-one img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  transform: scale(1.5);
  top: -290px;
}

.counter-one {
  padding-top: 570px;
  display: flex;
}

.video-play-one {
  position: absolute;
  top: 0;
  right: 70px;
  width: 312px;
  text-align: center;
  padding: 28px 48px 80px 48px;
  border-radius: 0 0 100% 100%;
  background: #ffffff21;
  backdrop-filter: blur(13px);
}

.video-play-one p {
  text-align: left;
  margin-bottom: 27px;
  color: var(--uniqo-light);
}

.counter-box-one {
  flex-grow: 1;
  height: 534px;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.counter-box-one-inner {
  background: #00000029;
  backdrop-filter: blur(26px);
  clip-path: polygon(
    20% 0%,
    75% 0,
    100% 30%,
    100% 100%,
    80% 100%,
    20% 100%,
    0 100%,
    0 0
  );
  padding: 40px;
  transition: all 0.5s;
}

.counter-icon {
  margin-bottom: 44px;
  height: 60px;
}

.counter-box-one h4 {
  font-size: 45px;
  margin-bottom: 0;
  color: var(--uniqo-light);
  transition: all 0.5s;
}

.counter-box-one p {
  margin-bottom: 0;
  color: var(--uniqo-light);
  transition: all 0.5s;
}

.counter-box-one:nth-child(even) {
  justify-content: end;
}

.counter-box-one:nth-child(even) .counter-box-one-inner {
  clip-path: polygon(
    20% 0%,
    100% 0,
    100% 33%,
    100% 70%,
    74% 100%,
    20% 100%,
    0 100%,
    0 0
  );
  background-color: #c7d9d4;
  backdrop-filter: blur(26px);
  color: var(--uniqo-black);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.5s 0.8s;
}

.counter-box-one:nth-child(even) h4,
.counter-box-one:nth-child(even) p {
  color: var(--uniqo-black);
}

.counter-box-one:nth-child(odd) .counter-box-one-inner:hover {
  background-color: #c7d9d4;
  color: var(--uniqo-black);
}

.counter-box-one:nth-child(odd) .counter-box-one-inner:hover p,
.counter-box-one:nth-child(odd) .counter-box-one-inner:hover h4 {
  color: var(--uniqo-black);
}

.counter-box-one:nth-child(odd) .counter-box-one-inner:hover img {
  filter: brightness(0);
}

.counter-box-one:nth-child(odd) .counter-box-one-inner {
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1.5s 0.8s;
}

.counter-box-one.active .counter-box-one-inner {
  transform: scaleY(1);
}

/***********************
* work one
***********************/

.work-section-one {
  padding: 390px 0 140px;
  background-color: var(--uniqo-light-black);
  margin-top: -267px;
}

.work-section-one .sub-title {
  color: var(--uniqo-light);
}

.work-section-one .heading-title {
  color: var(--uniqo-light);
  margin-bottom: 30px;
}

.work-details-one {
  padding-left: 28px;
  position: relative;
  border-left: 1px solid #616866;
}

.work-details-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 0;
  background-color: var(--uniqo-light);
  transition: all 3s;
}

.work-details-one.active::after {
  height: 80%;
}

.work-details-one .lead-lg {
  font-size: 25px;
  font-weight: 300;
  font-style: italic;
  color: var(--uniqo-light);
}

.work-details-one .lead {
  color: var(--uniqo-light);
}

.work-btn {
  text-align: end;
  margin-bottom: 90px;
}

.work-process-one {
  margin-bottom: 44px;
}

.work-process-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-process-title p {
  color: var(--uniqo-light);
  font-weight: 500;
  font-size: 20px;
}

.work-processing {
  width: 100%;
  height: 6px;
  background-color: #ffffff0a;
  position: relative;
}

.work-processing span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  width: 0%;
  transition: width 1.5s ease;
}

.work-process-one:last-child {
  margin-bottom: 0;
}

/***********************
* team one
***********************/

.team-section-one {
  padding: 145px 0 150px 0;
  background-color: var(--uniqo-grey);
}

.team-section-one .sub-title {
  margin-bottom: 18px;
}

.team-section-one .heading-title {
  margin-bottom: 36px;
}

.team-box-one {
  background-color: var(--uniqo-light);
  position: relative;
}

.team-details-one {
  position: absolute;
  top: 30px;
  left: 28px;
}

.team-details-one h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-details-one h4 a {
  color: var(--uniqo-black);
}

.team-social-media-one {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

.team-social-media-one li a {
  height: 40px;
  width: 40px;
  background-color: var(--uniqo-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}

.team-social-media-one li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 0%;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
  border-radius: 100%;
}

.team-social-media-one li a:hover::before {
  height: 100%;
  width: 100%;
}

.team-social-media-one li a img {
  position: relative;
}

.team-image-one {
  text-align: right;
}

.team-box-one:hover .team-social-media-one {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

/***********************
* blog one
***********************/

.blog-section-one {
  background-image: url(../images/blog/Blog-bg.jpg);
  background-size: auto;
  background-position: center;
}

.blog-box-one {
  padding: 140px 0px;
  position: relative;
}

/* .blog-background-image-one{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */

/* .blog-background-image-one img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
} */

/* .blog-background-image-one::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0F1E1B;
} */

.blog-image-one {
  position: relative;
  padding: 24px;
  margin: auto;
  border: 1px solid #ffffff4d;
  margin-bottom: 70px;
  height: 346px;
  width: 385px;
  transition: all 0.5s;
}

.blog-image-one img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-details-one {
  position: relative;
  width: 385px;
  margin: auto;
}

.blog-meta-one {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 24px;
}

.blog-date-one {
  font-weight: 600;
  color: var(--uniqo-light);
}

.blog-tag-one {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.32em;
  padding: 5px 15px;
  color: var(--uniqo-light);
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #d9d9d91f;
}

h4.blog-title-one {
  margin-bottom: 18px;
  font-size: 24px;
}

.slick-current.slick-active .blog-title-one a {
  color: var(--uniqo-light);
}

h4.blog-title-one a {
  color: #ffffff;
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

h4.blog-title-one a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
  color: var(--uniqo-light);
}

@keyframes underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}

@keyframes underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}

.blog-author-one {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.blog-author-one a {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--uniqo-light);
}

.blog-author-one a span {
  font-weight: 300;
  padding-right: 3px;
}

.blog-image-one .btn-link {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  backdrop-filter: blur(8px);
  background: var(--uniqo-secondary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}

.blog-image-one .btn-link img {
  max-width: 12px;
  height: 12px;
}

.slick-current.slick-active .btn-link,
.blog-box-one:hover .btn-link {
  opacity: 1;
}

.blog-box-one:hover .blog-image-one {
  border-color: #fff;
}

.blog-box-one:hover .btn-link {
  backdrop-filter: blur(0px);
  background: #fff;
}

.btn-link img {
  transition: all 0.5s;
}

.blog-box-one:hover .btn-link img {
  filter: brightness(0);
}

/***********************
* main-footer one
***********************/

.main-footer {
  background: linear-gradient(0deg, #d9dedd -1.6%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #d9dedd -1.6%, #ffffff 100%);
  overflow: hidden;
}

.contact-section-one {
  padding-top: 145px;
  padding-bottom: 82px;
}

.contact-section-one .sub-title {
  margin-bottom: 9px;
}

.contact-section-one .heading-title {
  margin-bottom: 33px;
}

.contact-left-one > p {
  margin-bottom: 36px;
  padding-left: 19px;
}

ul.contact-details-one {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 65px;
  position: relative;
}

ul.contact-details-one::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  height: 255px;
  width: 1px;
  background-color: #d4d4d4;
}

ul.contact-details-one::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  height: 87px;
  width: 1px;
  background-color: #3b4443;
  z-index: 1;
}

ul.contact-details-one li {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 33px;
}

ul.contact-details-one li a,
ul.contact-details-one li p {
  color: var(--uniqo-black);
  font-size: 18px;
  margin-bottom: 0;
  font-family: var(--uniqo-heading-font);
}

.contact-form-one {
  margin-left: 60px;
  padding: 75px 56px;
  background-color: var(--uniqo-light);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 79%,
    86% 100%,
    0 100%,
    0 100%,
    0 0
  );
}

.form-group {
  display: flex;
  column-gap: 50px;
  margin-bottom: 37px;
}

.contact-form-one .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #56736c;
  padding: 11px 0;
}

.contact-form-one .btn-secondary {
  column-gap: 80px;
}

/***********************
* footer one
***********************/

footer.footer-one {
  padding-top: 140px;
  border-top: 1px solid #00000033;
  margin: 0 70px;
}

.footer-about-one {
  padding-right: 100px;
}

.footer-logo-one {
  margin-bottom: 23px;
}

.footer-widget-one h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

ul.footer-menu-one {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-menu-one li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

ul.footer-menu-one li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  transition: all 0.3s ease;
}

ul.footer-menu-one li a {
  color: var(--uniqo-light-text);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 5px;
}

ul.footer-menu-one li a:hover {
  color: var(--uniqo-primary);
  padding-left: 10px;
}

ul.footer-menu-one li:hover img {
  transform: translateX(5px);
}

.footer-widget-one h4 {
  color: var(--uniqo-dark-text);
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
}

ul.footer-menu-one li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--uniqo-black);
  transition: all 0.5s;
}

ul.footer-menu-one li a:hover::after {
  width: 100%;
}

.footer-widget-one {
  padding-left: 60px;
  position: relative;
}

ul.footer-menu-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 82%;
  width: 1px;
  background-color: #00000033;
}

.footer-newslatter-one .newslatter-form-group {
  position: relative;
}

.footer-newslatter-one h4 {
  margin-bottom: 57px;
  font-size: 20px;
}

.footer-newslatter-one .form-control {
  padding: 15px 30px 15px 0;
  border: none;
  border-bottom: 1px solid #00000033;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 28px;
}

.newslatter-form-group .btn-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  filter: brightness(0.5);
}

ul.footer-social-media-one {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

ul.footer-social-media-one li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #cccccc;
  position: relative;
  color: #000;
}

ul.footer-social-media-one li a:hover {
  color: var(--uniqo-light);
}

ul.footer-social-media-one li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: var(--uniqo-dark-text);
  transition: all 0.5s;
}

ul.footer-social-media-one li a:hover::after {
  height: 100%;
  width: 100%;
}

ul.footer-social-media-one li a i {
  position: relative;
  z-index: 1;
}

ul.footer-social-media-one li a img {
  filter: brightness(0);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

ul.footer-social-media-one li a:hover img {
  filter: brightness(10);
}

.footer-lower-one {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 25px 0;
  border-top: 1px solid #00000033;
  margin-top: 60px;
}

.footer-lower-one p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
  font-size: 14px;
}

.footer-lower-one ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.footer-lower-one ul li a {
  font-size: 18px;
  color: var(--uniqo-dark-text);
  position: relative;
}

.footer-lower-one ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--uniqo-black);
  transition: all 0.5s;
}

.footer-lower-one ul li a:hover::after {
  width: 100%;
}

/***********************
* header two
***********************/

.main-header.header-two {
  border: none;
}

.header-two ul.main-menu-list {
  border: none;
  margin: 0;
  padding: 0;
}

.header-two ul.main-menu-list > li {
  padding: 33px 0;
}

.header-two nav.main-menu {
  border: 1px solid #ffffff1a;
  border-left: none;
  border-right: none;
  margin-top: 38px;
}

.header-two .main-menu-logo {
  max-width: unset;
  width: auto;
  text-align: left;
}

.header-two .main-menu-logo img {
  margin-left: 0px;
}

.header-two .main-menu-inner {
  justify-content: center;
}

.header-two .main-menu-right .btn-light {
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.14);
}

.header-two .main-menu-right .btn-light:hover {
  background-color: var(--uniqo-light);
}

.header-two ul.main-menu-list > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--uniqo-light);
}

.header-two ul.main-menu-list > li.active::after {
  width: 100%;
}

.header-two ul.main-menu-list li ul {
  background-color: var(--uniqo-light);
}

.header-two ul.main-menu-list li ul li {
  border-bottom: 1px solid rgb(224 224 224 / 61%);
}

.header-two ul.main-menu-list li ul li a {
  color: var(--uniqo-black);
}

.header-two ul.main-menu-list li ul li:hover a {
  color: var(--uniqo-primary);
}

.sticky-header--cloned.sticky-fixed.header-two nav.main-menu {
  margin-top: 0;
}

/***********************
* banner two
***********************/

.banner-section-two {
  background-color: #0c1215;
  padding: 227px 0 493px 0;
  position: relative;
  background-image: url(../images/background/banner-two-bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-hedding-two h1 {
  font-size: 90px;
  line-height: 99px;
  color: #ffffffd4;
}

.banner-hedding-two h1 span {
  font-size: 16px;
  color: #d6d7d7;
  font-style: italic;
  font-family: var(--uniqo-body-font);
  padding: 5px 33px;
  border-radius: 32px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.23) 0%,
    rgba(12, 18, 21, 0) 100%
  );
  max-width: 300px;
  line-height: 25px;
  display: inline-block;
  transform: translateY(-10px);
}

.banner-logo-text-two {
  text-align: center;
  position: absolute;
  bottom: -120px;
  width: 100%;
}

.banner-logo-text-two p {
  font-size: 592.62px;
  font-weight: 700;
  line-height: 651.88px;
  letter-spacing: -0.01em;
  background: url(../images/background/banner-two-1.jpg) 0 0 / cover no-repeat;
  color: #de466c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

.banner-two__circle {
  position: absolute;
  right: 320px;
  top: 210px;
}

.banner-two-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  height: 47px;
  width: 47px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff47;
  z-index: 1;
}

.curved-circle {
  color: #ffff;
  width: 185px;
  height: 185px;
  border-radius: 100%;
  position: relative;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.curved-circle--item {
  width: 181px;
  height: 181px !important;
}

@keyframes textRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.curved-circle--item span {
  z-index: 1;
  letter-spacing: 0px;
  background-color: #0c1215;
}

/***********************
* patner two
***********************/

.patner-section-two {
  padding: 135px 0;
  background-color: var(--uniqo-black);
}

.patner-slide-item-two {
  text-align: -webkit-center;
}

/***********************
* about two
***********************/

.about-section-two {
  background-color: var(--uniqo-black);
}

.about-image-left-two {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
  padding-right: 87px;
}

.about-image-left-two img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-right-two {
  margin-top: 37px;
}

.light .sub-title,
.light .heading-title {
  color: var(--uniqo-light);
}

.about-section-two .heading-title {
  margin-bottom: 12px;
}

.about-details-two p {
  color: var(--uniqo-light);
  margin-bottom: 42px;
}

.about-list-two {
  display: flex;
  align-items: center;
  column-gap: 85px;
  position: relative;
}

.about-list-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #ffffff52;
}

.about-list-inner-two div {
  display: flex;
  align-items: center;
  column-gap: 7px;
  margin-bottom: 12px;
}

.about-list-inner-two h4 {
  margin-bottom: 0;
  color: var(--uniqo-light);
  font-size: 18px;
}

.about-list-inner-two p {
  margin-bottom: 0;
  color: #999999;
}

.about-image-right-two {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}

.about-counter-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.about-counter-icon-two {
  margin-bottom: 80px;
}

.about-counter-icon-two img {
  width: 154px;
  filter: brightness(0.5);
}

.about-counter-two h4 {
  font-size: 139px;
  background: linear-gradient(
    180deg,
    #ffffff 8.1%,
    rgba(153, 153, 153, 0) 84.36%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 0;
}

.about-counter-two p {
  font-size: 35px;
  font-weight: 300;
  color: var(--uniqo-light);
  margin-bottom: 0;
  margin-top: -22px;
}

/***********************
* service two
***********************/

.service-section-two {
  background-color: var(--uniqo-black);
  padding: 155px 0 105px 0;
}

.service-section-two .heading-box {
  margin-bottom: 67px;
}

.service-box-two {
  overflow: hidden;
  position: relative;
}

.service-details-two {
  padding: 150px 50px;
  position: absolute;
  padding-bottom: 72px;
  z-index: 1;
  width: calc(100% + 1px);
  bottom: -1px;
}

.service-details-two::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 100%;
  width: 101%;
  background-color: var(--uniqo-light);
  transition: all 0.5s;
  clip-path: polygon(66% 29%, 100% 11%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}

.service-image-two {
  height: 493px;
}

.service-image-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(27, 36, 41, 0) 0%,
    rgba(27, 36, 41, 0.79) 78.72%
  );
}

.service-image-two img {
  height: 60%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.service-icon-two {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  left: 44px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faebd9;
  z-index: 2;
  transition: all 0.5s;
}

.service-details-two h4 {
  margin-bottom: 12px;
}

.service-details-two h4 a {
  color: var(--uniqo-black);
}

.service-details-two p {
  margin-bottom: 0;
  transition: all 0.5s;
}

.service-box-two:hover .service-icon-two {
  opacity: 0;
}

.service-box-two:hover .service-details-two::after {
  bottom: -350px;
}

.service-box-two:hover .service-image-two img {
  height: 100%;
}

.service-box-two:hover h4 a,
.service-box-two:hover p {
  color: var(--uniqo-light);
}

/***********************
* testimonial two
***********************/

.testimonial-section-two {
  background-color: var(--uniqo-black);
}

.testimonial-section-inner-two {
  position: relative;
  border: 1px solid #ffffff29;
  border-left: none;
  border-right: none;
  padding: 112px 0 198px 0;
}

.testimonial-slider-two {
  width: 75%;
  position: unset;
}

.testimonial-box-two {
  display: flex;
  justify-content: space-between;
  column-gap: 170px;
}

.testimonial-details-two {
  display: flex;
  column-gap: 60px;
}

.testimonial-details-two img {
  width: 73px;
  height: 104px;
}

.testimonial-details-two p {
  font-family: var(--uniqo-heading-font);
  font-size: 45px;
  color: #ffffff82;
}

.testimonial-details-two p span {
  color: var(--uniqo-light);
}

.testimonial-image-two {
  margin-top: 25px;
  width: 183px;
  height: 102px;
  border-radius: 51px;
  overflow: hidden;
}

.testimonial-image-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section-two button.slick-arrow {
  border: none;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff0f;
  border-radius: 100%;
  font-size: 0;
  position: absolute;
  right: 200px;
  top: 137px;
  z-index: 1;
}

.testimonial-section-two button.slick-next.slick-arrow {
  right: 0px;
  background-color: #ffffff59;
}

.testimonial-section-two ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 22px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
}

.testimonial-section-two ul.slick-dots li button {
  border: none;
  font-size: 0;
  height: 7px;
  width: 7px;
  background-color: #ffffff1f;
  border-radius: 100%;
}

.testimonial-section-two ul.slick-dots li.slick-active button {
  background-color: var(--uniqo-light);
}

.testimonial-slider-thumb {
  position: absolute;
  top: 111px;
  right: 0;
  width: 183px;
}

/***********************
* testimonial two
***********************/

.why-choose-section-two {
  background-color: var(--uniqo-black);
  padding: 140px 0 150px 0;
  position: relative;
}

.why-choose-image-two {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-choose-section-two .heading-box {
  margin-bottom: 40px;
}

.why-choose-left-two {
  text-align: right;
  padding-right: 78px;
}

.why-choose-icon-two {
  margin-bottom: 35px;
}

.why-choose-box-two h4 {
  font-size: 20px;
  color: var(--uniqo-light);
  margin-bottom: 12px;
}

.why-choose-box-two p {
  color: var(--uniqo-light);
  margin-bottom: 0;
}

.why-choose-box-two + .why-choose-box-two {
  margin-top: 285px;
}

.why-choose-right-two {
  padding-left: 78px;
}

/***********************
* work two
***********************/

.work-section-two {
  background-color: var(--uniqo-black);
  padding: 230px 0;
  background-image: url(../images/work/work-two-bg.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.work-section-two .nav-link.active {
  background-color: transparent;
}

.work-section-two .nav-link {
  padding: 40px;
  border-top: 1px solid #ffffff29;
  border-radius: 0;
  color: var(--uniqo-light);
  position: relative;
}

.work-section-two .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--uniqo-light);
  transition: all 1s;
}

.work-section-two .nav-link.active::after {
  width: 80%;
}

.work-section-two .nav-link:last-child {
  border-bottom: 1px solid #ffffff29;
}

.work-section-two .nav-link h4 {
  color: var(--uniqo-light);
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 0px;
}

.work-details-two {
  max-height: 0px;
  overflow: hidden;
  text-align: left;
  padding-left: 40px;
}

.work-section-two .nav-link.active .work-details-two {
  max-height: 1000px;
  transition: all 3s;
}

.work-section-two .nav-link.active h4 {
  margin-bottom: 24px;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--uniqo-light) !important;
}

.work-section-two .tab-pane.active .work-image-two {
  animation: fade-right 2s;
}

@keyframes fade-right {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0px);
  }
}

/***********************
* process two
***********************/

.process-section-two {
  background-color: var(--uniqo-black);
  padding: 150px 0;
}

.process-section-two .heading-box {
  margin-bottom: 98px;
}

.process-box-two {
  padding-left: 25px;
  background: linear-gradient(180deg, #313e45 0%, rgba(35, 45, 51, 0.24) 100%);
}

.process-icon-two {
  width: 105px;
  height: 122px;
  border-radius: 0 0 52px 52px;
  background-color: var(--uniqo-black);
  margin-bottom: 28px;
  position: relative;
}

.process-icon-two img {
  width: 50px;
  opacity: 0;
  filter: brightness(50);
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.process-box-two:hover .process-icon-two img {
  opacity: 1;
}

.process-icon-two span {
  font-family: var(--uniqo-heading-font);
  font-size: 45px;
  color: var(--uniqo-light);
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.process-box-two:hover .process-icon-two span {
  opacity: 0;
}

.process-box-two h4 {
  color: var(--uniqo-light);
  font-size: 20px;
  margin-bottom: 23px;
}

.process-box-two p {
  color: var(--uniqo-light);
  margin-bottom: 20px;
}

.process-btn {
  margin-bottom: 38px;
  display: inline-block;
}

.process-btn span {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--uniqo-light);
  transition: all 0.5s;
}

.process-box-two:hover .process-btn span {
  margin-left: 20px;
  border-color: #374249b2;
}

.process-box-two svg {
  transition: all 0.5s;
}

.process-box-two:hover svg {
  width: 50px;
  height: 18px;
  transform: translateX(-20px);
}

/***********************
* portfolio two
***********************/

.portfolio-section-two {
  position: relative;
}

.portfolio-item-two {
  position: relative;
  margin-bottom: -8px;
}

.portfolio-details-two {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 521px;
  background-color: #1b24290a;
  backdrop-filter: blur(58px);
  padding: 93px 0 95px 70px;
  color: var(--uniqo-light);
  display: flex;
  flex-direction: column;
}

.portfolio-details-two h4 {
  color: var(--uniqo-light);
  font-size: 45px;
  margin-bottom: 0;
}

.portfolio-details-two .sub-title {
  height: 100%;
}

.portfolio-btn {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  border: 1px solid #77777747;
  flex-shrink: 0;
}

.portfolio-details-two p {
  margin-bottom: 0;
}

.portfolio-details-two p span {
  color: var(--uniqo-primary);
}

.portfolio-section-two button.slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  z-index: 1;
  top: 43%;
  right: 70px;
  transform: translateY(-50%);
}

.portfolio-section-two button.slick-next.slick-arrow {
  left: 70px;
  right: auto;
}

/***********************
* blog two
***********************/

.blog-section-two {
  padding-top: 150px;
  background-color: var(--uniqo-black);
}

.blog-section-two .heading-box {
  margin-bottom: 56px;
}

.blog-image-two {
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
}

ul.blog-tag-two {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 14px;
  position: absolute;
  top: 20px;
  left: 24px;
}

ul.blog-tag-two li a {
  padding: 8px 19px;
  color: var(--uniqo-light);
  background-color: var(--uniqo-black);
  border-radius: 6px;
}

.blog-meta-date-two a {
  color: var(--uniqo-light);
  margin-bottom: 24px;
  display: inline-block;
}

.blog-box-two h4 {
  margin-bottom: 24px;
  max-width: 80%;
}

.blog-box-two h4 a {
  color: var(--uniqo-light);
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.blog-box-two h4 a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
  color: var(--uniqo-light);
}

.blog-box-two > p {
  margin-bottom: 37px;
  color: var(--uniqo-light);
  max-width: 80%;
}

.blog-meta-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #ffffff29;
}

.blog-author-two {
  display: flex;
  column-gap: 14px;
  align-items: center;
}

.blog-author-two p {
  margin-bottom: 0;
  color: var(--uniqo-light);
}

.blog-box-two .btn-dark {
  background-color: #222b2f;
}

.blog-image-two img {
  transition: all 0.8s;
}

.blog-image-two:hover img {
  transform: scale(1.2);
}

/***********************
* cta two
***********************/

.cta-section-two {
  background-color: var(--uniqo-black);
  padding-top: 400px;
  padding-bottom: 150px;
  position: relative;
}

.cta-section-two::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/cta-bg-two.png);
  background-size: contain;
  background-position: center;
}

.cta-section-two .heading-box {
  margin-bottom: 18px;
}

.cta-box-two {
  position: relative;
  z-index: 1;
}

.cta-section-two .btn-light {
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
}

.cta-section-two p {
  font-size: 426px;
  font-weight: 700;
  line-height: 468.6px;
  color: var(--uniqo-black);
  position: absolute;
  top: -350px;
  left: 50%;
  transform: translateX(-50%);
}

/***********************
* footer two
***********************/

.footer-section-two {
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.newslatter-form-group-two {
  position: relative;
}

.newslatter-form-group-two .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--uniqo-light);
  border-radius: 0;
  padding: 0px 30px 15px 0;
  color: var(--uniqo-light);
}

.newslatter-form-group-two .form-control::placeholder {
  color: var(--uniqo-light);
}

.newslatter-form-group-two button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}

.footer-logo-two,
.newslatter-two {
  margin-bottom: 125px;
}

.footer-about-two,
.footer-widget-two {
  margin-bottom: 75px;
}

.footer-section-two h4 {
  font-size: 20px;
  color: var(--uniqo-light);
  margin-bottom: 30px;
}

.footer-about-two > p {
  margin-bottom: 30px;
}

.footer-section-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-about-list-two li {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 24px;
}

ul.footer-about-list-two li a,
ul.footer-about-list-two li p {
  color: var(--uniqo-light);
  margin-bottom: 0;
}

ul.footer-about-list-two li a:hover {
  color: var(--uniqo-primary);
}

ul.footer-about-list-two li span {
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #d9d9d91a;
}

ul.footer-menu-two li {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 22px;
}

ul.footer-menu-two li img {
  max-width: 18px;
  filter: brightness(30);
}

ul.footer-menu-two li a {
  color: var(--uniqo-light);
  position: relative;
}

ul.footer-menu-two li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
  height: 1px;
  background-color: var(--uniqo-primary);
}

ul.footer-menu-two li a:hover::after {
  width: 100%;
}

ul.footer-menu-two li a:hover {
  color: var(--uniqo-primary);
}

.footer-widget-two {
  padding-left: 65px;
  border-left: 1px solid #ffffff33;
}

.footer-lower-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #ffffff33;
  position: relative;
  z-index: 1;
}

.footer-lower-two p {
  margin-bottom: 0;
  font-size: 14px;
}

.footer-lower-two ul {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.footer-lower-two ul li a {
  color: var(--uniqo-light);
}

.footer-section-four .footer-lower-two ul li a {
  color: var(--uniqo-black);
}

/***********************
* header three
***********************/

.main-header.header-three {
  border: none;
  position: relative;
  margin: 24px 0;
}

.header-three ul.main-menu-list > li {
  color: var(--uniqo-black);
  position: relative;
  padding: 28px 0;
}

.sticky-fixed.header-three ul.main-menu-list > li {
  padding: 40px 0;
}

.header-three ul.main-menu-list > li > a {
  color: var(--uniqo-black);
}

.header-three ul.main-menu-list > li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
}

.header-three ul.main-menu-list > li.active::after,
.header-three ul.main-menu-list > li:hover::after {
  width: 100%;
}

.header-three .main-menu-right .btn-light {
  margin-right: 0;
  background-color: #f1f1f1;
  backdrop-filter: blur(10px);
  color: var(--uniqo-black);
}

.header-three ul.main-menu-list {
  border: none;
}

.header-three .header-menu-collaps span {
  background-color: var(--uniqo-black);
}

.main-header.header-three.sticky-header--cloned.sticky-fixed {
  margin: 0;
  background-color: rgb(255 255 255 / 93%);
}

/***********************
* banner three
***********************/

.banner-section-three {
  margin: 0 70px;
}

.banner-left-three {
  padding: 0 130px 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 39px;
  background-image: url(../images/about/banner-three-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-image-three {
  height: 100%;
  border-radius: 39px;
  overflow: hidden;
}

.banner-image-three img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-heading-box-three h1 {
  font-size: 90px;
  line-height: 99px;
  margin-bottom: 0;
  color: var(--uniqo-black);
}

.banner-left-three > p {
  color: #1d1d1d;
  max-width: 85%;
  margin-bottom: 30px;
}

.banner-details-three {
  display: flex;
  align-items: center;
  column-gap: 14px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.banner-details-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner-details-three ul li {
  display: inline-block;
}

.banner-details-three ul li + li {
  margin-left: -20px;
}

.banner-details-three p {
  font-size: 35px;
  font-weight: 600;
  color: var(--uniqo-black);
  margin-bottom: 0;
}

/***********************
* about three
***********************/

.about-section-three {
  padding: 100px 0 175px 0;
  overflow: hidden;
}

.about-box-outer-three {
  padding-bottom: 75px;
  border-bottom: 1px solid #00000033;
  margin-bottom: 120px;
}

.about-box-three {
  display: flex;
  align-items: center;
  column-gap: 18px;
  max-width: 83%;
  position: relative;
}

.about-box-three::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  width: 1px;
  height: 55px;
  background-color: #00000033;
}

.about__box:last-child .about-box-three::after {
  display: none;
}

.about-icon-three {
  height: 74px;
  width: 74px;
  border-radius: 100%;
  background-color: #f8f4eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-details-three h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

.about-details-three p {
  margin-bottom: 0;
}

.about-left-three h2 {
  max-width: 89%;
  margin-bottom: 26px;
}

.about-left-three > p {
  margin-bottom: 20px;
}

ul.about-list-three {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.about-list-three li {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

ul.about-list-three li span {
  height: 9px;
  width: 9px;
  display: inline-block;
  border-radius: 5px 1px 1px 5px;
  background-color: var(--uniqo-dark-text);
}

ul.about-list-three li p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 38px;
}

.about-right-three {
  position: relative;
  height: 100%;
}

.about-shape-three-3 {
  width: 567px;
  height: 340px;
  border-radius: 30px;
  overflow: hidden;
  transform: rotateZ(68deg) skew(-22deg, 0deg);
  position: absolute;
  top: 85px;
  left: 0;
  background-color: gray;
}

.about-shape-three-3 img {
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 1s;
}

.about-shape-three-3:hover img {
  transform: scale(1.2) translate(-73px, 32px);
}

.about-shape-image-container {
  position: absolute;
  top: -30px;
  left: -90px;
  height: 600px;
  width: 730px;
  transform: rotateZ(-90deg) skew(-19deg, 0deg);
}

.about-shape-box-three {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 17px;
  background-color: var(--uniqo-light-green);
  padding: 30px;
  padding-right: 78px;
}

.about-shape-icon-three {
  width: 76px;
  height: 70px;
  background-color: var(--uniqo-light);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.about-shape-box-three h4 {
  font-size: 63px;
  margin-bottom: -10px;
}

.about-shape-box-three p {
  font-family: var(--uniqo-heading-font);
  font-size: 20px;
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

.about-shape-three-1 {
  position: absolute;
  bottom: -30px;
  right: 0;
  animation: updown1 10s infinite;
}

@keyframes updown1 {
  0% {
    transform: translateX(-200px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-200px);
  }
}

.about-shape-three-2 {
  position: absolute;
  bottom: -6px;
  left: 85px;
  animation: updown 10s infinite;
}

@keyframes updown {
  0% {
    transform: translateY(-200px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-200px);
  }
}
@media (max-width: 767.98px) {
  .res {
    display: none !important;
  }
}

/***********************
* service three
***********************/

.service-section-three {
  position: relative;
  padding-top: 130px;
  margin: 0 70px;
  overflow: hidden;
  background-image: url(../images/services/service-three-bg.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}

.service-section-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 477px;
  background-color: var(--uniqo-black);
  border-radius: 40px;
  z-index: -1;
}

.heading-box-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.service-section-three .btn-light {
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
}

.service-section-three .heading-title {
  color: var(--uniqo-light);
  margin-bottom: 0;
  max-width: 478px;
}

.service-box-three {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.8s;
}

.service-image-three img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-box-three:hover {
  transform: translateY(-10px);
}

.service-box-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(59, 68, 67, 0) 0%, #1b2429 100%);
  background-blend-mode: multiply;
}

.service-details-three {
  position: absolute;
  bottom: 33px;
  left: 33px;
  z-index: 1;
}

.service-details-three span {
  height: 63px;
  width: 63px;
  border-radius: 11px;
  background-color: #ffffff2b;
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-details-three h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.service-details-three h4 a {
  color: var(--uniqo-light);
}

/***********************
* testimonial three
***********************/

.testimonial-section-three {
  padding: 150px 0;
  overflow: hidden;
}

.testimonial-section-three .heading-box {
  margin-bottom: 30px;
}

.testimonial-left-three {
  padding-right: 50px;
}

.testimonial-left-three > p {
  margin-bottom: 33px;
}

.testimonial-user-three {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.testimonial-user-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-user-three ul li {
  display: inline-block;
}

.testimonial-user-three ul li + li {
  margin-left: -20px;
}

.testimonial-user-three p {
  font-weight: 600;
  margin-bottom: 0;
  color: #1d1d1d;
  max-width: 50%;
}

.testimonial-slider-three {
  display: flex;
  align-items: center;
  column-gap: 90px;
  background-color: #f8f4eb;
  border-radius: 24px;
  padding: 80px 52px 70px 80px;
  position: relative;
}

.testimonial-slider-three::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 270px;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #00000026;
}

.testimonial-item-three-1 {
  text-align: center;
}

.testimonial-image-three-1 {
  margin: auto;
  margin-bottom: 14px;
  height: 133px;
  width: 133px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial-image-three-1 img {
  width: 100%;
  height: 100%;
}

.testimonial-item-three-1 h4 {
  font-size: 20px;
  margin-bottom: 3px;
}

.testimonial-item-three-1 p {
  margin-bottom: 0;
}

.testimonial-icon-three-1 {
  margin-bottom: 25px;
}

.testimonial-item-three-2 p {
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 27px;
}

.testimonial-slider-three-1 {
  width: 25%;
}

.testimonial-slider-three-2 {
  width: 60%;
  position: relative;
}

.testimonial-slider-three-2 button.slick-arrow {
  border: none;
  background: transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.testimonial-slider-three-2 button.slick-next.slick-arrow {
  left: 68px;
}

.testimonial-slider-three-2 button.slick-arrow img {
  width: 36px;
}

/***********************
* team three
***********************/

.team-section-three {
  padding: 0px 0 150px 0;
  overflow: hidden;
}

.team-section-three hr {
  margin: 0 0 130px 0;
}

.team-section-three .heading-title {
  margin-bottom: 46px;
}

.team-box-three {
  text-align: center;
  border-left: 1px dashed #cbcbcb;
}

.team-image-three {
  margin-bottom: 20px;
}

.team-box-three h4 {
  font-size: 20px;
  margin-bottom: 3px;
}

.team-box-three h4 a {
  color: var(--uniqo-dark-text);
}

.team-box-three p {
  margin-bottom: 12px;
}

ul.team-social-media-three {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

ul.team-social-media-three li a {
  border-radius: 100%;
  height: 34px;
  width: 34px;
  background-color: #e0e0e02b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  color: #0c0c0c;
}

ul.team-social-media-three li a img {
  filter: brightness(0);
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

ul.team-social-media-three li a i {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.team-box-three:hover ul.team-social-media-three li a i {
  color: var(--uniqo-light);
}

.team-section-three .col-lg-3:first-child .team-box-three {
  border-left: none;
}

.team-box-three:hover ul.team-social-media-three li a {
  background-color: var(--uniqo-black);
}

.team-box-three:hover ul.team-social-media-three li a img {
  filter: brightness(1);
}

ul.team-social-media-three li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 100%;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
}

ul.team-social-media-three li a:hover::after {
  height: 100%;
  width: 100%;
}

/***********************
* why-choose three
***********************/

.why-choose-section-three {
  padding: 150px 0;
  background-color: #d9be9e4d;
  position: relative;
  max-width: 1780px;
  margin: auto;
  border-radius: 30px;
  overflow: hidden;
}

.why-choose-image-three {
  margin-right: -107px;
  transform: translateX(80px);
}

.why-choose-section-three .heading-box {
  margin-top: 61px;
}

.why-choose-section-three .heading-title {
  margin-bottom: 25px;
}

.why-choose-details-three {
  padding-right: 65px;
}

.why-choose-details-three p {
  margin-bottom: 60px;
  max-width: 70%;
}

.why-choose-lower-three {
  position: absolute;
  bottom: 150px;
  width: 975px;
}

.why-choose-box-three {
  padding: 40px 20px 32px 30px;
  background-color: var(--uniqo-light);
  border-radius: 30px;
  position: relative;
}

.why-choose-box-three span {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  margin-bottom: 33px;
  position: relative;
}

.why-choose-box-three span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background-color: var(--uniqo-secondary);
  transition: all 0.5s;
  border-radius: 100%;
  z-index: -1;
}

.why-choose-box-three:hover span::after {
  height: 100%;
  width: 100%;
  border: 1px solid var(--uniqo-primary);
}

.why-choose-box-three span {
  position: relative;
  z-index: 1;
}

svg path {
  transition: all 0.5s;
}

.why-choose-box-three:hover svg path {
  stroke: var(--uniqo-primary);
}

.why-choose-box-three h4 {
  font-size: 25px;
  margin-bottom: 14px;
}

.why-choose-box-three p {
  margin-bottom: 0px;
}

.why-choose-image-shape {
  position: relative;
}

.why-choose-container {
  display: flex;
  column-gap: 30px;
}

/***********************
* portfolio three
***********************/

.portfolio-section-three {
  padding: 130px 0 110px 0;
  background-color: var(--uniqo-black);
  max-width: 1780px;
  margin: auto;
  border-radius: 30px;
  color: var(--uniqo-light);
  overflow: hidden;
}

.portfolio-section-three .heading-title {
  margin-bottom: 40px;
}

.portfolio-three {
  display: flex;
  column-gap: 30px;
  margin-bottom: 140px;
}

.portfolio-box-three {
  position: relative;
  width: 16%;
  flex-grow: 1;
  transition: all 0.5s;
}

.portfolio-details-three {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.portfolio-image-three {
  height: 545px;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.5s;
}

.portfolio-image-three img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-title-three h4 {
  color: var(--uniqo-light);
  margin-bottom: 10px;
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.portfolio-title-three h4:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.portfolio-title-three p {
  font-size: 18px;
  margin-bottom: 0;
}

.portfolio-box-three:hover {
  width: 46%;
}

.portfolio-box-three:hover .portfolio-image-three {
  height: 439px;
}

.portfolio-box-three:hover .portfolio-details-three {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s 0.3s;
}

.portfolio-btn-three {
  height: 89px;
  width: 89px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f3837;
  position: relative;
}

.portfolio-btn-three::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: var(--uniqo-light);
  transition: all 0.5s;
}

.portfolio-btn-three:hover::after {
  height: 100%;
  width: 100%;
}

.portfolio-btn-three:hover img {
  filter: brightness(0);
}

.portfolio-btn-three img {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.portfolio-btn-three img {
  margin-left: 7px;
  margin-top: -5px;
}

.portfolio-left-three .heading-title {
  margin-bottom: 15px !important;
}

.portfolio-left-three p {
  margin-bottom: 40px;
}

.portfolio-left-three .btn-light {
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
}

.portfolio-box-three-1 {
  text-align: center;
}

.portfolio-box-three-1-inner {
  width: 170px;
  height: 170px;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
}

.portfolio-box-three-1-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-box-three-1 h4 {
  font-size: 20px;
  margin-bottom: 13px;
  color: var(--uniqo-light);
}

.portfolio-box-three-1 p {
  max-width: 82%;
  margin: auto;
}

.portfolio-slider-three {
  margin-top: 16px;
}

.portfolio-item-three {
  display: flex !important;
  align-items: center;
  column-gap: 30px;
  margin: 0 15px;
}

.portfolio-item-three h5 {
  font-size: 132px;
  color: var(--uniqo-light);
  margin-bottom: 0;
}

.portfolio__three_box {
  border-right: 1px solid #ffffff1a;
}

.portfolio__three_box:last-child {
  border: none;
}

/***********************
* blog three
***********************/

.blog-section-three {
  padding: 130px 0 150px 0;
  overflow: hidden;
}

.blog-heading-box {
  padding-right: 90px;
}

.blog-heading-box .heading-title {
  margin-bottom: 10px;
}

.blog-heading-box p {
  font-size: 18px;
  margin-bottom: 30px;
}

.blog-heading-box .btn-light {
  background-color: #f1f1f1;
  backdrop-filter: blur(10px);
  color: var(--uniqo-black);
}

.blog-box-three {
  padding: 24px;
  border-radius: 30px;
  background-color: #f4f4f4;
}

.blog-image-three {
  position: relative;
  border-radius: 20px;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-image-three img {
  transition: all 0.8s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-box-three:hover .blog-image-three img {
  transform: scale(1.2);
}

ul.blog-tag-three {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

ul.blog-tag-three li a {
  padding: 5px 18px;
  color: var(--uniqo-dark-text);
  background-color: var(--uniqo-light);
  border-radius: 38px;
}

ul.blog-meta-three {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 10px;
}

ul.blog-meta-three li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

ul.blog-meta-three li a {
  font-size: 14px;
  color: var(--uniqo-black);
}

.blog-box-three h4 {
  margin-bottom: 18px;
}

.blog-box-three h4 a {
  color: var(--uniqo-black);
}

.blog-box-three .btn-light {
  background-color: var(--uniqo-light);
  backdrop-filter: blur(10px);
  color: var(--uniqo-black);
}

/***********************
* footer three
***********************/

footer.footer-section-three {
  padding-top: 138px;
  position: relative;
  background-image: url(../images/footer-three-bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--uniqo-light);
  overflow: hidden;
}

footer.footer-section-three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(27, 36, 41, 0) 0%,
    rgba(27, 36, 41, 0.82) 44.58%,
    rgba(27, 36, 41, 0.95) 62.73%,
    #1b2429 100%
  );
}

.footer-newslatter-three {
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}

.footer-newslatter-three .heading-title {
  margin-bottom: 0;
  color: var(--uniqo-light);
}

.newslatter-form-group-three {
  position: relative;
}

.newslatter-form-group-three button {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
}

.newslatter-form-group-three .form-control {
  padding: 0 30px 16px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--uniqo-light);
  border-radius: 0;
  color: var(--uniqo-light);
}

.newslatter-form-group-three .form-control::placeholder {
  color: var(--uniqo-light);
}

.partner-three {
  position: relative;
  z-index: 1;
}

.partner-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-three ul li {
  flex-grow: 1;
  text-align: -webkit-center;
  padding: 46px 0;
  border: 1px solid #ffffff47;
  height: 132px;
  margin-bottom: 95px;
  transition: all 0.5s;
}

.partner-three ul li:hover {
  background-color: var(--uniqo-light);
}

.partner-three ul li img {
  transition: all 0.5s;
}

.partner-three ul li:hover img {
  filter: brightness(0);
}

.footer-about-three {
  position: relative;
  z-index: 1;
  color: var(--uniqo-light);
}

.footer-logo-three {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ffffff33;
}

ul.footer-about-list-three {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-about-list-three li {
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

ul.footer-about-list-three li p {
  margin-bottom: 0;
}

ul.footer-about-list-three li a {
  color: var(--uniqo-light);
}

ul.footer-about-list-three li a:hover {
  color: var(--uniqo-primary);
}

.footer-widget-two {
  position: relative;
  z-index: 1;
}

.footer-section-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section-three .footer-widget-two h4 {
  margin-bottom: 24px;
  font-size: 20px;
  color: var(--uniqo-light);
}

/***********************
* header four
***********************/

.main-header.header-four {
  padding: 60px 30px;
  border: none;
  border-right: 1px solid #e0e0e02b;
  width: 250px;
  height: 997px;
  overflow-y: scroll;
}

.main-header.header-four::-webkit-scrollbar {
  display: none;
}

.main-header.header-four::-moz-scrollbar {
  display: none;
}

.main-header.header-four::-o-scrollbar {
  display: none;
}

.header-four nav.main-menu {
  flex-direction: column;
  row-gap: 85px;
  align-items: flex-start;
}

.header-four ul.main-menu-list {
  border: none;
  flex-direction: column;
  padding: 0;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
}

.header-four .main-menu-logo {
  max-width: 100%;
  width: 100%;
  text-align: left;
}

.header-four .main-menu-logo img {
  margin-left: 0px;
}

.header-four ul.main-menu-list > li {
  padding: 15px 0;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(224 224 224 / 17%);
  justify-content: space-between;
}

.header-four ul.header-social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.header-four ul.header-social-media li a {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d966;
  position: relative;
}

.header-four ul.header-social-media li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 100%;
  background-color: var(--uniqo-secondary);
  transition: all 0.5s;
  z-index: -1;
}

.header-four ul.header-social-media li a:hover::after {
  height: 100%;
  width: 100%;
}

.header-four ul.main-menu-list li ul {
  left: 0;
}

.header-four ul.main-menu-list li ul li {
  padding: 12px 15px;
}

.header-four .main-menu-inner {
  width: 100%;
}

.header-four ul.main-menu-list li ul {
  position: relative;
  width: 100%;
  padding: 0;
  opacity: 1;
  max-height: 0;
  overflow: hidden;
  visibility: visible;
  background-color: transparent;
  transition: none;
  transform: none;
}

.header-four ul.main-menu-list li.active ul {
  max-height: 1000px;
  visibility: visible;
  margin-top: 15px;
  border-top: 1px solid;
  transition: max-height 2s ease-in, border 5s ease-out;
}

.header-four ul.main-menu-list li.active {
  padding-bottom: 0;
}

/***********************
* banner four
***********************/

.banner-section-four {
  padding: 260px 0 280px 0;
  position: relative;
  overflow: hidden;
  background-image: url(../images/about/banner-four-1.jpg);
  background-size: cover;
  background-position: center;
  background: linear-gradient(
      270deg,
      rgba(86, 115, 108, 0.95) 0%,
      rgba(27, 36, 41, 0.95) 100%
    ),
    url(../images/about/banner-four-1.jpg);
  background-blend-mode: multiply;
}

.banner-left-four {
  padding-left: 80px;
}

.banner-heading-box-four h1 {
  margin-bottom: 70px;
  color: var(--uniqo-light);
  font-size: 90px;
  line-height: 90px;
  padding-top: 70px;
  border-top: 1px solid #e0e0e02b;
}

.banner-left-four .btn-light {
  background-color: #c7d9d466;
  backdrop-filter: blur(10px);
}

.banner-left-four .btn-light:hover {
  background-color: var(--uniqo-secondary);
  backdrop-filter: blur(10px);
}

.banner-left-four .btn-light:hover span {
  color: var(--uniqo-light) !important;
}

/***********************
* patner four
***********************/

.patner-section-four {
  background-color: var(--uniqo-light-green);
}

.patner-slide-item-four {
  height: 244px;
  text-align: -webkit-center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #00000033;
  border-left: none;
}

/***********************
* about four
***********************/

.about-section-four {
  padding: 122px 0 155px 0;
  position: relative;
}

.about-section-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 592px;
  width: 100%;
  background-color: var(--uniqo-light-green);
  z-index: -1;
}

.about-image-four {
  border-radius: 0 0 0 238px;
  overflow: hidden;
  margin-left: -230px;
  margin-right: 72px;
  position: relative;
}

.about-image-four::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    265.67deg,
    rgba(59, 68, 67, 0.4664) 12.1%,
    rgba(59, 68, 67, 0.4136) 86.36%
  );
  background-blend-mode: multiply;
}

.about-section-four .sub-title {
  margin-bottom: 25px;
}

.about-section-four .heading-title {
  margin-bottom: 18px;
}

.about-info-four > p {
  margin-bottom: 66px;
  max-width: 88%;
}

.about-info-four .btn-secondary {
  margin-bottom: 88px;
}

.about-counter-four {
  display: flex;
}

.counter-box-four {
  width: 230px;
  flex-shrink: 0;
  padding: 60px 15px 60px 45px;
}

.counter-box-four h4 {
  margin-bottom: 0;
}

.counter-box-four h4 span {
  font-size: 45px;
}

.counter-box-four h4 span:last-child {
  margin-left: -8px;
}

.counter-box-four p {
  margin-bottom: 0;
}

.counter-box-four {
  width: 230px;
  flex-shrink: 0;
  padding: 60px 15px 60px 45px;
  position: relative;
}

.counter-box-four::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 130%;
  width: 12px;
  background-image: url(../images/about/about-border-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.counter-box-four:nth-child(2):after {
  height: 100%;
}

.counter-box-four:last-child:after {
  display: none;
}

/***********************
* service four
***********************/

.service-section-four {
  padding-bottom: 150px;
  overflow: hidden;
}

.service-section-four .sub-title {
  margin-bottom: 25px;
}

.service-section-four .heading-box {
  max-width: 48%;
}

.service-section-four .heading-box-two {
  margin-bottom: 80px;
}

.service-box-four {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px 100px 35px 35px;
  background-image: url(../images/services/service-four-1.jpg);
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 4.06%,
      #1b2429 64.78%
    ),
    url(../images/services/service-four-1.jpg), no-repeat;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 345px;
}

.service-section-four .col-lg-6:nth-child(2) .service-box-four {
  background-image: url(../images/services/service-four-2.jpg);
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 4.06%,
      #1b2429 64.78%
    ),
    url(../images/services/service-four-2.jpg), no-repeat;
}

.service-section-four .col-lg-6:nth-child(3) .service-box-four {
  background-image: url(../images/services/service-four-3.jpg);
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 4.06%,
      #1b2429 64.78%
    ),
    url(../images/services/service-four-3.jpg), no-repeat;
}

.service-section-four .col-lg-6:nth-child(4) .service-box-four {
  background-image: url(../images/services/service-four-4.jpg);
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 4.06%,
      #1b2429 64.78%
    ),
    url(../images/services/service-four-4.jpg), no-repeat;
}

.service-details-four {
  color: var(--uniqo-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.service-details-four h4 {
  margin-bottom: 5px;
  color: var(--uniqo-light);
}

.service-details-four p {
  margin-bottom: 25px;
}

.service-btn-four {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  border: 1px solid var(--uniqo-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box-four:hover .service-btn-four {
  background-color: #fff;
}

.service-box-four:hover .service-btn-four img {
  filter: brightness(0);
}

/***********************
* why-choose four
***********************/

.why-choose-section-four {
  padding: 150px 0;
  background-color: var(--uniqo-light-green);
  overflow: hidden;
}

.why-choose-section-four .sub-title {
  margin-bottom: 25px;
}

.why-choose-section-four .heading-box {
  margin-bottom: 80px;
}

.why-choose-video-four {
  height: 785px;
  border-radius: 45px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}

.why-choose-image-four {
  height: 100%;
  width: 100%;
  background-image: url(../images/why-choose/why-choose-image-four.jpg);
  background-position: center;
  background-size: cover;
  background: linear-gradient(
      265.67deg,
      rgba(59, 68, 67, 0.4664) 12.1%,
      rgba(59, 68, 67, 0.4136) 86.36%
    ),
    url(../images/why-choose/why-choose-image-four.jpg);
  background-blend-mode: multiply;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.why-choose-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 143px;
  width: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: var(--uniqo-light);
  border-radius: 100%;
  border: 1.5px solid #ffffff1a;
  font-size: 40px;
}

.why-choose-play-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 1.5px solid var(--uniqo-light);
  border-right: none;
}

.why-choose-left-four p {
  font-size: 132px;
  line-height: 170px;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--uniqo-secondary);
  font-family: sans-serif;
}

.why-choose-left-four h5 {
  max-width: 50%;
  font-size: 30px;
}

.why-choose-left-four {
  height: 100%;
  border-right: 1px solid #00000020;
}

ul.why-choose-list-four {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.why-choose-list-four li {
  display: flex;
  align-items: center;
  column-gap: 34px;
}

ul.why-choose-list-four li + li {
  margin-top: 60px;
}

.why-choose-order-list {
  height: 81px;
  width: 81px;
  border: 1px dashed var(--uniqo-secondary);
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-order-list p {
  color: var(--uniqo-light);
  margin-bottom: 0;
  background-color: var(--uniqo-secondary);
  height: 55px;
  width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-details-four h4 {
  font-size: 25px;
  margin-bottom: 9px;
}

.why-choose-details-four p {
  margin-bottom: 0;
}

/***********************
* benefit four
***********************/

.benefit-section-four {
  padding: 150px 0 120px 0;
  overflow: hidden;
}

.benefit-section-four .sub-title {
  margin-bottom: 25px;
}

.benefit-section-four .heading-title {
  margin-bottom: 104px;
}

.benefit-box-four {
  padding: 0 20px 0 10px;
  position: relative;
}

.benefit-box-four::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: #00000020;
}

.benefit-box-four:first-child:after {
  display: none;
}

.benefit-icon-four {
  height: 83px;
  width: 83px;
  background-color: #c7d9d4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  position: relative;
  transition: all 0.5s;
}

.benefit-icon-four svg path {
  transition: all 0.5s;
}

.benefit-icon-four::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -6px;
  height: 16px;
  width: 16px;
  background-image: url(../images/benefit-shape-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.benefit-icon-four::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -6px;
  height: 22px;
  width: 22px;
  background-image: url(../images/benefit-shape-1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.benefit-box-four:hover .benefit-icon-four {
  background-color: var(--uniqo-secondary);
}

.benefit-box-four:hover svg path {
  stroke: var(--uniqo-light);
}

.benefit-box-four h4 {
  font-size: 25px;
  margin-bottom: 9px;
}

.benefit-box-four p {
  margin-bottom: 0;
}

/***********************
* portfolio four
***********************/

.portfolio-section-four {
  position: relative;
  overflow: hidden;
}

.portfolio-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(../images/portfolio/portfolio-four-1.jpg);
  background-size: cover;
  background-position: center;
  transition: all 0.8s;
}

.portfolio-four {
  display: flex;
}

.portfolio-box-four {
  height: 900px;
  border-left: 1px solid rgb(213 223 237 / 46%);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  flex: 1;
}

.portfolio-image-four img {
  opacity: 0;
  visibility: hidden;
}

.portfolio-details-four {
  padding: 43px 30px;
  height: 460px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    rgba(86, 115, 108, 0.44) -39.93%,
    #1b2429e0 72.01%
  );
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: -461px;
  width: 100%;
  transition: all 0.8s;
}

.portfolio-details-four .tagline {
  height: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.62em;
  font-weight: 600;
  color: var(--uniqo-light);
}

.portfolio-btn-four {
  margin-bottom: 18px;
}

.portfolio-details-four h4 {
  font-size: 35px;
  margin-bottom: 6px;
}

.portfolio-details-four h4 a {
  color: var(--uniqo-light);
}

.portfolio-details-four p {
  margin-bottom: 0;
  color: var(--uniqo-light);
}

.portfolio-box-four:hover .portfolio-details-four {
  bottom: 0;
}

/***********************
* testimonial four
***********************/

.testimonial-section-four {
  padding-top: 150px;
}

.testimonial-slider-four {
  border-bottom: 1px solid #c7d9d4;
  padding-bottom: 130px;
}

.testimonial-box-four {
  display: flex;
  align-items: flex-start;
  column-gap: 110px;
  position: relative;
}

.testimonial-box-four > img {
  position: absolute;
}

.testimonial-title-four h4 {
  margin-bottom: 8px;
  font-size: 35px;
  line-height: 56px;
}

.testimonial-title-four > p {
  margin-bottom: 64px;
}

.testimonial-details-four > p {
  font-family: var(--uniqo-heading-font);
  font-size: 35px;
  margin-bottom: 0;
}

.testimonial-image-four {
  flex-shrink: 0;
}

.testimonial-section-four .slick-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  height: 89px;
  width: 89px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  transition: all 0.5s;
}

.testimonial-section-four .slick-prev.slick-arrow {
  right: 120px;
  z-index: 1;
}

.testimonial-section-four .slick-prev.slick-arrow img {
  filter: brightness(0);
}

.testimonial-section-four .slick-arrow:hover,
.testimonial-section-four .slick-arrow:focus {
  background: var(--uniqo-secondary);
}

.testimonial-section-four .slick-arrow:hover img,
.testimonial-section-four .slick-arrow:focus img {
  filter: brightness(50);
}

/***********************
* faq four
***********************/

.faq-section-four {
  padding: 150px 0;
  overflow: hidden;
}

.faq-left-four {
  padding-right: 70px;
}

.faq-left-four .sub-title,
.faq-left-four .heading-title {
  margin-bottom: 25px;
}

.faq-box-four .accordion-item {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #3b444333;
  margin-bottom: 40px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion {
  --bs-accordion-border-color: transparent;
}

.faq-box-four .accordion-button {
  font-size: 25px;
  line-height: 40px;
  padding: 0;
  padding-bottom: 12px;
  color: var(--uniqo-dark-text);
}

.faq-box-four .accordion-body {
  padding: 0;
  padding-bottom: 14px;
}

.faq-box-four .accordion-body p {
  margin-bottom: 0;
}

.faq-box-four .accordion-button::after {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid var(--uniqo-secondary);
  background-image: url(../images/accrodin-1.png);
  background-position: center;
  background-size: 21%;
}

.faq-box-four .accordion-button:not(.collapsed)::after {
  background-color: var(--uniqo-secondary);
  background-image: url(../images/accrodin-2.png);
  background-size: 33%;
}

/***********************
* blog four
***********************/

.blog-section-four {
  padding-bottom: 150px;
}

.blog-section-four .sub-title {
  margin-bottom: 25px;
}

.blog-section-four .heading-title {
  margin-bottom: 80px;
}

.blog-box-four {
  position: relative;
  height: 560px;
  border-radius: 15px;
  overflow: auto;
  background-image: url(../images/blog/blog-four-1.jpg);
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 0%,
      #1b2429 65.33%
    ),
    url(../images/blog/blog-four-1.jpg);
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-right: 60px;
  background-position: center;
  background-size: cover;
}

.blog-section-four .col-lg-4:nth-child(2) .blog-box-four {
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 0%,
      #1b2429 65.33%
    ),
    url(../images/blog/blog-four-2.jpg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

.blog-section-four .col-lg-4:nth-child(3) .blog-box-four {
  background: linear-gradient(
      180deg,
      rgba(86, 115, 108, 0.4) 0%,
      #1b2429 65.33%
    ),
    url(../images/blog/blog-four-3.jpg);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

.blog-date-four {
  height: 100%;
}

.blog-date-four a {
  padding: 8px 12px;
  border-radius: 6px;
  display: inline-flex;
  background-color: var(--uniqo-light);
  flex-direction: column;
  align-items: center;
  color: var(--uniqo-dark-text);
  font-size: 18px;
  font-weight: 600;
}

.blog-date-four a span:first-child {
  font-size: 35px;
}

.blog-date-four a span:last-child {
  margin-top: -15px;
}

ul.blog-four-tag {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 14px;
  color: var(--uniqo-light);
}

ul.blog-four-tag li a {
  color: var(--uniqo-light);
}

.blog-box-four h4 {
  margin-bottom: 20px;
}

.blog-box-four h4 a {
  color: var(--uniqo-light);
  background-image: linear-gradient(transparent calc(100% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.blog-box-four h4 a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.blog-four-btn {
  height: 51px;
  width: 51px;
  border-radius: 100%;
  border: 1px solid var(--uniqo-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blog-box-four:hover .blog-four-btn {
  background-color: var(--uniqo-light);
}

.blog-box-four:hover .blog-four-btn img {
  filter: brightness(0);
}

.blog-box-four {
  position: relative;
  overflow: hidden;
}

.blog-box-four::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blog-box-four:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/***********************
* contact four
***********************/

.contact-section-four {
  padding: 110px 0;
  background-image: url(../images/contact-four-bg.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.contact-form-four {
  background-color: var(--uniqo-light);
  box-shadow: -9px 9px 66.1px 0px #9b9b9b40;
  border-radius: 20px;
  padding: 65px 80px;
}

.contact-section-four .sub-title {
  margin-bottom: 25px;
}

.contact-section-four .heading-title {
  margin-bottom: 64px;
}

ul.contact-location-four {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 57px;
}

ul.contact-location-four li {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

ul.contact-location-four li span {
  height: 58px;
  width: 58px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--uniqo-primary);
  flex-shrink: 0;
}

ul.contact-location-four li a,
ul.contact-location-four li p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

.form-group-four {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

.form-group-four .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #56736c4d;
  padding: 0;
  padding-bottom: 11px;
}

/***********************
* footer four
***********************/

.footer-section-four {
  max-width: 1780px;
  margin: auto;
  overflow: hidden;
  padding: 150px 30px 0 30px;
}

.footer-four-logo {
  margin-bottom: 40px;
  position: relative;
}

.footer-four-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.5px;
  background-color: #3b444333;
  z-index: -1;
}

.footer-four-logo a {
  background-color: var(--uniqo-light);
  padding-right: 38px;
}

.footer-section-four h4 {
  font-size: 20px;
}

.footer-about-four {
  padding-right: 220px;
}

.footer-about-four h4 {
  margin-bottom: 18px;
}

.footer-about-four > p {
  margin-bottom: 50px;
}

ul.footer-location-four {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-location-four li + li {
  margin-top: 24px;
}

ul.footer-location-four li {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

ul.footer-location-four li span {
  height: 58px;
  width: 58px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
  flex-shrink: 0;
}

ul.footer-location-four li span img {
  filter: brightness(0);
}

ul.footer-location-four li a,
ul.footer-location-four li p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

.footer-newslatter-four p {
  margin-bottom: 40px;
}

.form-newslatter-four {
  position: relative;
}

.form-newslatter-four .form-control {
  padding: 30px 130px 30px 25px;
  border: 0;
  background-color: #e9e9e9;
}

.form-newslatter-four button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.footer-section-four ul.footer-menu-one li {
  margin-bottom: 20px;
}

.footer-section-four .footer-lower-two {
  border-top: 1px solid #3b444333;
  margin-top: 60px;
}

.footer-section-four ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section-four .footer-lower-two ul li a img {
  filter: brightness(0);
}

.footer-section-four .footer-lower-two p {
  color: var(--uniqo-dark-text);
}

.footer-section-four a:hover {
  color: var(--uniqo-secondary);
}

.form-newslatter-four button:hover {
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
}

/***********************
* header five
***********************/

.main-header.header-five {
  position: relative;
  border-bottom: 1px solid #eaeaea;
  margin: 0 70px;
  width: auto;
}

.header-five .main-menu-logo {
  max-width: 100%;
  width: auto;
}

.header-five .main-menu-logo img {
  margin-left: 0px;
}

.header-five .main-menu-inner {
  justify-content: end;
}

.header-five ul.main-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}

.header-five ul.main-menu-list > li,
.header-five ul.main-menu-list > li > a {
  color: #1d1d1d;
}

.header-five ul.main-menu-list > li.active > a,
.header-five ul.main-menu-list > li.active,
.header-five ul.main-menu-list > li:hover,
.header-five ul.main-menu-list > li:hover > a {
  color: var(--uniqo-primary);
  position: relative;
}

.header-five .header-side-menu span {
  background-color: var(--uniqo-dark-text);
}

.header-five .header-side-menu {
  margin-right: 0;
  margin-left: 48px;
}

.header-five ul.main-menu-list > li {
  padding: 45px 0;
}

.header-five ul.main-menu-list > li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #3b4443;
}

.header-five .header-menu-collaps span {
  background-color: var(--uniqo-black);
}

.sticky-header--cloned.sticky-fixed {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
  backdrop-filter: blur(10px);
  background-color: rgb(11 19 27 / 65%);
}

.sticky-fixed {
  box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.1);
  position: fixed !important;
  transform: translateY(0);
  z-index: 999;
  transition: all 1.5s;
}

.sticky-header--cloned {
  position: fixed !important;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
}

/***********************
* banner five
***********************/

.banner-section-five {
  padding: 80px 0 150px 0;
  margin: 0 70px;
  overflow: hidden;
}

.banner-upper-five {
  margin-bottom: 90px;
}

.banner-five-heading h1 {
  font-size: 90px;
  line-height: 99px;
  margin-bottom: 0;
}

.banner-heading-details-five {
  padding-left: 150px;
}

.banner-heading-details-five p {
  color: #1d1d1d;
  margin-bottom: 44px;
}

.banner-button-five {
  display: flex;
  align-items: center;
  column-gap: 22px;
}

.banner-call-action-five {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.banner-call-action-five > span {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
  border: 0.5px solid #cecece;
  position: relative;
}

.banner-call-action-five > span img {
  position: relative;
  z-index: 1;
}

.banner-call-action-five > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: var(--uniqo-black);
  border-radius: 100%;
}

.banner-call-action-five > span:hover::after {
  height: 100%;
  width: 100%;
}

.banner-call-five span {
  display: block;
  font-size: 14px;
  color: var(--uniqo-primary);
  line-height: 15px;
}

.banner-call-five a {
  font-size: 18px;
  color: #1d1d1d;
}

.banner-slider-outer-five {
  position: relative;
}

.banner-section-five ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 155px;
  right: 178px;
  display: flex;
  column-gap: 7px;
  align-items: center;
}

.banner-section-five ul.slick-dots li button {
  border: 0;
  background-color: #e0e0e0;
  font-size: 0;
  height: 2px;
  width: 40px;
  transition: all 0.5s;
}

.banner-section-five ul.slick-dots li.slick-active button {
  background-color: var(--uniqo-light);
}

#slider-info-2 {
  position: absolute;
  bottom: 150px;
  right: 80px;
  color: var(--uniqo-light);
  font-size: 18px;
  line-height: 29px;
}

.banner-box-outer-five {
  border-bottom: 1px solid #eaeaea;
}

.banner-box-five {
  padding: 80px 45px 65px;
  display: flex;
  column-gap: 35px;
  position: relative;
}

.banner-box-five::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  width: 1px;
  background-color: #eaeaea;
}

.banner-box-details-five h4 {
  margin-bottom: 12px;
}

.banner-box-details-five p {
  margin-bottom: 33px;
  color: var(--uniqo-dark-text);
}

.banner-box-five:hover .banner-btn-five {
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
  border-radius: 6px;
}

.banner-box-outer-five .col-lg-4:last-child .banner-box-five::after {
  display: none;
}

.banner-btn-five {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  color: var(--uniqo-light-text);
  column-gap: 0px;
  font-size: 14px;
  padding: 10px 17px;
  transition: all 0.5s;
}

.banner-btn-five span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 2s ease-in;
}

.banner-box-five:hover .banner-btn-five span {
  max-width: 1000px;
  opacity: 1;
  margin-right: 10px;
}

/***********************
* about five
***********************/

.about-section-five {
  padding-bottom: 150px;
  max-width: 1780px;
  margin: auto;
  overflow: hidden;
}

span.sub-title-two {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 4px 18px;
  background-color: #faebd9;
  border-radius: 14px;
  margin-bottom: 3px;
  display: inline-block;
}

.about-info-five > p {
  margin-bottom: 42px;
}

ul.about-list-five {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 32px;
  border-top: 1px solid #c3c3c3;
}

ul.about-list-five li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

ul.about-list-five li span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faebd9;
}

ul.about-list-five li p {
  margin-bottom: 0;
  font-size: 18px;
}

.about-image-five {
  margin-left: -15px;
  margin-right: -242px;
}

.about-info-five {
  padding-right: 95px;
}

/***********************
* service five
***********************/

.service-section-five {
  padding-top: 150px;
  background-image: url(../images/services/service-five-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #1b242980;
  background-blend-mode: overlay;
  margin: 0 70px;
  overflow: hidden;
}

.service-section-five .sub-title-two {
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.service-section-five .heading-title {
  margin-bottom: 30px;
}

.service-info-five p {
  color: var(--uniqo-light);
  margin-bottom: 83px;
}

.service-image-five img {
  position: absolute;
  left: 0;
}

.service-box-five {
  position: relative;
  padding: 64px 32px 68px 62px;
  background-color: #232a2fd4;
  backdrop-filter: blur(84px);
  width: 408px;
}

.service-icon-five {
  margin-bottom: 35px;
}

.service-box-five h4 {
  font-size: 25px;
  margin-bottom: 4px;
  color: var(--uniqo-light);
}

.service-box-five p {
  color: var(--uniqo-light);
  margin-bottom: 34px;
}

.service-slider-five {
  width: 1600px;
  position: relative;
  z-index: 1;
}

.service-slider-item-five {
  padding-right: 30px;
}

.service-box-five .service-btn-one {
  background-color: #f5f5f51a;
  color: var(--uniqo-light);
}

.service-box-five:hover .service-btn-one span {
  max-width: 1000px;
  opacity: 1;
  margin-right: 10px;
}

.service-box-five:hover .service-btn-one {
  border-radius: 6px;
}

/***********************
* process five
***********************/

.process-section-five {
  padding: 280px 0 150px 0;
  margin-top: -89px;
  background-color: var(--uniqo-black);
  position: relative;
  background-image: url(../images/process/process-bg-five.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

.process-section-five .sub-title-two {
  background-color: #6168660f;
  color: #fff;
}

.process-box-five.one,
.process-box-five.two {
  padding-right: 50px;
}

.process-box-five.three,
.process-box-five.four {
  padding-left: 50px;
}

.process-box-five.one,
.process-box-five.four {
  margin-top: 279px;
}

.process-box-five.two {
  margin-left: -30px;
}

.process-box-five.three {
  margin-right: -30px;
}

.process-box-five {
  color: var(--uniqo-light);
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-image-five {
  position: relative;
  margin-bottom: 33px;
  height: 244px;
  width: 244px;
  border-radius: 100%;
}

.process-image-five::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #000000b5;
  transition: all 0.5s;
  height: 0;
  width: 0;
}

.process-box-five:hover .process-image-five::after {
  height: 100%;
  width: 100%;
}

.process-image-five span {
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--uniqo-light);
  color: var(--uniqo-black);
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.process-box-five h4 {
  margin-bottom: 4px;
  font-size: 25px;
  color: var(--uniqo-light);
}

.process-box-outer {
  position: relative;
}

.process-box-outer::after {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  height: 1200px;
  width: 1200px;
  border-radius: 100%;
  border: 1px solid #97979757;
}

.process-box-outer::before {
  content: "";
  position: absolute;
  bottom: -940px;
  left: 50%;
  transform: translateX(-50%);
  height: 1200px;
  width: 1200px;
  background-color: var(--uniqo-black);
  z-index: 1;
}

.process-info-five {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: -150px;
}

.process-info-five::after {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  height: 580px;
  width: 580px;
  border-radius: 100%;
  border: 1px solid #f1f1f169;
  border-bottom: transparent;
  border-left: transparent;
  border-right: transparent;
  z-index: -1;
}

/***********************
* testimonial five
***********************/

.testimonial-section-five {
  padding: 110px 0 150px 0;
  overflow: hidden;
}

.testimonial-box-five {
  text-align: -webkit-center;
  max-width: 720px;
  margin: auto;
}

.testimonial-icon-five {
  margin-bottom: 30px;
}

.testimonial-box-five > p {
  font-size: 35px;
  font-family: var(--uniqo-heading-font);
  color: var(--uniqo-dark-text);
  margin-bottom: 35px;
}

.testimonial-box-five > img {
  margin-bottom: 30px;
}

.testimonial-details-five h4 {
  font-size: 25px;
  margin-bottom: 0;
}

.testimonial-section-five button.slick-arrow {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.testimonial-section-five button.slick-next.slick-arrow {
  left: auto;
  right: 0;
}

.testimonial-section-five ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
}

.testimonial-section-five ul.slick-dots li button {
  font-size: 0;
  border: none;
  height: 6px;
  width: 6px;
  background-color: #525d60;
  border-radius: 100%;
}

.testimonial-section-five ul.slick-dots li.slick-active button {
  background-color: var(--uniqo-primary);
}

/***********************
* why-choose five
***********************/

.why-choose-section-five {
  padding-bottom: 150px;
  overflow: hidden;
}

.why-choose-inner-five {
  padding: 0 !important;
  padding-top: 110px !important;
  background-image: url(../images/why-choose/why-choose-bg-five.jpg);
  background-size: cover;
  background-position: center;
}

.why-choose-inner-five .sub-title-two {
  background-color: #263035;
  margin-bottom: 13px;
  color: var(--uniqo-light);
}

.why-choose-inner-five .heading-title {
  margin-bottom: 90px;
  padding: 0 10px;
}

.why-choose-box-five {
  position: relative;
}

.why-choose-box-five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(97, 104, 102, 0) 0%,
    #1b2429 87.52%,
    #1b2429 100%
  );
}

.why-choose-details-five {
  position: absolute;
  bottom: 42px;
  left: 52px;
  z-index: 1;
  color: var(--uniqo-light);
}

.why-choose-image-five img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.why-choose-details-five img {
  margin-bottom: 20px;
}

.why-choose-details-five h4 {
  margin-bottom: 0;
  color: var(--uniqo-light);
}

.why-choose-details-five p {
  font-size: 18px;
  margin-bottom: 0;
}

.why-choose-five-two {
  padding-top: 130px;
  overflow: hidden;
}

.why-choose-left-five p {
  margin-bottom: 40px;
}

.why-choose-left-five .btn-light {
  background-color: #f1f1f1;
  color: var(--uniqo-black);
}

.why-choose-left-five {
  padding-right: 30px;
}

.why-choose-right-five {
  padding-left: 85px;
}

.why-choose-box-icon {
  height: 164px;
  width: 164px;
  position: relative;
  margin: auto;
  margin-bottom: 33px;
}

.why-choose-box-five-two {
  text-align: center;
  padding: 0 10px;
}

.why-choose-box-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color: var(--uniqo-dark-text);
  font-family: var(--uniqo-heading-font);
}

.why-choose-box-five-two h4 {
  font-size: 20px;
  margin-bottom: 13px;
}

.why-choose-box-five-two p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

/***********************
* pricing one
***********************/

.pricing-section-one {
  padding: 150px 0 200px 0;
  margin: 0 70px;
  background-image: url(../images/background/pricing-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.pricing-section-one .sub-title-two {
  background-color: #ffffff33;
}

.pricing-section-one .heading-title {
  margin-bottom: 16px;
}

.pricing-section-one .heading-box p {
  margin-bottom: 30px;
}

.sweech-box-pricing-one {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  margin: auto;
  padding: 5px;
  background-color: var(--uniqo-black);
  border-radius: 6px;
  margin-bottom: 44px;
}

.sweech-box-pricing-one p {
  margin-bottom: 0;
  color: var(--uniqo-light);
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.5s;
  cursor: pointer;
}

.sweech-box-pricing-one p.active {
  background-color: var(--uniqo-primary);
}

.pricing-box-one {
  background-color: var(--uniqo-light);
  padding: 50px 45px 40px;
}

.box-header-one h5 {
  font-size: 20px;
  margin-bottom: 6px;
}

.pricing-one {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.pricing-one h2 {
  margin-bottom: 0;
}

.pricing-one p {
  font-size: 22px;
  color: var(--uniqo-dark-text);
  font-family: var(--uniqo-heading-font);
  margin-bottom: 0;
}

.box-header-one {
  padding-bottom: 37px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dadada;
}

.pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}

.pricing-body ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.pricing-body ul li i {
  height: 23px;
  width: 23px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
  font-size: 14px;
}

.pricing-body ul li p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--uniqo-dark-text);
}

.btn-block {
  width: 100%;
  justify-content: space-between;
}

.pricing-box-one .btn-primary:hover,
.pricing-box-one.two .btn-primary {
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.pricing-box-one.two .btn-primary:hover {
  background-color: var(--uniqo-primary);
  color: var(--uniqo-black);
}

/***********************
* blog five
***********************/

.blog-section-five {
  padding: 120px 0;
  overflow: hidden;
}

.blog-section-five .sub-title-two {
  background-color: #56736c1f;
}

.blog-section-five .heading-title {
  margin-bottom: 40px;
}

.blog-box-five {
  position: relative;
  overflow: hidden;
}

.blog-image-five img {
  transition: all 0.8s;
}

.blog-box-five:hover .blog-image-five img {
  transform: scale(1.1) translateX(20px);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.blog-details-five {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 80%;
  padding-top: 32px;
  padding-right: 80px;
}

.blog-details-five h4 a {
  color: var(--uniqo-dark-text);
  background-image: linear-gradient(transparent calc(100% - 1px), #000000 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.blog-details-five h4 a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.blog-details-five .btn-light {
  background-color: #f1f1f1;
  color: var(--uniqo-black);
}

/***********************
* partner five
***********************/

.partner-section-five {
  background-image: url(../images/patner/partner-five-bg.jpg);
  background-size: cover;
  background-position: center;
  max-width: 1780px;
  margin: auto;
  overflow: hidden;
}

.partner-item-five {
  border-left: 1px solid #1b242945;
  transition: all 0.5s;
}

.partner-item-five:hover {
  background-color: #1b242970;
  backdrop-filter: blur(20px);
}

.partner-box-five {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***********************
* footer five
***********************/

.footer-section-five {
  background-color: var(--uniqo-black);
  max-width: 1780px;
  margin: auto;
  padding: 130px 0 220px 0;
  color: var(--uniqo-light);
  position: relative;
  overflow: hidden;
}

.footer-section-five::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/footer-three/footer-five-image.png);
  width: 564px;
  height: 580px;
  background-position: left;
  background-size: cover;
}

.footer-logo-five {
  margin-bottom: 30px;
}

.footer-about-five p {
  margin-bottom: 25px;
}

.footer-section-five ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.footer-social-media-five {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

ul.footer-social-media-five li a {
  color: var(--uniqo-light);
}

.footer-section-five h4 {
  color: var(--uniqo-light);
  font-size: 20px;
}

.footer-section-five .footer-widget-two {
  border: none;
}

.footer-section-five ul.footer-location-four li span {
  background-color: #d9d9d91a;
}

.footer-section-five ul.footer-location-four li span img {
  filter: none;
}

.footer-section-five ul.footer-location-four li a,
.footer-section-five ul.footer-location-four li p {
  color: var(--uniqo-light);
}

.newslatter-five .form-control {
  border-color: #ffffff24;
  background-color: transparent;
  color: var(--uniqo-light);
  padding: 10px 23px;
  border-radius: 6px;
}

.newslatter-five .form-control::placeholder {
  color: var(--uniqo-light);
}

.newslatter-five form {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.footer-copyright p {
  padding: 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--uniqo-black);
}

.newslatter-five button {
  flex-shrink: 0;
}

.footer-about-five {
  position: relative;
  z-index: 1;
}

/***********************
 * side menu
***********************/

.side-menu-wrapper {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transform-origin: left center;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 999999;
}

.side-menu-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.5s;
}

.side-menu-overlay.side-menu-toggler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000090;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}

.side-menu-content {
  width: 100%;
  max-width: 420px;
  background-color: var(--uniqo-light);
  text-align: center;
  padding: 60px 30px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.5s;
  height: 100vh;
  margin-left: auto;
}

.side-menu-wrapper.expanded .side-menu-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s;
}

.side-menu-logo-box {
  margin-bottom: 50px;
}

.side-menu-container p {
  margin-bottom: 30px;
}

.side-menu-container h4 {
  margin-bottom: 20px;
}

.side-menu-container ul {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.side-menu-container ul li {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.side-menu-container ul li i {
  line-height: 0;
  font-size: 20px;
  position: relative;
}

.side-menu-container ul li a {
  color: var(--uniqo-light-text);
}

ul.side-menu-social-media {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

ul.side-menu-social-media li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--uniqo-secondary);
  color: var(--uniqo-light);
  position: relative;
  transition: all 0.5s;
  border: 1px solid var(--uniqo-secondary);
}

ul.side-menu-social-media li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0%;
  width: 0%;
  border-radius: 100%;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
  z-index: 0;
}

ul.side-menu-social-media li a:hover::before {
  height: 100%;
  width: 100%;
}

ul.side-menu-social-media li a:hover {
  color: var(--uniqo-light);
}

.side-menu-toggler {
  position: absolute;
  right: 20px;
  height: 40px;
  width: 40px;
  top: 40px;
}

.side-menu-toggler span {
  height: 1px;
  display: inline-block;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}

.side-menu-toggler span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.side-menu-toggler:hover span {
  transform: translateY(-50%) rotate(0deg);
}

/***********************
 * search-popup
***********************/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
  transform: translateY(-100vh);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-active .search-popup {
  transform: translateY(0);
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: 0 auto 0;
  transform: scale(0);
  transform-origin: center;
  -webkit-transition: all 1s 0.5s ease;
  -moz-transition: all 1s 0.5s ease;
  -ms-transition: all 1s 0.5s ease;
  -o-transition: all 1s 0.5s ease;
  transition: all 1s 0.5s ease;
}

.search-active .search-popup form {
  transform: scale(1);
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--uniqo-light);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: var(--uniqo-secondary);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
}

.search-popup .form-group input[type="search"]::placeholder {
  color: var(--uniqo-light);
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 3px;
  height: 70px;
  line-height: 30px;
  background: transparent;
  text-align: center;
  font-size: 20px;
  color: var(--uniqo-light);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  z-index: 1;
}

.close-search {
  position: absolute;
  left: 0;
  right: 0;
  border: transparent;
  top: 20%;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: var(--uniqo-secondary);
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .close-search {
  visibility: visible;
  opacity: 1;
}

.close-search:before,
.close-search:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: var(--uniqo-light);
  width: 25px;
  top: 24px;
  right: 13px;
  transform: rotate(45deg);
}

.close-search:after {
  transform: rotate(-45deg);
}

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

input[type="search"]::-moz-search-cancel-button {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

/***********************
 * back-to-top
***********************/

.prgoress_indicator {
  position: fixed;
  right: 26px;
  bottom: 35px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--uniqo-primary);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--uniqo-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: var(--uniqo-secondary);
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: var(--uniqo-secondary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/***********************
 * mobile-nav
***********************/

.mobile-nav-wrapper {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 999999;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.5s;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #56736c49;
  opacity: 0.9;
}

.mobile-nav-content {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  background-color: var(--uniqo-secondary);
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.5s;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s;
}

.mobile-nav-close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 42px;
  right: 15px;
}

.mobile-nav-close span {
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  background-color: var(--uniqo-light);
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-nav-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

ul.mobile-menu-list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 10px;
}

ul.mobile-menu-list li {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

ul.mobile-menu-list li:last-child {
  border: none;
}

.locked {
  position: fixed;
  width: 100%;
  top: 0;
}

ul.mobile-menu-list li a {
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.5s;
  padding: 0 25px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.mobile-menu-list .dropdown ul {
  margin: 0;
  padding: 0;
  display: none;
  border-top: 1px solid #d5cdcd;
}

ul.mobile-menu-list .dropdown ul li a {
  padding-left: 35px;
}

.mobile-menu-list .menu-item-has-children button.expanded {
  transform: translateY(-50%) rotate(90deg);
}

.mobile-menu-list .menu-item-has-children button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-0deg);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  float: right;
  transition: all 0.3s;
  line-height: 0px;
}

/***********************
 * about page
***********************/

.page-header-section {
  padding-top: 236px;
  background-image: url(../images/about/about-page-banner.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: rgb(0 0 0 / 30%);
  background-blend-mode: overlay;
}

.page-header-section::after {
  content: "";
  position: absolute;
  /* bottom: 118px; */
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #e0e0e02b;
}

.page-header-heading {
  margin-bottom: 117px;
  color: var(--uniqo-light);
  padding-left: 28px;
  /* border-left: 1px solid #E0E0E02B; */
}

.page-header-heading h2 {
  font-size: 63px;
  margin-bottom: 38px;
  color: var(--uniqo-light);
}

.page-header-heading p {
  max-width: 70%;
  margin-bottom: 0;
}

ul.breadcrumb {
  column-gap: 10px;
  padding: 45px 0;
  font-size: 18px;
  margin-bottom: 0;
}

ul.breadcrumb li a,
ul.breadcrumb li span {
  color: var(--uniqo-light);
}

ul.breadcrumb li a:hover {
  color: var(--uniqo-primary);
}

.about-lower {
  max-width: 1780px;
  margin: auto;
  overflow: hidden;
}

.about-why-choose {
  border-radius: 35px;
  margin: 0 60px;
  margin-top: 150px;
}

.about-team {
  padding-top: 660px;
  margin-top: -550px;
}

.about-why-choose-two {
  border-top: 1px solid #d7d7d7;
}

.about-why-choose-three {
  background-color: transparent;
}

.cta-section-three {
  text-align: center;
  padding: 100px 0;
  background-image: url(../images/background/cta-three-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.cta-section-three .heading-title {
  color: var(--uniqo-light);
  margin-bottom: 36px;
}

.cta-section-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    #333939 15.26%,
    #131414 50.68%,
    #333939 85.55%
  );
  opacity: 0.9;
}

/***********************
* service page
***********************/

.service-section-two.srvice {
  background-color: #f3f3f3;
}

.service-section-two.srvice .sub-title {
  color: var(--uniqo-primary);
}

/***********************
* service details page
***********************/

.service-details-section {
  padding: 150px 0;
  overflow: hidden;
}

.service-details-block {
  margin-bottom: 40px;
}

.service-details-block h4 {
  margin-bottom: 13px;
}

.service-details-cta {
  padding: 40px;
  border-radius: 20px;
  background-color: #faebd9;
  margin-bottom: 40px;
  color: #bb894f;
}

.service-details-tag-inner {
  display: flex;
  column-gap: 30px;
  align-items: center;
}

.service-details-tag {
  width: 100%;
  padding: 46px 54px;
  background-color: #f0f0f0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.service-details-tag span {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--uniqo-light);
  flex-shrink: 0;
}

.service-details-tag-title h5 {
  font-size: 19px;
  margin-bottom: 8px;
}

.service-details-tag-title p {
  margin-bottom: 0;
}

.service-details-image {
  display: flex;
  column-gap: 30px;
  overflow: hidden;
  align-items: stretch;
}

.service-details-image-inner {
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 50%;
}

.service-details-image-inner img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.service-pagination-list {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: space-between;
  padding: 30px 0;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
  flex-wrap: wrap;
  row-gap: 20px;
}

.service-pagination-inner a {
  display: flex;
  align-items: center;
  column-gap: 23px;
  color: var(--uniqo-light-text);
}

.service-pagination-inner > a {
  margin-bottom: 20px;
}

.next .service-pagination-inner a {
  justify-content: end;
}

.service-pagination-inner > a span {
  text-transform: uppercase;
  letter-spacing: 0.62em;
  font-size: 14px;
  font-weight: 600;
}

.service-pagination-inner h5 {
  margin-bottom: 0;
  font-size: 30px;
}

.service-pagination-inner h5 a {
  color: var(--uniqo-dark-text);
}

.service-details-widget {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 42px;
  margin-bottom: 40px;
}

.service-details-widget h4 {
  margin-bottom: 13px;
  font-size: 25px;
}

.service-details-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-details-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.5s;
}

.service-details-widget ul li p {
  margin-bottom: 0;
  transition: all 0.5s;
}

.service-details-widget ul li:hover {
  padding: 15px 20px;
  background-color: var(--uniqo-dark-text);
  border-radius: 5px;
}

.service-details-widget ul li:hover p {
  color: var(--uniqo-light);
}

.service-details-widget ul li:hover img {
  filter: brightness(10);
}

.service-details-cta-widget {
  padding: 88px;
  background-color: var(--uniqo-dark-text);
  border-radius: 10px;
  text-align: center;
}

.service-details-cta-widget img {
  width: 200px;
  margin-bottom: 32px;
}

.service-details-cta-widget h5 {
  margin-bottom: 32px;
  color: var(--uniqo-light);
  font-size: 25px;
}

.sticy {
  position: sticky;
  top: 150px;
}

/***********************
* contact page
***********************/

.contact-section {
  padding: 150px 0;
  overflow: hidden;
}

.contact-info .heading-box {
  margin-bottom: 37px;
}

.contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 120px;
}

.contact-info ul li {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
  margin-bottom: 34px;
}

.contact-title h6 {
  font-size: 18px;
  font-family: var(--uniqo-body-font);
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-title p {
  margin-bottom: 0;
}

.contact-title a {
  color: var(--uniqo-light-text);
  display: block;
}

.contact-form {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-left: 60px;
  padding: 50px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 79%,
    86% 100%,
    0 100%,
    0 100%,
    0 0
  );
}

.contact-form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4c6c5;
  border-radius: 0;
  padding: 0;
  padding-bottom: 11px;
}

.contact-form textarea.form-control {
  margin-bottom: 85px;
}

.contact-box {
  border-radius: 10px;
  padding: 30px 30px;
  height: 457px;
  display: flex;
  align-items: end;
  background-size: cover;
}

.contact-details {
  padding: 35px;
  border-radius: 10px;
  background-color: var(--uniqo-light);
}

.contact-details h4 {
  font-size: 25px;
  margin-bottom: 22px;
}

.contact-details p,
.contact-details a {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--uniqo-light-text);
}

.contact-details a:hover,
.contact-title a:hover {
  color: var(--uniqo-primary);
}

.map-section .map {
  height: 1120px;
  background-image: url(../images/background/Map.jpg);
  background-size: cover;
  background-position: top center;
  margin-top: -410px;
}

/***********************
* blog page
***********************/

.blog-single-section {
  padding: 150px 0;
  overflow: hidden;
}

.blog-list-box {
  margin-bottom: 40px;
}

.blog-single-image {
  position: relative;
  margin-bottom: 20px;
}

.blog-single-image a:last-child {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--uniqo-secondary);
  color: var(--uniqo-light);
  padding: 6px 15px 20px;
  text-align: center;
}

.blog-single-image a p {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-single-image a span {
  font-weight: 600;
  margin-top: -18px;
  display: block;
}

.blog-single-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  column-gap: 10px;
}

.blog-single-meta ul li span {
  font-weight: 300;
}

.blog-single-meta ul li a {
  font-weight: 600;
  color: var(--uniqo-light-text);
}

.blog-single-meta ul li a:hover {
  color: var(--uniqo-primary);
}

.blog-single-details h4 {
  margin-bottom: 10px;
}

.blog-single-details h4 a {
  color: var(--uniqo-dark-text);
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    var(--uniqo-primary) 1px
  );
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.blog-single-details h4 a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.blog-single-details p {
  margin-bottom: 24px;
}

.blog-single-details a.btn {
  border: 1px solid #00000033;
}

.pagination {
  justify-content: center;
  column-gap: 10px;
}

.blog-pagination-btn a {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  color: var(--uniqo-light-text);
}

.blog-pagination-btn a:hover,
.blog-pagination-btn.active a {
  background-color: var(--uniqo-black);
  border-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.blog-sidebar.stcky {
  position: sticky;
  top: 150px;
}

.blog-block {
  margin-bottom: 35px;
  background-color: #f9f9f9;
  padding: 30px 35px;
}

.blog-serch-widget form {
  position: relative;
}

.blog-serch-widget form input[type="search"] {
  border: none;
  background-color: transparent;
  width: 100%;
}

.blog-serch-widget button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}

.blog-serch-widget button img {
  filter: brightness(0.4);
}

.blog-block h4 {
  font-size: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--uniqo-black);
  margin-bottom: 0;
}

.blog-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-widget ul li {
  padding: 18px 0;
  border-bottom: 1px solid #00000042;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.category-widget ul li:last-child {
  border: none;
}

.category-widget ul li a {
  color: var(--uniqo-light-text);
}

.category-widget ul li:hover {
  background-color: var(--uniqo-dark-text);
  padding: 18px;
  color: var(--uniqo-light);
}

.category-widget ul li:hover a {
  color: var(--uniqo-light);
}

.recent-blog-widget-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid #0000004d;
}

.recent-blog-widget-item:last-child {
  border: none;
}

.recent-blog-widget-item img {
  height: 82px;
  width: 82px;
  border-radius: 100%;
}

.recent-blog-widget-item-title span {
  display: block;
}

.recent-blog-widget-item-title a {
  color: var(--uniqo-dark-text);
  font-family: var(--uniqo-heading-font);
  font-size: 18px;
  background-image: linear-gradient(transparent calc(100% - 1px), #000000 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.recent-blog-widget-item-title a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.tag-widget ul {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  padding-top: 20px;
  flex-wrap: wrap;
}

.tag-widget ul li a {
  padding: 7px 20px;
  color: var(--uniqo-dark-text);
  background-color: var(--uniqo-light);
  transition: all 0.5s;
  display: inline-block;
}

.tag-widget ul li a:hover {
  color: var(--uniqo-light);
  background-color: var(--uniqo-dark-text);
}

.cta-widget {
  background-color: #f0ece8;
}

.cta-widget h4 {
  margin-bottom: 15px;
}

.cta-widget p {
  margin-bottom: 35px;
  font-size: 18px;
}

.bolg-cta-widget .tel {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: var(--uniqo-dark-text);
}

.insta-post {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

/***********************
* blog details page
***********************/

.header-blog-meta {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.header-blog-meta .date {
  color: var(--uniqo-light);
}

.header-blog-meta .tag {
  background-color: var(--uniqo-light);
  padding: 7px 18px;
  border-radius: 6px;
  letter-spacing: 0.62em;
  color: var(--uniqo-dark-text);
  text-transform: uppercase;
  font-size: 14px;
}

.blog-list-box h4 {
  margin-bottom: 15px;
}

.blog-detail-image {
  display: flex;
  column-gap: 30px;
  margin: 30px 0;
}

.cta-blog-details {
  padding: 40px 60px;
  margin-top: 30px;
  background-color: #fdeddb;
  font-size: 35px;
  color: var(--uniqo-dark-text);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 71%,
    91% 100%,
    0 100%,
    0 100%,
    0 0
  );
  font-family: var(--uniqo-heading-font);
}

ul.blog-details-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

ul.blog-details-list li {
  display: flex;
  column-gap: 10px;
  font-size: 18px;
  align-items: center;
  line-height: 25px;
  margin-bottom: 15px;
}

ul.blog-details-list li span {
  font-weight: 500;
  font-size: 25px;
  color: var(--uniqo-dark-text);
  line-height: 25px;
}

.blog-details-share {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.blog-tag,
.blog-share {
  width: 48%;
}

.blog-tag ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}

.blog-tag ul li a {
  font-size: 14px;
  color: var(--uniqo-dark-text);
  padding: 7px 20px;
  border: 1px solid #00000033;
  display: inline-block;
}

.blog-tag ul li a:hover {
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
}

.blog-share {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: end;
}

.blog-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: all 1.5s;
  max-width: 0;
  overflow: hidden;
}

.blog-share a {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid var(--uniqo-dark-text);
}

.blog-share a i {
  position: relative;
  z-index: 1;
}

.blog-share a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  border-radius: 100%;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
}

.blog-share a:hover::after {
  height: 100%;
  width: 100%;
}

.blog-share:hover ul {
  max-width: 1000px;
}

.blog-pagination-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
}

.blog-pagination {
  width: 40%;
}

.blog-pagination.next {
  text-align: end;
  margin-left: auto;
}

.blog-pagination-inner {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.blog-pagination-inner a {
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  color: var(--uniqo-light-text);
}

.blog-pagination.next a {
  justify-content: end;
}

.blog-pagination-inner span {
  letter-spacing: 0.62em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.blog-pagination-inner h5 {
  margin-bottom: 0;
  font-size: 20px;
}

.blog-pagination-inner h5 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: var(--uniqo-dark-text);
}

.comment-box-item {
  display: flex;
  column-gap: 28px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #b8b8b8;
}

.comment-box-item:last-child {
  border: none;
}

.comment-box-item > img {
  border-radius: 100%;
}

.comment-meta-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.comment-meta p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--uniqo-dark-text);
}

.comment-meta span {
  font-size: 18px;
  color: var(--uniqo-dark-text);
}

.comment-box h4 {
  margin-bottom: 30px;
}

.comment-box-item.reply {
  padding-left: 80px;
}

.comment-meta-inner .btn-primary:hover {
  color: var(--uniqo-light);
  background-color: var(--uniqo-dark-text);
}

.comment-form-box h4 {
  margin-bottom: 12px;
}

.comment-form-box p {
  margin-bottom: 40px;
  font-size: 18px;
}

.comment-form-box form {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 60px 70px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 0,
    100% 71%,
    88% 100%,
    0 100%,
    0 100%,
    0 0
  );
}

.comment-form-group-one {
  display: flex;
  align-items: center;
  column-gap: 50px;
  margin-bottom: 37px;
}

.comment-form-group-one-inner {
  width: 100%;
}

.comment-form-group-one .form-control {
  padding: 0;
  padding-bottom: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c4c6c5;
  background-color: transparent;
}

/***********************
* testimonial page
***********************/

.testimonial-page-section {
  padding: 150px 0;
  overflow: hidden;
}

.testimonial-box {
  padding: 52px;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: relative;
}

.testimonial-heading {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 27px;
}

.testimonial-title h4 {
  font-size: 25px;
  margin-bottom: 5px;
}

.testimonial-title p {
  margin-bottom: 0;
}

span.testimonial-icon {
  position: absolute;
  top: 74px;
  right: 123px;
}

/***********************
* pricing page
***********************/

.pricing-section-one.pricing {
  background-image: none;
}

.pricing-section-one.pricing .pricing-box-one {
  background-color: #f2f2f2;
}

/***********************
* portfolio page
***********************/

.portfolio-section-five {
  padding: 150px 0;
  overflow: hidden;
}

.portfolio-section-five .heading-box {
  margin-bottom: 50px;
}

.portfolio-image-five {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 35px;
}

.portfolio-box-five:hover .portfolio-image-five img {
  transform: scale(1.2);
}

.portfolio-image-five img {
  transition: all 0.8s;
}

.portfolio-title-five h4 {
  margin-bottom: 10px;
}

.portfolio-title-five h4 a {
  color: var(--uniqo-dark-text);
  background-image: linear-gradient(transparent calc(100% - 1px), #000000 1px);
  background-repeat: no-repeat;
  background-position-y: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline forwards;
}

.portfolio-title-five h4 a:hover {
  animation: 1s cubic-bezier(0.215, 0.61, 0.355, 1) underline-hover forwards;
}

.portfolio-title-five p {
  font-size: 18px;
  margin-bottom: 0;
  color: #3d484b;
}

.portfolio-details-five {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.portfolio-btn-five {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2f3837;
  position: relative;
  border: 1px solid #2f3837;
  overflow: hidden;
}

.portfolio-btn-five img {
  margin-left: 6px;
  position: relative;
  z-index: 1;
  margin-top: -5px;
}

.portfolio-btn-five::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background-color: var(--uniqo-primary);
  transition: all 0.5s;
  border-radius: 100%;
}

.portfolio-box-five:hover .portfolio-btn-five::before {
  height: 100%;
  width: 100%;
}

/***********************
* portfolio details page
***********************/

.portfolio-details-section {
  padding: 150px 0;
  overflow: hidden;
}

.portfolio-list-box {
  margin-bottom: 40px;
}

.portfolio-list-box h4 {
  margin-bottom: 10px;
}

.portfolio-details-image {
  display: flex;
  column-gap: 30px;
  margin: 30px 0;
}

ul.portfolio-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

ul.portfolio-list li {
  font-size: 18px;
  list-style: 25px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}

ul.portfolio-list li span {
  font-size: 25px;
  line-height: 25px;
  color: var(--uniqo-dark-text);
}

.portfolio-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: space-between;
  padding: 10px 0;
  border: 1px solid #3b444333;
  border-left: none;
  border-right: none;
  position: relative;
}

.portfolio-pagination::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0px;
  border-left: 1px solid #3b444333;
}

.portfolio-pagination-inner {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.portfolio-pagination-inner.next {
  margin-left: auto;
}

.portfolio-pagination-title {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.portfolio-pagination-title span {
  color: var(--uniqo-black);
  font-weight: 500;
}

.portfolio-pagination-title i {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uniqo-light-text);
  transition: all 0.5s;
}

.portfolio-pagination-title:hover i {
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
  border-color: var(--uniqo-dark-text);
}

.portfolio-widget {
  padding: 40px;
  background-color: #e8e8e8;
}

.portfolio-widget h4 {
  margin-bottom: 18px;
}

.portfolio-widget > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-widget > ul > li {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 18px;
  padding: 8px 0;
}

.portfolio-widget > ul > li > p {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--uniqo-dark-text);
}

ul.portfolio-details-social-media {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #3b444333;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}

ul.portfolio-details-social-media li {
  padding: 0;
}

ul.portfolio-details-social-media li a {
  padding: 8px 10px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
}

ul.portfolio-details-social-media li a img {
  filter: brightness(0);
  transition: all 0.5s;
}

ul.portfolio-details-social-media li a span {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: var(--uniqo-light);
}

ul.portfolio-details-social-media li a:hover {
  background-color: var(--uniqo-dark-text);
  border-color: var(--uniqo-dark-text);
  padding: 8px 18px;
  border-radius: 54px;
  transition: all 0.5s;
}

ul.portfolio-details-social-media li a:hover img {
  filter: none;
}

ul.portfolio-details-social-media li a:hover span {
  max-width: 1000px;
  padding-left: 5px;
  transition: max-width 2s ease-in;
}

.portfolio-sidebar.sticy {
  position: sticky;
  top: 150px;
}

/***********************
* shop page
***********************/

.shop-section {
  padding: 150px 0;
  overflow: hidden;
}

.shop-fillter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 30px;
}

.shop-fillter p {
  margin-bottom: 0;
  font-size: 20px;
}

.shop-fillter .select2-selection.select2-selection--single {
  border: 1px solid #3b4443;
  border-radius: 6px;
}

.shop-fillter .fillter-option {
  width: 268px;
}

.shop-fillter
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 13px 20px;
  color: var(--uniqo-dark-text);
  font-size: 16px;
  line-height: 19px;
}

.shop-fillter .select2-container .select2-selection--single {
  height: 100%;
}

.shop-fillter
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.product-image {
  background-color: #d9d9d9;
  position: relative;
  margin-bottom: 16px;
  transition: all 0.5s;
}

.product-details h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.product-details h4 a {
  color: var(--uniqo-dark-text);
}

.product-details p {
  margin-bottom: 20px;
}

ul.product-retting {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 3px;
  color: var(--uniqo-dark-text);
}

.product-box:hover .product-image {
  background-color: #c2d7d2;
}

.product-image .offer {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px 22px;
  border-radius: 6px;
  background-color: var(--uniqo-black);
  color: var(--uniqo-light);
}

.product-image .cart-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) scale(0.3);
  opacity: 0;
  display: flex;
  align-items: center;
  column-gap: 6px;
  transition: all 1s;
}

.product-image .cart-icon li a {
  height: 58px;
  width: 58px;
  border-radius: 100%;
  background-color: var(--uniqo-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--uniqo-light);
  font-size: 18px;
}

.product-box:hover .product-image .cart-icon {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.shop-widget {
  margin-bottom: 36px;
}

.shop-search-widget {
  padding: 24px 40px;
  position: relative;
  border: 1px solid #00000033;
}

.shop-search-widget input {
  border: none;
  background-color: transparent;
  width: 100%;
}

.shop-search-widget button {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}

.shop-search-widget button img {
  filter: brightness(0.4);
}

.product-category-widget {
  background-color: #f0ece8;
  padding: 24px 40px;
}

.shop-widget h4 {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--uniqo-black);
}

.product-category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-category-widget ul li {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000042;
  transition: all 0.5s;
}

.product-category-widget ul li:last-child {
  border: none;
}

.product-category-widget ul li a {
  color: var(--uniqo-light-text);
  transition: all 0.5s;
}

.product-category-widget ul li span {
  font-weight: 500;
  color: var(--uniqo-dark-text);
  transition: all 0.5s;
}

.product-category-widget ul li:hover {
  background-color: var(--uniqo-dark-text);
  padding: 18px;
}

.product-category-widget ul li:hover a,
.product-category-widget ul li:hover span {
  color: var(--uniqo-light);
}

.shop-widget .product-widget,
.shop-widget .tag-widget {
  padding: 24px 40px;
  background-color: #f9f9f9;
}

.tag-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.product-list {
  display: flex;
  column-gap: 30px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #0000004d;
}

.product-list:nth-child(2) {
  margin-top: 10px;
}

.product-list:last-child {
  border: none;
}

.product-list img {
  border-radius: 10px;
}

.product-list .title a {
  font-size: 20px;
  color: var(--uniqo-dark-text);
  margin-bottom: 5px;
}

.product-list .title p {
  font-size: 18px;
  margin-bottom: 0;
}

.fillter-price-rang {
  height: 15px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.fillter-price-rang::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 15px;
  border-radius: 100%;
  background-color: var(--uniqo-dark-text);
}

.fillter-price-rang::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--uniqo-dark-text);
}

.fillter-price-rang-handle {
  width: 14px;
  height: 14px;
  background-color: var(--uniqo-dark-text);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}

.fillter-widget {
  padding: 24px 40px;
  background-color: #f9f9f9;
}

.fillter-price-rang-inner {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
}

.fillter-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

/***********************
* shop details page
***********************/

.shop-details-section {
  padding: 150px 0;
  overflow: hidden;
}

.product-slide-item {
  position: relative;
  overflow: hidden;
}

.magnifier {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  display: none;
  pointer-events: none;
}

.product-slide-thumb-item {
  background-color: #d9d9d9;
  cursor: pointer;
}

.product-slide-item img {
  width: 100%;
  height: 100%;
}

.product-thumb-slider {
  margin-top: 20px;
}

.shop-details-section .slick-slide {
  padding-right: 30px;
}

.product-title h4 {
  margin-bottom: 0;
  font-size: 45px;
}

.product-title p {
  margin-bottom: 13px;
}

.product-ratting-info {
  display: flex;
  align-items: center;
  column-gap: 32px;
  margin-bottom: 15px;
}

.product-ratting-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 3px;
  font-size: 17px;
  color: var(--uniqo-dark-text);
  position: relative;
}

.product-ratting-info ul::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  height: 80%;
  width: 1px;
  background-color: #cccccc;
}

.whishlist-box {
  display: flex;
  align-items: center;
  column-gap: 7px;
  color: var(--uniqo-light-text);
}

.whishlist-box p {
  margin-bottom: 0;
}

.pruduct-info > p {
  font-size: 18px;
  margin-bottom: 38px;
}

.product-cart-info {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
}

.product-cart-info-box {
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  display: flex;
  column-gap: 40px;
  align-items: center;
  color: var(--uniqo-dark-text);
}

a.minus {
  border-right: 1px solid #cccccc;
  padding-right: 10px;
}

a.plus {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
}

.product-cart-info-box a {
  color: var(--uniqo-dark-text);
}

.product-cart-info .btn-secondary {
  padding: 13px;
  display: flex;
  align-items: center;
  column-gap: 25px;
}

ul.product-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 34px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

ul.product-info-list h5 {
  margin-bottom: 22px;
  font-size: 20px;
}

ul.product-info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  column-gap: 2px;
}

ul.product-info-list li p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

.social-media {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.social-media p {
  margin-bottom: 0;
  color: var(--uniqo-dark-text);
}

.social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}

.product-desc-reviews {
  padding: 80px 0;
}

.product-desc-reviews-btn {
  border-bottom: 1px solid #3b444333;
  margin-bottom: 20px;
  column-gap: 70px;
}

.product-desc-reviews-btn li {
  line-height: 0;
}

.product-desc-reviews-btn .btn {
  position: relative;
  background-color: transparent;
  padding: 20px;
  margin-bottom: -2px;
}

.product-desc-reviews-btn .btn::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  transition: all 0.5s;
  background-color: var(--uniqo-dark-text);
}

.product-desc-reviews-btn .btn.active::after {
  width: 100%;
}

.product-desc-reviews-btn .btn:first-child:active {
  background-color: transparent;
}

.reating-inner a {
  color: #ff9900;
}

.tab-content .comment-form-box p {
  margin-bottom: 20px;
  font-size: 18px;
}

.tab-content .comment-form-box .reating-inner {
  margin-bottom: 30px;
}

/***********************
* cart page
***********************/

.cart-section {
  padding: 150px 0;
  overflow: hidden;
}

.cart-product-heading {
  border-bottom: 1px solid #00000033;
}

.cart-heading h4 {
  margin-bottom: 30px;
  font-size: 25px;
}

.cart-product-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.cancel-product a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
}

.cart-product-name h6 {
  margin-bottom: 0;
}

.cancel-product {
  margin-right: 40px;
}

.cart-product-name {
  margin-left: 82px;
}

.cart-product-count .product-cart-info {
  justify-content: center;
  margin-bottom: 0;
}

.cart-product-single-box {
  padding: 30px 0;
  border-bottom: 1px solid #00000033;
}

.price p,
.total-price p {
  margin-bottom: 0;
}

.cart-product-image {
  background-color: #d9d9d9;
}

.cart-lower {
  padding-top: 60px;
}

.cupen-code form {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.cupen-code form .form-control {
  width: auto;
  padding: 11px;
}

.cupen-code form .btn-primary:hover {
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
}

.cart-total {
  background-color: #eef0ef;
  border-radius: 6px;
  padding: 60px;
}

.cart-total h4 {
  margin-bottom: 44px;
}

.cart-total ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}

.cart-total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #00000033;
  padding: 20px 0;
}

.cart-total ul li p {
  margin-bottom: 0;
  font-size: 18px;
}

.cart-total ul li h6 {
  margin-bottom: 0;
  font-size: 25px;
}

/***********************
* checkout page
***********************/

.checkout-section {
  padding: 150px 0;
  background-color: #d9dedd4d;
  overflow: hidden;
}

.form-group-outer,
.checkout-form .form-group {
  margin-bottom: 32px;
  column-gap: 36px;
  display: flex;
}

.checkout-section .form-group-inner {
  width: 100%;
  margin-bottom: 18px;
}

.checkout-form .form-group {
  flex-direction: column;
}

.checkout-form .form-control {
  border-color: #cacaca;
  padding: 14px 25px;
  font-size: 14px;
}

.checkout-form label {
  margin-bottom: 18px;
  font-weight: 500;
}

.checkout-form label span {
  color: #e66363;
}

.place-order-box {
  padding: 50px;
  background-color: var(--uniqo-dark-text);
  border-radius: 6px;
}

.place-order-box h4 {
  color: var(--uniqo-light);
  font-size: 35px;
  margin-bottom: 38px;
}

.order-product-info {
  display: flex;
  align-items: center;
  column-gap: 36px;
  margin-bottom: 24px;
}

.order-product-info h6 {
  font-size: 30px;
  color: var(--uniqo-light);
}

.order-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}

.order-info ul li {
  color: var(--uniqo-light);
  display: flex;
  align-items: center;
  column-gap: 3px;
  padding: 10px 0;
}

.order-info ul li p {
  margin-bottom: 0;
  font-weight: 600;
}

.form-group-option {
  display: flex;
  align-items: center;
  column-gap: 13px;
  color: var(--uniqo-light);
  margin-bottom: 10px;
}

.form-group-option input {
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 4px solid var(--uniqo-light);
  outline: none;
  transition: all 0.3s ease;
}

.form-group-option input:checked {
  background-color: var(--uniqo-primary);
}

.form-group-option p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 42px;
}

form.payment-option {
  margin-bottom: 40px;
}

/***********************
* careers page
***********************/

.careers-section {
  padding: 150px 0;
  overflow: hidden;
}

.careers-section .heading-box {
  margin-bottom: 60px;
}

.job-box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 50px;
  padding-right: 40px;
  height: 100%;
}

.job-box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 20px;
}

.job-box-heading h4 {
  font-size: 25px;
  margin-bottom: 0;
}

span.post-name {
  padding: 10px 15px;
  background-color: var(--uniqo-dark-text);
  color: var(--uniqo-light);
  letter-spacing: 0;
  font-size: 14px;
  border-radius: 42px;
}

.job-box > p {
  margin-bottom: 64px;
}

.job-lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}

ul.job-location {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 23px;
}

ul.job-location li {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
}

ul.job-location li p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--uniqo-dark-text);
}

.job-lower .btn-light {
  background-color: var(--uniqo-light);
  color: var(--uniqo-dark-text);
}

.job-lower .btn-light:hover {
  background-color: var(--uniqo-primary);
}

.job-lower .btn-light:hover span {
  color: var(--uniqo-light) !important;
}

/***********************
* why-choose six
***********************/

.why-choose-section-six {
  padding: 145px 0 435px 0;
  position: relative;
  margin: 0 70px;
  border-radius: 35px;
  background-image: url(../images/why-choose/why-choose-six-bg.png);
  background: linear-gradient(
      180deg,
      rgba(27, 36, 41, 0) 105.83%,
      #5e7e8f 177.65%
    ),
    url(../images/why-choose/why-choose-six-bg.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.why-choose-section-six::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--uniqo-black);
  z-index: -1;
}

.why-choose-section-six .heading-box {
  margin-bottom: 77px;
}

.why-choose-box-six {
  display: flex;
  column-gap: 32px;
  padding-right: 30px;
}

.why-choose-icon-six {
  flex-shrink: 0;
}

.why-choose-box-six h4 {
  color: var(--uniqo-light);
  font-size: 20px;
  margin-bottom: 13px;
}

.why-choose-box-six p {
  margin-bottom: 0;
  color: var(--uniqo-light);
}

/* Footer Contact Section Styles */
.footer-contact-one {
  background: none;
  padding: 0;
}
.footer-contact-one h4 {
  margin-bottom: 18px;
}
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--uniqo-dark-text);
  font-size: 16px;
}
.footer-contact-list li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin-top: 2px;
}
.footer-contact-list a {
  color: var(--uniqo-dark-text);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-list a:hover {
  color: var(--uniqo-primary);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-contact-one,
  .footer-widget-one {
    margin-bottom: 30px;
  }
}

/* Footer logo centering for all pages */
.footer-about-one {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  min-height: 200px !important;
}

.footer-logo-one {
  text-align: center !important;
  width: 100% !important;
}

.footer-logo-one img {
  max-width: 250px !important;
  max-height: 150px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
}

.placeholder-black::placeholder {
  color: black !important;
  opacity: 1; /* Optional: ensures full visibility */
}
