@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Lato:wght@100;300;400;700;900&amp;display=swap");
@import "bootstrap.css";
html,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -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: #140405;
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

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

select {
  max-width: 100%;
}

body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -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;
}

.text-p,
p {
  font-weight: 400;
}

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

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

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

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

tml {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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


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.1em 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,
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;
}


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

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


button,
input {
  line-height: normal;
}

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

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  
}

textarea {
  overflow: auto;
  
  vertical-align: top;
  height: 138px;
  
}

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: 14px;
  height: 14px;
  margin-right: 11px;
  cursor: pointer;
  vertical-align: sub;
  
}

input[type=search] {
  -webkit-appearance: textfield;
  
}

input[type=search]::-webkit-search-decoration {
  
  -webkit-appearance: none;
}

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


input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}


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


.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
  overflow: hidden;
}
.select ::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  right: 10px;
  font-weight: 600;
  color: #1F1F2C;
  display: block;
  position: absolute;
  background: 0 0;
  top: 50%;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

select option {
  font-size: 15px;
  line-height: 24px;
  color: #1F1F2C;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: 1px solid var(--primary-color21);
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  line-height: 26px;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  background-color: transparent;
  color: var(--primary-color2);
}


textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border: 1px solid #8A8AA0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary-color2);
}


button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #fb333b;
  color: #fff;
  border-radius: 50px;
  padding: 17px 50px;
  display: inline-block;
  -webkit-appearance: none;
  -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;
}
button:focus, button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  outline: 0;
  background: #fb333b;
  color: #fff;
}


::-webkit-input-placeholder {
  color: var(--primary-color2);
}

:-moz-placeholder {
  color: var(--primary-color2);
}

::-moz-placeholder {
  color: var(--primary-color2);
  opacity: 1;
}

.error {
  font-size: 16px;
  color: red;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}


:-ms-input-placeholder {
  color: var(--primary-color2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 70px;
  line-height: 80px;
}

h2 {
  font-size: 44px;
  line-height: 56px;
}

h3 {
  font-size: 40px;
  line-height: 56px;
}

h4 {
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-size: 30px;
  line-height: 42px;
}

h6 {
  font-size: 24px;
  line-height: 32px;
}

.msg-success {
  background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.swiper-button-prev,
.swiper-button-next {
  width: 33.3px;
  height: 33.3px;
  top: 53%;
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }

}

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

  .social-item {
    margin-left: 40px !important;
  }
}

.swiper-button-next {
  right: -2px;
}

.swiper-button-prev {
  left: -2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  width: 33.3px;
  height: 33.3px;
  background-color: #fff;
  color: #191820;
  border: 1.5px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after {
  content: "\f105";
}

.swiper-button-prev:after {
  content: "\f104";
}

.swiper-pagination-bullets {
  position: relative;
  margin-top: 13px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  justify-items: center;
  padding-left: 15px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px 0 5px;
  border: 1px solid var(--primary-color5);
  background: transparent;
  width: 8px;
  height: 8px;
  position: relative;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--primary-color5);
}
.swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary-color5);
  overflow: visible;
}

.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1440px;
  max-width: 100%;
}

.mb63 {
  margin-bottom: 63px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 40px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb23 {
  margin-bottom: 23px;
}

.mb22 {
  margin-bottom: 22px;
}

.mt17 {
  margin-top: 17px;
}

.mt12 {
  margin-top: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt8 {
  margin-top: 8px;
}

.mt6 {
  margin-top: 6px;
}

.pt10 {
  padding-top: 10px;
}

.visible {
  overflow: visible !important;
}

a {
  text-decoration: none;
  color: var(--primary-color5);
  -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-color3);
  text-decoration: none;
  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;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
:root {
  
  --background-body: #fff;
  --primary-color: #565660;
  --primary-color2: rgba(86, 86, 96, 0.6);
  --primary-color3: #fb333b;
  --primary-color4: #E5E5E5;
  --primary-color5: #191820;
  --primary-color6: #fff;
  --primary-color7: #565660;
  --primary-color8: #565660;
  --primary-color9: #F7F7F7;
  --primary-color10: #B9B8BB;
  --primary-color11: #F7F7F7;
  --primary-color12: rgba(229, 229, 229, 0.5);
  --primary-color13: rgba(55, 73, 233, 0.1);
  --primary-color14: #fb333b;
  --primary-color15: #E5E5E5;
  --primary-color16: #191820;
  --primary-color17: #E5E5E5;
  --primary-color18: #565660;
  --primary-color19: #565660;
  --primary-color20: #191820;
  --primary-color21: #E5E5E5;
  --primary-color22: #F7F7F7;
  --primary-color23: rgba(86, 86, 96, 0.8);
  --primary-color24: rgba(55, 73, 233, 0.1);
  --primary-color25: rgba(55, 73, 233, 0.1);
  --primary-color26: #48BC65;
  --primary-color27:#fff;
  --primary-color28:#B9B9BF;
  --primary-color29:#F7F7F7;
  --primary-color30:#565660;
  --primary-color31: #B9B8BB;
  --primary-color32: #CCD2E3;
  --primary-color33: #fb333b;
  --primary-color34: #B9B8BB;
  --primary-color35:rgba(55, 73, 233, 0.1);
  --primary-color36: #E5E5E5;
  --primary-color37: #191820;
  --primary-color38: #E5E5E5;
  --primary-color39:#F7F7F7;
  --primary-color40: rgba(55, 73, 233, 0.1);
  --primary-color41: #F7F7F7;
  --primary-color42: #CFDBD5;
  --primary-color43: #fb333b;
  --primary-color44: #fff;
  --primary-color45: rgba(55, 73, 233, 0.1);
  --primary-color46: rgba(86, 86, 96,0.1);
  --primary-color47: #E5E5E5;
  --primary-color48: #fb333b;
  --primary-color49: #BBBAC2;
  --primary-color50: linear-gradient(141.18deg, rgba(0, 0, 0, 0) -1.4%, rgba(0, 0, 0, 0.0568) -1.38%, rgba(0, 0, 0, 0.0096) 113.47%);
  --primary-color51:#B9B8BB;
  --primary-color52:transparent;
  --product-color1: #E33B3B;
  --product-color2: #E5E5E5;
  --product-color3: #B9B8BB;
  --product-color4: #fff;
  --product-color5: #B9B8BB;
  --product-color6: #E5E5E5;
  --product-color7: #fff;
  --product-color8: #fff;
  --product-color9: rgba(86, 86, 96, 0.8);
  --product-color10: transparent;
  --product-color11: #E5E5E5;
  --product-color12: #B9B9BF;
  --product-color13: #fff;
  --product-color14: #fff;
  --product-color15: #E5E5E5;
  --product-color16: transparent;
  --product-color17: transparent;
  --product-color18: #E5E5E5;
  --product-color19: rgba(55, 73, 233, 0.1);
}

.is_dark {
  --background-body: #191820;
  --primary-color: rgb(247, 247, 247,0.8);
  --primary-color2: #8A8AA0;
  --primary-color3: #fb333b;
  --primary-color4: #28303F;
  --primary-color5: #fff;
  --primary-color6: #1F1F2C;
  --primary-color7: #fff;
  --primary-color8: #B9B8BB;
  --primary-color9: rgba(86, 86, 96, 0.1);
  --primary-color10: #565660;
  --primary-color11: #28303F;
  --primary-color12: rgba(229, 229, 229, 0.5);
  --primary-color13: rgba(55, 73, 233, 0.2);
  --primary-color14: #fff;
  --primary-color15: #1F1F2C;
  --primary-color16: #F7F7F7;
  --primary-color17: rgba(40, 48, 63, 0.6);
  --primary-color18: #F7F7F7;
  --primary-color19: #EBEBEB;
  --primary-color20: #EBEBEB;
  --primary-color21: #28303F;
  --primary-color22: #1F1F2C;
  --primary-color23: #EBEBEB;
  --primary-color24: rgba(0, 0, 0, 0);
  --primary-color25: #fb333b;
  --primary-color26: #fb333b;
  --primary-color27:#2B3F6C;
  --primary-color28:#fff;
  --primary-color29:rgba(255, 255, 255, 0.3);
  --primary-color30:#A9A9C2;
  --primary-color31: #F7F7F7;
  --primary-color32: #565660;
  --primary-color33: #1F1F2C;
  --primary-color34: #28303F;
  --primary-color35:#1F1F2C;
  --primary-color36: #565660;
  --primary-color37: #B9B8BB;
  --primary-color38: #fb333b;
  --primary-color39:rgba(255, 255, 255, 0.1);
  --primary-color40: rgba(255, 255, 255, 0.1);
  --primary-color41: transparent;
  --primary-color42: #CFDBD5;
  --primary-color43: #565660;
  --primary-color44: rgba(255, 255, 255, 0.1);
  --primary-color45: rgba(235, 240, 240, 0.1);
  --primary-color46: #565660;
  --primary-color47: rgba(86, 86, 96, 0.2);
  --primary-color48: #555ABE;
  --primary-color49: #B9B8BB;
  --primary-color50: linear-gradient(141.18deg, rgba(0, 0, 0, 0) -1.4%, rgba(0, 0, 0, 0.0568) -1.38%, rgba(0, 0, 0, 0.0096) 113.47%);
  --primary-color51:#A9A9C2;
  --primary-color52:#fb333b;
  --product-color2: #B9B8BB;
  --product-color4: linear-gradient(156.67deg, rgba(112, 112, 114, 0.4) 0.07%, rgba(100, 97, 113, 0.148) 99.07%);
  --product-color5: #fff;
  --product-color6: #fff;
  --product-color8: #1F1F2C;
  --product-color9: rgba(255, 255, 255, 0.1);
  --product-color10: rgba(255, 255, 255, 0.1);
  --product-color11: #56566046;
  --product-color12: #B9B8BB;
  --product-color13: #292831;
  --product-color14: #565660;
  --product-color15: transparent;
  --product-color16: #fb333b;
  --product-color17: #1F1F2C;
  --product-color18: rgba(207, 219, 213, 0.15);
  --product-color19: rgba(255, 255, 255, 0.1);
}

#page {
  overflow: hidden;
}

header {
  border-bottom: 1px solid var(--primary-color4);
  padding-right: 0 !important;
}
header #site-header-inner {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
header #site-header-inner #site-logo {
  flex-shrink: 0;
  margin-right: 6%;
}
header #site-header-inner #main-nav {
  flex-shrink: 1;
}
header #site-header-inner .header-right {
  margin-left: auto;
  display: inline-flex;
}
header #site-header-inner .header-right .tf-button, header #site-header-inner .header-right .user, header #site-header-inner .header-right .mode-switch {
  margin-right: 8px;
}
header #site-header-inner .header-right .user, header #site-header-inner .header-right .mode-switch {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  background-color: var(--primary-color6);
  border: 1px solid var(--primary-color4);
  border-radius: 50%;
  display: inline-block;
}
header #site-header-inner .header-right .user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header #site-header-inner .header-right .user svg path {
  fill: var(--primary-color8);
}
header #site-header-inner .header-right .mode-switch {
  margin-right: 0;
}
header #site-header-inner .header-right .tf-button {
  padding: 11px 35px 11px 37px;
  font-weight: 700;
  font-size: 16px;
}
header.absolute {
  position: absolute;
  width: 100%;
  border-bottom: none;
  z-index: 100;
}


#main-nav ul {
  margin: 0px;
}
#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav > ul > li {
  float: left;
  padding: 31px 30px 31px 13px;
}
#main-nav > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--primary-color5);
  padding-right: 15.5px;
}
#main-nav > ul > li > a:hover {
  color: var(--primary-color3);
}
#main-nav > .menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-ranking {
  margin-bottom: 15px;
  transition: all 0.3s ease;

}

.content-ranking:hover {
  transform: scale(1.03);
}


#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  border: 0.5px solid #fb333b;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  backdrop-filter: blur(15px);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#main-nav .sub-menu .sub-menu {
  left: 105%;
  top: 0%;
  opacity: 0 !important;
  visibility: hidden;
}
#main-nav .sub-menu .sub-menu::before {
  display: none;
}
#main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #fb333b;
}
#main-nav .sub-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-color5);
  padding: 10px 12px;
}
#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

#main-nav > ul > .current-menu-item .current-menu-item > a,
#main-nav > ul > .current-menu-item > a {
  color: var(--primary-color3);
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main-nav li .sub-menu li:hover .sub-menu {
  opacity: 1 !important;
  visibility: visible;
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
  color: var(--primary-color3);
}

#main-nav > ul > li .sub-menu li {
  position: relative;
}
#main-nav > ul > li .sub-menu li a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
#main-nav > ul > li .sub-menu li a:hover {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li a:hover::after {
  width: 12px;
}
#main-nav > ul > li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary-color3);
  left: 15px;
  top: 50%;
  transform: translate(0%, -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;
}
#main-nav > ul > li .sub-menu li.current-item a {
  padding-left: 35px;
}
#main-nav > ul > li .sub-menu li.current-item a::after {
  width: 12px;
}

.status-item {
  margin-bottom: 15px;
}

.status-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  max-width: 100%;
}

.status-item {
  text-align: center;
}

@media (max-width: 1150px) {
  .status-container {
      grid-template-columns: repeat(2, 1fr);
      display: block;
  }
  .textgi {
    margin-top: 50px !important;
  }
}


#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: #140405;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(251, 51, 59, 0.2);
  position: relative;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}

#main-nav-mobi ul > li > a {
  color: var(--primary-color5);
  font-size: 16px;
  padding: 0 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}
#main-nav-mobi ul > li.current-menu-item > a {
  color: var(--primary-color3);
}
#main-nav-mobi .sub-menu .menu-item a {
  margin-left: 15px;
}

#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

#main-nav-mobi .current-item > a,
#main-nav-mobi ul > li > a:hover {
  color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--primary-color2);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: var(--primary-color3);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background: var(--primary-color3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f107";
}

#main-nav-mobi ul ul li {
  background-color: var(--primary-color6);
  border-top: 1px solid var(--primary-color4);
}


.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: #fb333b;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.is_dark .tf-button-submit:hover {
  color: #fff;
}


.header.is-fixed {
  position: fixed;
  top: -88px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  border: none;
  opacity: 1;
  -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;
  backdrop-filter: blur(15px);
}

.header.is-fixed .sub-menu {
  backdrop-filter: blur(15px) !important;
  background: rgba(0, 0, 0, 0.6); 
}


.header.is-fixed.is-small {
  top: 0;
}

.popup-user {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
}
.popup-user .avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup-user .avatar_popup {
  position: absolute;
  z-index: 100;
  right: 0;
  padding: 31px 20px;
  top: 100%;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--primary-color15);
  background: var(--primary-color6);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  font-size: 16px;
  width: 311px;
}
.popup-user .avatar_popup.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup-user .avatar_popup h6 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  color: var(--primary-color5);
}
.popup-user .avatar_popup .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: var(--primary-color5);
}
.popup-user .avatar_popup .price {
  margin-bottom: 10px;
}
.popup-user .avatar_popup .price .style {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #5142FC;
}
.popup-user .avatar_popup .code {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color4);
}
.popup-user .avatar_popup .code p {
  font-size: 14px;
  line-height: 22px;
}
.popup-user .avatar_popup .code svg path {
  fill: var(--product-color5);
}
.popup-user .avatar_popup .links li {
  padding: 8px 0;
}
.popup-user .avatar_popup .links li:first-child {
  padding-top: 0;
}
.popup-user .avatar_popup .links li:last-child {
  padding-bottom: 0;
}
.popup-user .avatar_popup .links a {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
.popup-user .avatar_popup .links a svg {
  margin-right: 13px;
}
.popup-user .avatar_popup .links a svg path {
  fill: var(--primary-color14);
}
.popup-user .avatar_popup .links a span {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}


.tf-page-title {
  padding: 24px 0 0;
}
.tf-page-title.style-2 {
  padding: 24px 0 15px;
}
.tf-page-title .breadcrumbs {
  margin-bottom: 43px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: left;
}
.tf-page-title .breadcrumbs li {
  font-weight: 700;
  display: inline-block;
  padding: 0 24px 0 0px;
  color: var(--primary-color3);
}
.tf-page-title .breadcrumbs li a {
  font-weight: 700;
  position: relative;
  color: var(--primary-color8);
  padding-right: 33px;
}
.tf-page-title .breadcrumbs li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #8A8AA0;
  right: 0;
}
.tf-page-title .page-title-heading {
  color: var(--primary-color5);
}
.tf-page-title.style-2 .breadcrumbs {
  margin-bottom: 0;
}

.Valoscript-pagination ul {
  margin-left: 2px;
  position: relative;
}
.Valoscript-pagination ul li {
  display: inline-block;
  margin-right: 6.8px;
}
.Valoscript-pagination ul li .page-numbers {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  color: #706C83;
  background: var(--primary-color10);
  text-align: center;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--primary-color6);
  line-height: 40px;
  object-fit: cover;
}
.Valoscript-pagination ul li .page-numbers:hover, .Valoscript-pagination ul li .page-numbers.current {
  background-color: var(--primary-color3);
  color: #fff;
  border-color: var(--primary-color3);
}

.de-gradient-edge-top {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, rgb(0, 0, 0) 0%);
}




#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;

  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;

}
#scroll-top::before, #scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}
#scroll-top::before {
  z-index: -1;
  background-color: var(--primary-color3);
}
#scroll-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
#scroll-top:hover {
  transform: translateY(-7%);
}

.is_dark #scroll-top::before {
  z-index: -1;
  backdrop-filter: blur(15px) !important;
}
.is_dark #scroll-top::after {
  color: white;
}

.footer {
  padding: 100px 0;
  backdrop-filter: blur(15px);
}
.footer .widget {
  margin-top: 60px;
}
.footer .widget.widget-infor {
  padding-right: 30%;
  margin-top: 0;
}
.footer .widget.widget-infor .logo {
  margin-bottom: 20px;
}
.footer .widget.widget-infor .content {
  margin-bottom: 23px;
  color: var(--primary-color8);
}
.footer .widget.widget-infor .social-item {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.footer .widget.widget-infor .social-item li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--primary-color11);
  border-radius: 8px;
  margin-right: 12px;
}
.footer .widget.widget-infor .social-item li:last-child {
  margin-right: 0;
}
.footer .widget.widget-infor .copy-right {
  color: var(--primary-color10);
  font-size: 14px;
  line-height: 22px;
}
.footer .widget.widget-menu {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer .widget.widget-menu .menu ul li {
  padding-bottom: 11px;
}
.footer .widget.widget-menu .menu ul li a {
  color: var(--primary-color8);
  font-size: 14px;
  line-height: 22px;
}
.footer .widget.widget-menu .menu ul li a:hover {
  color: var(--primary-color3);
}
.footer .widget.widget-menu .menu ul li:last-child {
  padding-bottom: 0;
}
.footer .widget.widget-menu .menu.menu-1 {
  margin-left: 15px;
}
.footer .widget.widget-menu .menu.menu-2 {
  margin-left: 61px;
}
.footer .widget.widget-menu .menu.menu-3 {
  margin-left: 60px;
}
.footer .widget.widget-menu .menu.menu-4 {
  margin-left: 63px;
}
.footer .widget.widget-subcribe {
  margin-left: 20px;
  margin-top: 62px;
}
.footer .widget.widget-subcribe .content {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
  letter-spacing: -0.2px;
  padding-right: 5px;
}
.footer .widget.widget-subcribe #subscribe-form {
  position: relative;
}
.footer .widget.widget-subcribe #subscribe-form input {
  border: 1px solid var(--primary-color12);
  border-radius: 43px;
  width: 100%;
  padding: 12px 46px 12px 20px;
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
}
.footer .widget.widget-subcribe #subscribe-form input::placeholder {
  font-size: 14px;
  color: var(--primary-color8);
}
.footer .widget.widget-subcribe #subscribe-form input:focus {
  border-color: var(--primary-color3);
}
.footer .widget.widget-subcribe #subscribe-form .tf-button {
  right: 0;
  position: absolute;
  height: 100%;
  width: 46px;
  padding: 0;
  background-color: #fb333b;
  border: 1px solid #fb333b;
  color: #fff;
  border-radius: 0px 40px 40px 0px;
}
.footer .widget .widget-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-color5);
  margin-bottom: 20px;
}

.preload {
  overflow: hidden;
  backdrop-filter: blur(15px);
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #140405;

  z-index: 99999999999;
  display: block;
  overflow: hidden;
}


    .preload-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      object-fit: cover; 
    }

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.tf-blog {
  padding: 28px 0 80px 0;
}
.tf-blog .tf-blog-item {
  box-sizing: border-box;
  padding: 24px 24px 32px 24px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
}
.tf-blog .tf-blog-item .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
}
.tf-blog .tf-blog-item .image img {
  width: 100%;
}
.tf-blog .tf-blog-item .title {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: left;
  justify-content: space-between;
}
.tf-blog .tf-blog-item .title .tf-button {
  padding: 8px 9px;
  border-radius: 20px;
  background: #fb333b;
  color: #fff;
}
.tf-blog .tf-blog-item .content {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .tf-blog-item .meta > span {
  margin-right: 26px;
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .tf-blog-item .meta > span i {
  margin-right: 7px;
  color: var(--primary-color3);
}
.tf-blog .tf-blog-item .meta .admin i {
  font-size: 15px;
  margin-left: 2px;
}
.tf-blog .tf-blog-item.is_dark {
  background: linear-gradient(156.67deg, rgba(112, 112, 114, 0.1) 0.07%, rgba(100, 97, 113, 0.037) 99.07%);
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
}
.tf-blog .tf-blog-item.style-2 {
  padding: 24px 24px 30px 24px;
}
.tf-blog .tf-blog-item.style-2 .title {
  margin-bottom: 18px;
}
.tf-blog .tf-blog-item.style-2 .content {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.tf-blog .load-more {
  text-align: center;
  margin-top: 10px;
}
.tf-blog .load-more .tf-button {
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 23px;
  background-color: var(--primary-color24);
  border: 1px solid var(--primary-color25);
  color: var(--primary-color14);
  font-weight: 700;
}
.tf-blog .load-more .tf-button:hover {
  background-color: #fb333b;
  border-color: #fb333b;
  color: #fff;
}
.tf-blog .load-more.style-2 {
  display: block;
  margin-top: 40px;
}
.tf-blog .main-content {
  margin-right: 50px;
}
.tf-blog .side-bar .widget {
  margin-bottom: 30px;
  padding: 24px;
  background-color: var(--primary-color6);
  border-radius: 16px;
  border: 1px solid var(--primary-color15);
}
.tf-blog .side-bar .widget .widget-title {
  padding: 16px;
  background-color: var(--primary-color13);
  color: var(--primary-color14);
  margin-bottom: 30px;
  border-radius: 12px;
}
.tf-blog .side-bar .widget:last-child {
  margin-bottom: 0;
}
.tf-blog .side-bar .widget.widget-category li {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid var(--primary-color17);
}
.tf-blog .side-bar .widget.widget-category li span {
  margin-left: auto;
  color: var(--primary-color16);
  font-size: 18px;
  line-height: 26px;
}
.tf-blog .side-bar .widget.widget-category li a {
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-color16);
}
.tf-blog .side-bar .widget.widget-category li a:hover {
  color: var(--primary-color3);
}
.tf-blog .side-bar .widget.widget-category li:first-child {
  padding-top: 0;
}
.tf-blog .side-bar .widget.widget-category li:last-child {
  padding-bottom: 0;
  border: none;
}
.tf-blog .side-bar .widget.widget-recent-post li {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 19px;
  padding-top: 19px;
  border-bottom: 1px solid var(--primary-color17);
}
.tf-blog .side-bar .widget.widget-recent-post li:first-child {
  padding-top: 0;
}
.tf-blog .side-bar .widget.widget-recent-post li:last-child {
  padding-bottom: 0;
  border: none;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-img {
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-img img {
  border-radius: 8px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title a {
  color: var(--primary-color16);
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .title a:hover {
  color: var(--primary-color3);
}
.tf-blog .side-bar .widget.widget-recent-post li .post-content .post-category {
  font-size: 14px;
  line-height: 22px;
  color: var(--primary-color8);
}
.tf-blog .side-bar .widget.widget-tag .widget-title {
  margin-bottom: 28px;
}
.tf-blog .side-bar .widget.widget-tag ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-right: -8px;
}
.tf-blog .side-bar .widget.widget-tag ul li {
  margin-right: 8px;
  margin-bottom: 11px;
}
.tf-blog .side-bar .widget.widget-tag ul li a {
  padding: 0 11px;
  border-radius: 20px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color7);
  border: 1px solid var(--primary-color4);
  line-height: 35px;
  font-weight: 700;
}
.tf-blog .side-bar .widget.widget-tag ul li a:hover {
  background-color: var(--primary-color3);
  color: #fff;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(2) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(3) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(4) a {
  padding: 0 9px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(5) a {
  padding: 0 19px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(6) a {
  padding: 0 10px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(7) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(8) a {
  padding: 0 20px;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(9) {
  margin-right: 0;
}
.tf-blog .side-bar .widget.widget-tag ul li:nth-child(9) a {
  padding: 0 14px;
}

.is_dark .tf-blog-item {
  background: linear-gradient(156.67deg, rgba(112, 112, 114, 0.1) 0.07%, rgba(100, 97, 113, 0.037) 99.07%);
  border: 1px solid transparent;
}

.tf-blog-detail {
  padding: 28px 0 102px 0;
}

.detail-inner .content-top {
  text-align: center;
  margin-bottom: 24px;
}
.detail-inner .content-top .title {
  margin-bottom: 24px;
  color: var(--primary-color5);
  padding: 0 40px;
}
.detail-inner .content-top .author-infor {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.detail-inner .content-top .author-infor .image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 12px;
}
.detail-inner .content-top .author-infor span, .detail-inner .content-top .author-infor a {
  margin-right: 5px;
}
.detail-inner .content-top .author-infor a {
  margin-right: 9px;
}
.detail-inner .content-top .author-infor .mr9 {
  margin-right: 9px;
}
.detail-inner .image {
  margin-bottom: 32px;
}
.detail-inner .image.style-2 {
  margin-right: -20px;
}
.detail-inner .image.style-2 img.mr20 {
  margin-right: 17px;
}
.detail-inner .content-inner {
  margin-bottom: 32px;
}
.detail-inner .content-inner .title {
  margin-bottom: 16px;
  color: var(--primary-color5);
}
.detail-inner .content-inner p {
  color: var(--primary-color18);
  font-size: 18px;
  line-height: 26px;
}
.detail-inner .content-bottom {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 38px;
  margin-top: -7px;
  border-bottom: 1px solid var(--primary-color21);
  margin-bottom: 40px;
}
.detail-inner .content-bottom .widget {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-inner .content-bottom .widget .widget-title {
  font-size: 18px;
  line-height: 26px;
  margin-right: 14px;
  color: var(--primary-color5);
}
.detail-inner .content-bottom .widget ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.detail-inner .content-bottom .widget ul li {
  margin-right: 11px;
}
.detail-inner .content-bottom .widget ul li a {
  color: var(--primary-color19);
}
.detail-inner .content-bottom .widget ul li a:hover {
  color: var(--primary-color3);
}
.detail-inner .content-bottom .widget.widget-socical ul li:nth-child(2) a {
  font-size: 12px;
}
.detail-inner .content-bottom .widget.widget-tag ul li {
  margin-right: 0px;
}
.detail-inner .content-bottom .widget.widget-tag ul li a {
  margin-right: 4px;
  color: var(--primary-color20);
}
.detail-inner .content-bottom .widget.widget-tag ul li a:hover {
  color: var(--primary-color3);
}
.detail-inner .content-bottom .widget.widget-tag ul li:last-child a {
  margin-right: 0;
}
.detail-inner #comments .heading {
  margin-bottom: 24px;
}
.detail-inner #comments .comment-form fieldset {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.detail-inner #comments .comment-form fieldset.name {
  padding-right: 10px;
}
.detail-inner #comments .comment-form fieldset.email {
  padding-left: 10px;
}
.detail-inner #comments .comment-form fieldset.message {
  width: 100%;
  margin-bottom: 23px;
}
.detail-inner #comments .comment-form .tf-button {
  border-radius: 50px;
  background-color: #fb333b;
  color: #fff;
  border: none;
  padding: 12px 26px;
}

.detail-wrap {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.detail-wrap .detail-inner {
  width: 74.47%;
  padding-right: 60px;
}
.detail-wrap .detail-inner .content-top {
  text-align: left;
  margin-bottom: 30px;
}
.detail-wrap .detail-inner .content-top .title {
  padding: 0 0 23px 0;
  margin-bottom: 17px;
  border-bottom: 1px solid var(--primary-color21);
}
.detail-wrap .detail-inner .content-top .meta-blog {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right .meta-inner:first-child {
  padding-right: 24px;
  border-right: 1px solid var(--primary-color3);
}
.detail-wrap .detail-inner .content-top .meta-blog .meta.meta-right .meta-inner:last-child {
  padding-left: 23px;
}
.detail-wrap .detail-inner .content-top .meta-blog .meta h6 {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color20);
}
.detail-wrap .detail-inner .content-top .meta-blog .meta p {
  color: var(--primary-color8);
  font-size: 12px;
  line-height: 20px;
}
.detail-wrap .detail-inner .content-bottom {
  margin-top: -6px;
  padding-bottom: 40px;
}
.detail-wrap .side-bar {
  width: 25.53%;
}
.detail-wrap .side-bar .widget {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 36px;
}
.detail-wrap .side-bar .widget .widget-title {
  background-color: transparent;
  padding: 0;
  color: var(--primary-color5);
  margin-bottom: 23px;
}
.detail-wrap .side-bar .widget.widget-recent-post li {
  align-items: center;
  background-color: var(--primary-color22);
  padding: 10px;
  border-bottom: none;
  margin-bottom: 12px;
  border-radius: 8px;
}
.detail-wrap .side-bar .widget.widget-recent-post li:first-child {
  padding-top: 8px;
}
.detail-wrap .side-bar .widget.widget-recent-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-img {
  flex-shrink: 0;
  margin-right: 13px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content {
  width: 86%;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .post-meta {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .side-bar .widget.widget-recent-post li .post-content .post-meta span {
  font-size: 12px;
  line-height: 20px;
  color: var(--primary-color23);
}
.detail-wrap .side-bar .widget.widget-tag .widget-title {
  margin-bottom: 24px;
}
.detail-wrap .side-bar .widget.widget-tag ul li a {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 12px;
  background-color: var(--primary-color22);
  border: none;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(2) a, .detail-wrap .side-bar .widget.widget-tag ul li:nth-child(3) a {
  padding: 0 20px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(4) a {
  padding: 0 10px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(9) a {
  padding: 0 18px;
}
.detail-wrap .side-bar .widget.widget-tag ul li:nth-child(6) a {
  padding: 0 12px;
}



.tf-slider-item:hover .bg-guy:hover {
  scale: 1.1;
  transition: scale 0.3s ease; 
}


.de-gradient-edge-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(20, 4, 5, 1) 0%, rgba(20, 4, 5, 0) 100%);
}




:root {
  --bg-dark-1-rgb: 1, 3, 20;

}


@media only screen and (max-width: 1150px) {
  .btn-top {
    display: none !important;
  }
  .content-ranking {
    display: flex !important;
  } 
}

@media (max-width: 768px) {
  .content-ranking {
      display: flex;
      flex-direction: column !important;
      align-items: center; 
      justify-content: center; 
      text-align: center; 
  }

  .left-side {
    margin-left: 0px !important;

  }

  .left-side, .right-side {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; 
      align-items: center; 
      text-align: center; 
  }
  .last-detect {
    margin: 0px !important;
    display: inline !important;
    margin-bottom: 10px !important;
  }
.divid {
  margin-right: 0px !important;
  width: 80% !important;
  height: 1px !important;
}
  .right-side {
      margin-top: 15px; 
  }

  .status-item {
      margin-top: 10px; 
      margin-right: 0px !important;
  }

  .status {
    margin-left: 0px !important;
  }

  .btn-status {
      width: 80% !important; 
      margin-right: 0 !important; 
      padding-left: 100px;
      margin-top: 15px;
  }
  .btn-status.btn-status2:hover .icon {
    padding-left: 94px !important;
  }
}

.status {
  margin-left: 30px;
}

.divid {
  margin-right: 10px;
}


.btn {
  position: relative;
  width: 150px;
  height: 50px;
  border: none;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  display: flex;
  background: transparent;
  color: #f5f5f5;
  overflow: visible;
  z-index: 1;
}


.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50' preserveAspectRatio='none'%3E%3Cpolygon points='0,20 15,0 150,0 149,30 136,50 0,50' fill='none' stroke='%23fb333b' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.btn2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 50' preserveAspectRatio='none'%3E%3Cpolygon points='0,20 15,0 150,0 149,30 136,50 0,50' fill='%23fb333b'/%3E%3C/svg%3E") !important;
}

.btn .icon {
  position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 2; 
}

.btn .text {
  transform: translateX(55px);
  z-index: 2; 
  position: relative;
}

.btn:hover .icon {
  padding-left: 115px;
}

.last-detect {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.btn.btn-dc:hover .icon {
  padding-left: 108px !important;
}

.btn-status:hover .icon {
  padding-left: 102px !important;
}

.btn-top:hover .icon {
  padding-left: 120px;
}

.btn-2:hover .icon {
  padding-left: 100px;
}

.catalog-btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}

.buy-btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}

.cart-btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}


.signin-btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}

.btnt2:hover .text {
  transition: all 0.5s;
  opacity: 0;
}

.btnt2.icon{
    position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 20px;  
  z-index: 2; 
}

.btnt2 .text {
  transform: translateX(47px);
  z-index: 2; 
  position: relative;
  font-size: 19px !important;
}

.catalog-btn .icon {
  position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 20px;  
  margin-bottom: 5px !important;
  z-index: 2; 
}

.catalog-btn .text {
  transform: translateX(17px);
  z-index: 2; 
  position: relative;
  font-size: 21px !important;
}

.buy-btn .icon {
  position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 20px;  
  margin-bottom: 5px !important;
  z-index: 2; 
}

.buy-btn .text {
  transform: translateX(17px);
  z-index: 2; 
  position: relative;
  font-size: 21px !important;
}

.discord-btn:hover .text {
  transition: all 0.5s;
  opacity: 0;
}

.cart-btn .icon {
    position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 10px;  
  z-index: 2; 
}

.signin-btn .text {
  transform: translateX(17px);
  z-index: 2; 
  position: relative;
  font-size: 19px !important;
}

.signin-btn .icon {
    position: absolute;
  height: 40px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-left: 10px;  
  z-index: 2; 
}


.cart-btn .text {
    transform: translateX(17px);
  z-index: 2; 
  position: relative;
  font-size: 18px !important;
}

.btn:focus {
  outline: none;
}

.btn:active .icon {
  transform: scale(0.85);
}


.tf-toggle-content, .tf-toggle-title {
  font-family: "DM Sans", sans-serif !important;
}


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


body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #fb333b; 
  border-radius: 10px;
}


.btn-scroll {
  width: 30px;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: 2px solid rgb(173, 67, 2435);
  box-shadow: 0px 0px 10px rgb(173, 67, 243);
  position: relative;
  pointer-events: none;
}

.scroll {
  width: 5px;
  height: 10px;
  border-radius: 10px;
  background-color: rgb(173, 67, 243);
  box-shadow: 0px 0px 10px rgb(173, 67, 243);
  animation: scroll_4013 2s linear infinite;
  transform: translateY(40%);
}

.btn-scroll:after {
  content: 'scroll';
  position: absolute;
  top: 140%;
  color: whitesmoke;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

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

  50% {
    transform: translateY(90%);
  }
};

html {
  scroll-behavior: smooth !important;
}


.Pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.day {
  margin-bottom: -5px !important;
}

.price {
  color: #fb333b !important;
  font-weight: bold;
  font-size: 18px !important;
}

.pricing-item {
  backdrop-filter: blur(5px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(173, 67, 243, 0.05);
  color: white;
  flex: 1 1 calc(25% - 10px); 
  box-sizing: border-box;
  transition: border 0.3s ease, transform 0.3s ease;
}

.pricing-item:hover {
  border: 2px solid #fb333b;
  transform: scale(1.05); 
}

.pricing-item a {
  font-size: 16px;
  margin: 5px 0;
}

.pricing-item.active {
  border: 2px solid #fb333b;
  transform: scale(1.05);
}


@media (max-width: 768px) {
  .pricing-item {
    flex: 1 1 calc(50% - 10px); 
  }
}

@media (max-width: 480px) {
  .pricing-item {
    flex: 1 1 100%; 
  }
}



@media (max-width: 768px) {
  .onmobile {
    margin-bottom: -250px !important;
    }
}


* {
  box-sizing: border-box;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.feature-box {
  flex: 1 1 calc(25% - 16px); 
  min-width: 200px;
  max-width: calc(25% - 16px);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: auto;

  position: relative; 

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' opacity='0.03' preserveAspectRatio='none'%3E%3Cpolygon points='5,0 100,0 100,95 95,100 0,100 0,5' fill='none' stroke='%23fb333b' stroke-width='0.5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.feature-box::before {
  content: '';
  position: absolute;
  inset: 0; 
  z-index: -1; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' opacity='0.05' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='5,0 100,0 100,95 95,100 0,100 0,5' fill='none' stroke='%23fb333b' stroke-width='0.5' /%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;

  pointer-events: none;
}


.feature-box h3 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #fb333b;
}

.feature-box a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  color: #565660 !important;
}



@media (max-width: 768px) {
  .feature-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .status-item.mobile {
    width: 150px !important;
    margin-right: 15px !important
  }
}

.btn.btn-buynow:hover .icon {
  padding-left: 100px !important;
}


  #lottie-icon, #lottie-icon-discord, #lottie-icon-catalog, #lottie-icon-signin, #lottie-icon-signup, #lottie-icon-buy, #lottie-icon-cart  {
    width: 30px;
    height: 30px;
    transition: transform 0.65s ease;
    
  }

  #best-seller, #why-us, #faqq, #more {
    width: 18px;
    height: 18px;
    margin-bottom: 8px;
    transition: transform 0.65s ease;
    
  }

.goin-down {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.goin-down.hidden {
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  display: none !important;
}
  .border-left-indicator {
    position: relative;
    padding-left: 1rem; 
    
  }

  .border-left-indicator::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    bottom: 0.1em;
    filter: drop-shadow(0 0 6px #fb333b) drop-shadow(0 0 12px #fb333b);
    width: 3px;
    background-color: #fb333b; 
    border-radius: 2px;
    animation: slideIn 0.4s ease-out forwards;
    transform: scaleY(0);
  }
  .text-muted {
    color: #B9B8BB !important;
  }

  
@keyframes slideIn {
  to {
    transform: scaleY(1);
  }
}


.popup-modal-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(15px);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 99999999999;
    transition: opacity 0.5s ease;
}


.popup-modal-content {
    padding: 30px;
    border: 1px solid rgba(173, 67, 243, 0.1);
    backdrop-filter: blur(9999999999px);
    border-radius: 12px;
    width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.6s;
    transform: scale(0.9);
}


.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: white;
  cursor: pointer;
  z-index: 1;
  transition: color 0.2s;
}

.close-button:hover{
  color: white !important;
}

.product-details {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-details img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-right: 15px;
}

.product-info {
  text-align: left;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.payment-option {
  border: 1px solid rgba(173, 67, 243, 0.1);
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  height: 100px;
}

.payment-option img {
  width: 60px;
  height: 50px;
  margin-bottom: 8px;
}

.payment-option:hover {
  scale: 1.1;
}

.payment-option p {
  margin: 0;
  font-size: 14px;
}

.popup-modal-content h2{
  font-size: 25px;
  color: white;
}

.product-info h3 {
  font-size: 25px;
  color: white;
}
.lottie-hover {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}

.nav-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.lottie-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.lottie-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lottie-icon.default {
  opacity: 1;
}


.nav-link:hover .lottie-wrapper .default,
.lottie-wrapper.active .default {
  opacity: 0;
}

.nav-link:hover .lottie-wrapper .hover,
.lottie-wrapper.active .hover {
  opacity: 1;
}


.stroke-text text {
  font-family: 'DM Sans', sans-serif;
  fill: none;
  stroke: #fb333b;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawText 2.5s ease-in-out infinite alternate;
}

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

.statusflip {
    animation: flipPanel 6s infinite ease-in-out;
  transition: transform 0.4s ease;

}

@keyframes flipPanel {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(15deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}


.bg-grid-line {
    width: 100%;
    height: 482px;
    overflow: hidden;
    perspective: 450px;
    position: absolute;
    bottom: 60px;
}



.bg-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right,#fff 1px,transparent 0),linear-gradient(to bottom,#fff 1px,transparent 0);
    background-size: 40px 40px;
    background-repeat: repeat;
    animation: playline1 35s linear infinite;
}

@keyframes playline {
    0% {
        transform: translate3d(0,-50%,0) 
    }

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

@keyframes playline1 {
    0% {
        transform: translateY(0,0,0) 
    }

    100% {
        transform: translate3d(0,-50%,0) 
    }
}

.flat-pages-title-home3 .bg-line {
    width: 100%;
    height: 100%;
    transform: rotateX(60deg);
    opacity: .2;
    overflow: hidden;
}

.flat-pages-title-home3 .bg-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right,#fb333b 1px,transparent 0),linear-gradient(to bottom,#fb333b 1px,transparent 0);
    background-size: 50px 25px;
    background-repeat: repeat;
    animation: playline 35s linear infinite;
}


.bg-line {
    width: 100%;
    height: 100%;
    transform: rotateX(50deg);
    opacity: .07;
    overflow: hidden;
    scale: 2.5;
}

.bg-line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right,#fff 1px,transparent 0),linear-gradient(to bottom,#fff 1px,transparent 0);
    background-size: 40px 40px;
    background-repeat: repeat;
    animation: playline1 35s linear infinite;
}

body [data-aos-delay='3600'].aos-animate {
  transition-delay: 3600ms;
}

body [data-aos-delay='3900'].aos-animate {
  transition-delay: 3900ms;
}

body [data-aos-delay='3800'].aos-animate {
  transition-delay: 3800ms;
}

body [data-aos-delay='3700'].aos-animate {
  transition-delay: 3700ms;
}

body [data-aos-delay='4000'].aos-animate {
  transition-delay: 4000ms;
}

body [data-aos-delay='4100'].aos-animate {
  transition-delay: 4000ms;
}

@keyframes fade-right-rotate {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(30deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}

[data-aos="fade-right-rotate"] {
  opacity: 0;
  transform: translateY(50px) rotate(-30deg);
  transition-property: transform, opacity;
}

[data-aos="fade-right-rotate"].aos-animate {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
  animation: fade-right-rotate 0.8s ease-out both;
}

          .slider-section {
            min-height: 100vh;
          }

          
          .decorative-border-right {
            border-left: 2px solid rgba(251, 51, 59, 0.25) !important;
            position: relative;
            overflow: hidden;
          }

          .decorative-border-right::before {
            content: '';
            position: absolute;
            top: -100%;
            left: -1px;
            width: 2px;
            height: 200px;
            background: linear-gradient(180deg,
                transparent 0%,
                rgba(251, 51, 59, 0.8) 30%,
                rgba(251, 51, 59, 1) 50%,
                rgba(251, 51, 59, 0.8) 70%,
                transparent 100%);
            animation: slideDown 3s ease-in-out infinite;
            box-shadow: 0 0 5px rgba(251, 51, 59, 0.6);
          }

          .decorative-border-bottom {
            border-bottom: 1px solid rgba(251, 51, 59, 0.25) !important;
            position: relative;
            overflow: hidden;
          }

          .decorative-border-bottom::before {
            content: '';
            position: absolute;
            scale: 1;
            left: -100%;
            bottom: -1px;
            width: 200px;
            height: 10px;
            background: linear-gradient(90deg,
                transparent 0%,
                rgba(251, 51, 59, 0.8) 30%,
                rgba(251, 51, 59, 1) 50%,
                rgba(251, 51, 59, 0.8) 70%,
                transparent 100%);
            animation: slideRight 4s ease-in-out infinite;
            box-shadow: 0 0 5px rgba(251, 51, 59, 0.6);
          }

          @keyframes slideDown {
            0% {
              top: -200px;
              opacity: 0;
            }

            10% {
              opacity: 1;
            }

            90% {
              opacity: 1;
            }

            100% {
              top: 100%;
              opacity: 0;
            }
          }

          @keyframes slideRight {
            0% {
              left: -200px;
              opacity: 0;
            }

            10% {
              opacity: 1;
            }

            90% {
              opacity: 1;
            }

            100% {
              left: 100%;
              opacity: 0;
            }
          }

          
          .radial-gradient-1 {
            width: min(1000px, 80vw);
            height: min(1000px, 80vw);
            background: radial-gradient(circle, rgba(251, 51, 59, 0.45) 0%, rgba(255, 255, 0, 0) 50%);
            border-radius: 50%;
          }

          .radial-gradient-2 {
            width: min(2400px, 200vw);
            height: min(2400px, 200vw);
            background: radial-gradient(circle, rgba(251, 51, 59, 0.15) 0%, rgba(255, 255, 0, 0) 50%);
            border-radius: 50%;
          }

          .radial-gradient-3 {
            width: min(1600px, 120vw);
            height: min(1500px, 100vw);
            background: radial-gradient(circle, rgba(251, 51, 59, 0.15) 0%, rgba(255, 255, 0, 0) 50%);
            border-radius: 50%;
          }

          
          .logo-text {
            filter: blur(1px);
          }

          .logo-text-main {
            opacity: 0.2;
          }

          
          .main-image {
            max-width: 100%;
            height: auto;
            position: relative;
            transform: scale(0.9);
            top: -50px;
          }

          
          .left-content {
            padding: 2rem;
            z-index: 10;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100vh;
          }

          .hero-title {
            font-size: clamp(2.5rem, 8vw, 4rem);
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            background: linear-gradient(45deg, #fff, rgba(251, 51, 59, 0.8));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
          }

          .hero-subtitle {
            font-size: 1.25rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 2rem;
            line-height: 1.6;
          }

          .cta-button {
            background: linear-gradient(45deg, rgba(251, 51, 59, 1), rgba(251, 51, 59, 0.8));
            border: none;
            padding: 1rem 2rem;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            color: white;
            text-decoration: none;
            display: inline-block;
            margin: 0.5rem 1rem 0.5rem 0;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(251, 51, 59, 0.3);
          }

          .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(251, 51, 59, 0.5);
            color: white;
          }

          .cta-button.secondary {
            background: transparent;
            border: 2px solid rgba(251, 51, 59, 0.8);
            color: rgba(251, 51, 59, 1);
          }

          .cta-button.secondary:hover {
            background: rgba(251, 51, 59, 0.1);
            color: rgba(251, 51, 59, 1);
          }

          
          @media (max-width: 992px) {
            .disab, .grad1, .grad2, .grad3, .grad4, .grad5 {
              opacity: 0 !important;
            }
            .head-span.stroke-text {
              scale: 0.9;
              margin-left: -30px;
              }
          }

          @media (max-width: 768px) {
            .sdfsdf {
              margin-top: 15px;
            }
            
            .tf-slider {
              overflow-x: hidden;
            }
          }

          @media (max-width: 576px) {
  
          }

          @media (max-width: 480px) {
    
     
                    .head-span.stroke-text {
              scale: 0.87;
              margin-left: -37px;
              }
          }

          @media (max-width: 380px) {
   
          }

  
          
          @media (max-width: 991px) {
            .header .tf-container {
              padding: 0 15px;
            }
            
            #site-header-inner {
              display: flex;
              align-items: center;
              flex-wrap: wrap;
              gap: 10px;
            }
            
            #site-logo img {
              width: 150px !important;
              position: absolute;
              margin-top: -13px;
              height: auto !important;
            }
            
            .header-center {
              order: 3;
              width: 100%;
              margin-top: 10px;
              position: absolute;
            }
            
            #main-nav ul {
              display: flex;
              flex-wrap: wrap;
              gap: 15px;
              justify-content: center;
              margin: 0;
              padding: 0;
            }
            
  
          }
              .neon-alert-container {
      position: relative;
      display: inline-block;
    }

    
    .neon-alert-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      filter: drop-shadow(0 0 6px #fb333b) drop-shadow(0 0 12px #fb333b);
    }

    
    .neon-alert-border {
      --gkt-alert__border-color: #fb333b;
      --cpl-crop--top-left__size: 15px;
      --cpl-crop--top-left__compensate: calc(var(--cpl-crop--top-left__size) + var(--cpl-crop__outline));
      --cpl-crop--top-right__size: 0%;
      --cpl-crop--top-right__compensate: calc(var(--cpl-crop--top-right__size) + var(--cpl-crop__outline));
      --cpl-crop--bottom-right__size: 15px;
      --cpl-crop--bottom-right__compensate: calc(var(--cpl-crop--bottom-right__size) + var(--cpl-crop__outline));
      --cpl-crop--bottom-left__size: 0%;
      --cpl-crop--bottom-left__compensate: calc(var(--cpl-crop--bottom-left__size) + var(--cpl-crop__outline));
      --cpl-crop__outline: 1px;
      
      width: 100%;
      height: 100%;
      background-color: var(--gkt-alert__border-color);
      opacity: 0.8;
      
      -webkit-clip-path: polygon(
        var(--cpl-crop__outline) var(--cpl-crop--top-left__compensate), 
        var(--cpl-crop--top-left__compensate) var(--cpl-crop__outline), 
        calc(100% - var(--cpl-crop--top-right__compensate)) var(--cpl-crop__outline), 
        calc(100% - var(--cpl-crop__outline)) var(--cpl-crop--top-right__compensate), 
        calc(100% - var(--cpl-crop__outline)) calc(100% - var(--cpl-crop--bottom-right__compensate)), 
        calc(100% - var(--cpl-crop--bottom-right__compensate)) calc(100% - var(--cpl-crop__outline)), 
        var(--cpl-crop--bottom-left__compensate) calc(100% - var(--cpl-crop__outline)), 
        var(--cpl-crop__outline) calc(100% - var(--cpl-crop--bottom-left__compensate)), 
        0 calc(100% - var(--cpl-crop--bottom-left__size)), 
        var(--cpl-crop--bottom-left__size) 100%, 
        calc(100% - var(--cpl-crop--bottom-right__size)) 100%, 
        100% calc(100% - var(--cpl-crop--bottom-right__size)), 
        100% var(--cpl-crop--top-right__size), 
        calc(100% - var(--cpl-crop--top-right__size)) 0, 
        var(--cpl-crop--top-left__size) 0, 
        0 var(--cpl-crop--top-left__size), 
        0 calc(100% - var(--cpl-crop--bottom-left__size)), 
        var(--cpl-crop__outline) calc(100% - var(--cpl-crop--bottom-left__compensate))
      );
      clip-path: polygon(
        var(--cpl-crop__outline) var(--cpl-crop--top-left__compensate), 
        var(--cpl-crop--top-left__compensate) var(--cpl-crop__outline), 
        calc(100% - var(--cpl-crop--top-right__compensate)) var(--cpl-crop__outline), 
        calc(100% - var(--cpl-crop__outline)) var(--cpl-crop--top-right__compensate), 
        calc(100% - var(--cpl-crop__outline)) calc(100% - var(--cpl-crop--bottom-right__compensate)), 
        calc(100% - var(--cpl-crop--bottom-right__compensate)) calc(100% - var(--cpl-crop__outline)), 
        var(--cpl-crop--bottom-left__compensate) calc(100% - var(--cpl-crop__outline)), 
        var(--cpl-crop__outline) calc(100% - var(--cpl-crop--bottom-left__compensate)), 
        0 calc(100% - var(--cpl-crop--bottom-left__size)), 
        var(--cpl-crop--bottom-left__size) 100%, 
        calc(100% - var(--cpl-crop--bottom-right__size)) 100%, 
        100% calc(100% - var(--cpl-crop--bottom-right__size)), 
        100% var(--cpl-crop--top-right__size), 
        calc(100% - var(--cpl-crop--top-right__size)) 0, 
        var(--cpl-crop--top-left__size) 0, 
        0 var(--cpl-crop--top-left__size), 
        0 calc(100% - var(--cpl-crop--bottom-left__size)), 
        var(--cpl-crop__outline) calc(100% - var(--cpl-crop--bottom-left__compensate))
      );
    }

    
    .neon-alert {
      --gkt-alert__padding-v: 20px;
      --gkt-alert__padding-h: 35px;
      --cpl-crop--top-left__size: 15px;
      --cpl-crop--top-right__size: 0%;
      --cpl-crop--bottom-right__size: 15px;
      --cpl-crop--bottom-left__size: 0%;
      
      position: relative;
      padding: var(--gkt-alert__padding-v) var(--gkt-alert__padding-h);
      color: #fff;
      z-index: 1;
      
      
      -webkit-clip-path: polygon(
        var(--cpl-crop--top-left__size) 0, 
        100% 0, 
        100% calc(100% - var(--cpl-crop--bottom-right__size)), 
        calc(100% - var(--cpl-crop--bottom-right__size)) 100%, 
        0 100%, 
        0 var(--cpl-crop--top-left__size)
      );
      clip-path: polygon(
        var(--cpl-crop--top-left__size) 0, 
        100% 0, 
        100% calc(100% - var(--cpl-crop--bottom-right__size)), 
        calc(100% - var(--cpl-crop--bottom-right__size)) 100%, 
        0 100%, 
        0 var(--cpl-crop--top-left__size)
      );
    }

    
    .neon-alert-content h1 {
      margin: 0;
      font-size: 2em;
      color: #fff;
    }

    .neon-alert-content p {
      margin: 10px 0 0 0;
      color: #ccc;
    }

    
          .features-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 20px;
          }
          
          .feature-box {
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s ease;
          }
          
          .feature-box:hover {
            transform: translateY(-5px);
          }
          
          .feature-box h3 {
            color: #fb333b;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
          }
          
          .feature-box a {
            display: block;
            color: #B9B8BB;
            font-size: 14px;
            text-decoration: none;
            margin-bottom: 5px;
            transition: color 0.3s ease;
          }
          
          .feature-box a:hover {
            color: #fb333b;
          }
          
          
          @media (max-width: 1200px) {
            .features-container {
              grid-template-columns: repeat(3, 1fr);
            }
          }
          
          @media (max-width: 992px) {
            .features-container {
              grid-template-columns: repeat(2, 1fr);
              gap: 15px;
            }
          }
          
          @media (max-width: 576px) {
            .features-container {
              grid-template-columns: 1fr;
              gap: 10px;
            }
            
            .feature-box {
              padding: 15px;
            }
          }

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

          
          .status-content {
            transition: all 0.3s ease;
          }

          .status-content:hover {
            transform: translateY(-2px);
          }

          .status-content:hover .product-icon {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(251, 51, 59, 0.4);
          }

          .status-content:hover .status-item {
            transform: scale(1.05);
            box-shadow: 0 6px 30px rgba(51, 251, 110, 0.2);
          }

          .product-icon {
            transition: all 0.3s ease;
          }

          .status-item {
            transition: all 0.3s ease;
          }