@charset "UTF-8";
/**
  * Name: Vemus - Jewelry Ecommerce HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "responsive.css";
@import "animate.css";
@import "swiper.css";
@import "../dist/font-awesome.css";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import "bootstrap.css";

/* Header
-------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

.main-header .logo-box {
  position: relative;
  z-index: 10;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .logo-box .logo {
  position: relative;
}

.main-header .header-lower {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .inner-container {
  padding: 0 60px;
}

.main-header .header-lower .nav-outer {
  position: relative;
}

.main-header.fixed .main-menu .navigation>li>a {
  margin: 30px 0;
}

/* Main Menu */
.main-header .main-menu {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-header .header-lower .main-menu .navigation {
  position: relative;
}

.main-header .main-menu .navigation>li {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-right: 64px;
}

/*Sticky Header*/
.main-header .main-menu .navigation>li>a {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  color: #252525;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation .label {
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 99px;
  background-color: #A42EFF;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 12.6px;
}

.main-header .navigation>li:last-child {
  margin-right: 0 !important;
}

.main-header .sticky-header .navigation>li {
  position: relative;
}

.main-header .sticky-header .navigation>li:last-child {
  margin-right: 0;
}

.main-header .navigation>li>a:hover {
  opacity: 1;
  color: rgba(228, 49, 49, 1);
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu .bottom-canvas {
  padding: 30px 20px 30px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -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-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu .menu-box {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}

.close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 33px;
  font-weight: 100;
}

.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  text-align: end;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 600;
  color: #120A21;
}

.mobile-menu .navigation li.dropdown2>ul li a {
  border-bottom: unset;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn span {
  opacity: 0;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: #FFE7EC;
  padding: 15px 20px;
  border-radius: 10px;
}

.mobile-menu .navigation li>ul>li,
.mobile-menu .navigation li>ul>li>ul>li {
  margin-bottom: 0;
}

.mobile-menu .navigation li>ul>li>a,
.mobile-menu .navigation li>ul>li>ul>li>a {
  padding: 7px 0px !important;
  font-size: 14px !important;
  font-weight: 500;
}

.mobile-menu .navigation li>ul>li>ul {
  padding-left: 15px;
}

.mobile-menu .navigation li>ul>li>ul>li>a {
  padding-left: 40px;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin: 0 !important;
  padding: 10px 0px;
  font-size: 15px;
  color: #120A21;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a .label {
  display: none;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: rgba(228, 49, 49, 1);
}

.mobile-menu .menu-outer {
  margin-bottom: 30px;
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation>li>a {
  padding: 22px 0px;
}

.mobile-button {
  display: none;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-0%);
  -o-transform: translateY(-0%);
  transform: translateY(-0%);
}

.mobile-button::before,
.mobile-button::after,
.mobile-button span {
  background-color: #7D5905;
  -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: 2px;
  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: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 9px, 0);
  -moz-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 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);
}

.mobile-button.mobi-style::before,
.mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #fff;
}

/**
  	* Reset Browsers
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
    * search
    * Header Fixed
    * Pagination
    * Scroll Top
    * PreLoad
    * heading 
    * dropdown
    * progress bar
    * map
    * up load 
    * price range 
*/
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;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
}

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

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
  font-weight: 500;
  color: #252525;
  background-color: #EFE8D5;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.center {
  text-align: center;
}

.container {
  max-width: 1512px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-1 {
  max-width: 1610px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

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 #FFFFFF1A;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 99px;
  padding: 18px 23px;
  width: 100%;
  background: #FFFFFF1A;
  color: #fff;
  backdrop-filter: blur(12px);
}

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 {
  color: #4D4E4F;
  line-height: 26px;
  font-size: 16px;
  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;
}

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

:-moz-placeholder {
  color: #8A8AA0;
}

::-moz-placeholder {
  color: #8A8AA0;
  opacity: 1;
}

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

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

/* Typography
-------------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
}

.title-display {
  font-size: 80px;
  line-height: 88px;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 77px;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 50px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 48px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 42px;
}

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

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

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

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

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

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.text-btn-uppercase {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.text-btn-uppercase2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}

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

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

.tf-btn-1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20PX;
  padding: 15px 36px;
  border-radius: 99px;
  background-color: #7D5905;
  color: #fff;
}

.tf-btn-2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20PX;
  padding: 15px 36px;
  border-radius: 99px;
  color: #7D5905;
  background-color: #fff;
}

.tf-btn-3 {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8C763B;
  border-bottom: 1px solid #8C763B;
}

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

.light_skew_hover:hover::after {
  animation: shine-reverse 1s forwards;
}

.light_skew_hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}

.light_skew_hover-2::after {
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background-image: linear-gradient(90deg, transparent, #89641536, transparent);
}

@keyframes shine-reverse {
  0% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/* Extra classes
-------------------------------------------------------------- */
.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;
}

.shaw-box {
  padding: 50px;
  margin: -50px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center,
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-none {
  flex: none !important;
}

.text-t {
  text-transform: capitalize;
}

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

.text-unset {
  text-transform: unset !important;
}

.text-line {
  text-decoration-line: underline !important;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: end;
}

.justify-space {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.text-end {
  text-align: end;
}

.font-italic {
  font-style: italic;
}

.show-boder {
  margin-top: -140px !important;
  padding-top: 140px !important;
}

#wrapper {
  position: relative;
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #FAF8FF;
}

button {
  cursor: pointer;
}

.fw-1 {
  font-weight: 100;
}

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

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

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

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

.fw-8 {
  font-weight: 800;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.z-2 {
  z-index: 2;
}

.br-10 {
  border-radius: 10px;
}

.tf-section {
  padding: 100px 0;
  position: relative;
}

.tf-section1 {
  padding: 40px 0;
  position: relative;
}

.tf-section2 {
  padding: 100px 0 72px 0;
}

.tf-section3 {
  padding: 100px 0 68px 0;
}

.bg-1 {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #fff;
}

.img-border {
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr_24 {
  margin-right: -24px;
}

.gap-10 {
  gap: 10px;
}

.gap-60 {
  gap: 60px;
}

.mw-382 {
  max-width: 382px;
}

.mw-398 {
  max-width: 398px;
}

.text-green {
  color: #2D9902 !important;
}

.text-red-1 {
  color: #FF8080 !important;
}

.line-1 {
  border: 1px solid #FFFFFF66 !important;
}

.text-gradient-stroke {
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #5A5A5A;
  -webkit-text-fill-color: transparent;
  animation: bghover 5s linear infinite;
  background-size: 400% 400%;
}

.text-gradient-1 {
  background: linear-gradient(294.64deg, #3BDEB9 0%, #77E590 50%, #CCFF9B 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  animation: bghover 5s linear infinite;
  background-size: 400% 400%;
}

.animation-none {
  animation-name: none !important;
  background-size: 100% 100% !important;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }

}

/* link style
-------------------------------------------------------------- */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

a:focus,
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.text-color-1 {
  color: #fff !important;
}

.text-color-2 {
  color: #000 !important;
}

.text-color-3 {
  color: rgba(228, 49, 49, 1) !important;
}

.text-color-4 {
  color: #8E8E93 !important;
}

.text-color-5 {
  color: #F6F6F6 !important;
}

.text-color-6 {
  color: #FFE7EC !important;
}

.text-color-7 {
  color: #3A3A3C !important;
}

.text-color-8 {
  color: #F1FAEE;
}

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

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  z-index: 888;
  margin-bottom: -100px;
}

.main-header .main-menu .navigation>li>a {
  margin: 40px 0;
}

header.is-small .header-lower {
  background-color: #d5c6af99;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

/* Scroll Top
-------------------------------------------------------------- */
.button-go {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 99px;
  z-index: 999;
  right: -20px;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  background-color: #7D5905;
}

.button-go.show {
  right: 80px;
  opacity: 1;
  visibility: visible;
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}

body .dribbble img {
  display: block;
  height: 28px;
}

.box-tag {
  position: relative;
  display: flex;
  gap: 10px;
  width: max-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 17.64px;
  padding: 14px 35px;
  background: #FFFFFF1A;
  color: #896415;
  border: 1px solid #896415;
  backdrop-filter: blur(4px);
  border-radius: 99px;
  z-index: 2;
}

.box-tag.h50 {
  height: 50px;
}

.box-tag span {
  position: relative;
  z-index: 5;
}

.box-tag .eff {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px;
  z-index: 4;
}

.box-tag .eff::after {
  background-image: linear-gradient(90deg, transparent, #89641536, transparent);
  content: "";
  left: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 200%;
  -webkit-animation: shine2 5s cubic-bezier(.01, .56, 1, 1) infinite;
  animation: shine2 5s cubic-bezier(.01, .56, 1, 1) infinite;
}

@keyframes shine2 {
  20% {
    left: -200%;
  }

  100% {
    left: -200%;
  }
}

.heading-section {
  margin-bottom: 40px;
  position: relative;
}

.heading-section .sub-title {
  margin-bottom: 24px;
}

.heading-section .title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
}

.heading-section .text {
  color: #777777;
}



.dropdown>a {
  position: relative;
  display: block;
  padding: 0px 13px 0px 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  -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;
  z-index: 10;
}

.dropdown>a::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  font-weight: 500;
  content: "\f078";
  position: absolute;
  color: #fff;
  right: 0px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown>a ul {
  position: absolute;
}

.seclect-box.style-2 .dropdown>a:after {
  right: 15px;
}

.dropdown ul.show {
  opacity: 1;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  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;
}

.dropdown li {
  border-top: 0.5px solid rgba(122, 121, 138, 0.1);
  background: #fff;
  color: #000;
  width: 100%;
  padding: 9px 10px 8px 16px;
  list-style: none;
  display: inline-block;
  margin: 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;
  font-size: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.dropdown .country {
  position: absolute;
  z-index: 99;
  margin-left: 13px;
  margin-top: 5px;
  color: #818089;
}

.dropdown ul,
.dropdown li.active,
.dropdown ul,
.dropdown li:hover {
  background: #e0e0e0;
}

.dropdown.style-2 ul {
  min-width: 100px;
}

/* home box */
.home-box {
  position: relative;
  margin-bottom: 30px;
  border-radius: 37px;
  padding: 1px;
  backdrop-filter: blur(14px);
}

/* .home-box::before {
    position: absolute;
    content: '';
    inset: 0px;
    border-radius: 20px;
    background: #FFFFFF4D;
    z-index: 1;
} */

/* .home-box::after {
    position: absolute;
    content: '';
    inset: 0;
    opacity: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 2;
    transition: all 0.3s linear;
} */

/* .home-box.active .innerbox {
    padding: 29px 18px 22px;
} */

/* .home-box.active::after,
.home-box:hover::after {
    opacity: 1;
} */

.home-box .innerbox {
  padding: 19px 19px 23px;
  position: relative;
  z-index: 5;
  background: #FFFFFF4D;
  border-radius: 37px;
  border: 1px solid #fff;
}

.home-box .dot {
  position: absolute;
  top: 12px;
  left: 18px;
  display: flex;
  gap: 8px;

}

.home-box .dot span {
  display: flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.home-box .thumb {
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
}

.home-box .thumb .image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  aspect-ratio: calc(434 / 549);
}

.home-box .thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-box .thumb .image::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  opacity: 0.8;
  background: linear-gradient(0deg, #896415 0%, rgba(137, 100, 21, 0) 83.18%);
  transition: 0.3s all linear;
}

.home-box:hover .thumb .image::after {
  top: 40%;
}

.home-box .thumb .demo-full-link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  right: 20px;
  transform: translateX(-50%);
  width: max-content;
  opacity: 0;
  transition: 0.3s all linear;
}

.home-box:hover .thumb .demo-full-link {
  opacity: 1;
  bottom: 20px;
}

.home-box .content {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.home-box .title-box {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.home-box .title-box:hover {
  color: #896415;
}

.home-box .tags {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.home-box .tag-item {
  padding: 3.5px 12px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.home-box .tag-item.tag-hot {
  background-color: #A42EFF;
}

.home-box .tag-item.tag-new {
  background-color: #C48A53;
}

.coming-soon .innerbox {
  height: 100%;
  place-content: center;
}

.coming-soon-wrap .text {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-list-home {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.wrap-list-home .wrap-item {
  width: calc(25% - 15px);
  margin-left: 15px;
}


.home-box.coming {
  height: calc(100% - 30px);
}

.home-box.coming .content {
  display: none;
}

.home-box.coming .innerbox {
  height: 100%;
}

.home-box.coming .thumb {
  height: 100%;
  margin-bottom: 0;
}

.home-box.coming .image {
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.home-box.coming .text-coming {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes bghover {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* cursor */

.tfmouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.tfmouseCursor.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: #7D5905;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .2;
  transition: all 0.02s ease-out;
}

.tfmouseCursor.cursor-outer.cursor-hover {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  opacity: .1;
}

.tfmouseCursor.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: #7D5905;
  transition: width 0.02s ease-in-out, height 0.02s ease-in-out, margin 0.02s ease-in-out, opacity 0.02s ease-in-out;
}

.tfmouseCursor.cursor-inner.cursor-hover {
  opacity: 0;
}

/* animation class */

.ani1 {
  -webkit-animation: ani1 7s infinite linear;
  animation: ani1 7s infinite linear;
}

.ani2 {
  -webkit-animation: ani2 7s infinite linear;
  animation: ani2 7s infinite linear;
}

@keyframes ani1 {

  0%,
  100% {
    transform: translateX(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;
  }

  50% {
    transform: translateX(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;
  }
}

@keyframes ani2 {

  0%,
  100% {
    transform: translateX(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;
  }

  50% {
    transform: translateX(-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;
  }
}

/* preloader */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff;
  display: table;
  text-align: center;
}

.loader {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  position: relative;
  width: 200px;
  height: 200px;
}

.pulse-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}

.double-bounce3,
.double-bounce4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #7D5905;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce4 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

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

.font-playfair-display {
  font-family: "Playfair Display" !important;
}

.font-jost {
  font-family: "Jost" !important;
}

/* hero slider */
.slider {
  position: relative;
  background-image: url(../../assets/images/bg/bg-slider.png);
  background-size: cover;
  background-position: center center;
}

.slider>.item-1 {
  position: absolute;
  z-index: 0;
  top: 61px;
  left: -128px;
  width: 400px;

}

.slider>.item-2 {
  position: absolute;
  z-index: 0;
  bottom: 64px;
  right: 48%;
  width: 240px;
}

.slider>.item-3 {
  position: absolute;
  z-index: 0;
  top: 120px;
  right: 67px;
  width: 170px;
}

.item-circle-1 {
  animation: moveleft 10s infinite linear;
}

.item-circle-2 {
  animation: rotate1 10s infinite linear;
  opacity: 0.7;
  filter: blur(1px);
}

.item-circle-3 {
  animation: movedown 10s infinite linear;
}

.rotate1 {
  animation: rotate1 10s infinite linear;
}

.slider .inner-swiper {
  overflow: hidden;
}

.slider-home-html {
  position: relative;
}

.slider-home-html .item-1 {
  position: relative;
  z-index: 9;
  max-height: 570px;
}

.slider-home-html .item-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 86% !important;
}

.slider-home-html .item-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 86% !important;
}

.light-text {
  color: #5A5A5A;
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.zoom {
  animation: zoom 10s infinite linear;
}

@keyframes zoom {
  0% {
    transform: scale3d(1.0, 1.0, 1.0);
  }

  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    transform: scale3d(1.0, 1.0, 1.0);
  }
}

.slider .inner-content {
  padding-left: 16px;
  padding-top: 137px;
  padding-bottom: 37px;
}

.slider .inner-content .sub-title {
  margin-bottom: 40px;
}

.slider .inner-content .title {
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 33px;
}

.slider .inner-content .text {
  margin-bottom: 42px;
}

.slider .bot-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.slider .bot-icon {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.slider .inner-swiper {
  max-width: 1750px;
  margin: 0 auto;
}

.slider .inner-swiper .swiper-slide-prev,
.slider .inner-swiper .swiper-slide-next {
  padding-top: 78px;
}

.slider .inner-swiper .item {
  background: #FFFFFF4D;
  backdrop-filter: blur(14px);
  padding: 19px 19px 0;
  border-radius: 37px 37px 0 0;
  border: 1px solid #fff;
  border-bottom: 0;
  height: 100%;
  max-width: 1208px;
  margin: 0 auto;
}

.slider .inner-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  object-position: top;
}

.slider .inner-swiper .swiper-slide {
  height: auto;
  height: 569px;
  -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-marquee */
.section-marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 47px 0;
  border-top: 1px solid #11111126;
  border-bottom: 1px solid #11111126;
  background-color: #fff;
}

.brand-item .text {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}

/* card demo */
.section-demo {
  padding-bottom: 120px;
  position: relative;
}

.section-demo .text-bottom {
  margin-top: 30px;
  color: #252525;
}

.section-demo .wrap-content ul {
  display: flex;
  gap: 15px 76px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 52px;
  margin-bottom: 64px;
}

.section-demo .wrap-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-demo .number-demo {
  position: absolute;
  right: 0px;
  top: -52px;
}

/* tabs */
.flat-animate-tab {
  overflow: hidden;
}

.flat-animate-tab .tab-content {
  position: relative;
}

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

.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

/* mobile */
.section-mobile {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 218px;
  background-color: #fff;
}

.section-mobile>.item-1 {
  position: absolute;
  width: 171px;
  height: 170px;
  top: 85px;
  right: 30%;
}

.section-mobile .heading-section {
  margin-bottom: 64px;
}

.section-mobile .heading-section .sub-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
}

.section-mobile .heading-section .heading {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 64px;
  line-height: 81px;
}

.section-mobile .heading-section .heading div {
  position: absolute;
  left: -128px;
  top: 50%;
  transform: translateY(-68%);

}

.section-mobile .heading-section .heading img {
  animation: move1 3s infinite linear alternate;
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(20px, 7px);
    transform: translate(20px, 7px);
  }
}

.section-mobile .heading-section .heading1 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 24px;
}

.mobile-view-wrap {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  margin-left: -30px;
  position: relative;
}

.mobile-view-item {
  width: calc(25% - 30px);
  margin-left: 30px;
}

.mobile-view-item .wrap-video {
  position: relative;
  display: flex;
  overflow: hidden;
}

.mobile-view-item .inner {
  overflow: hidden;
  padding: 14px;
  background: #8D8D8D33;
  border-radius: 24px;
}

.mobile-view-item .wrap-video video {
  border-radius: 17px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: -2px;
  right: -1px;
}

/* features */
.section-features {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.section-features .heading-section {
  margin-bottom: 65px;
}

.section-features .img-item {
  position: absolute;
  right: -232px;
  top: 30%;
  width: 640px;
}

.section-features .text-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
  flex-wrap: wrap;
}

.feature-box {
  border-radius: 20px;
  background: #C0B67E;
  padding: 0px 15px 40px;
  padding-top: 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.feature-box .image {
  min-height: 387px;
  text-align: center;
  place-content: center;
}

.feature-box .image img {
  max-height: 300px;
}

.feature-box .content {
  text-align: center;
}

.feature-box .content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 9px;
  color: #fff;
}

.feature-box .content p {
  color: #F7F7F7;
}

/* section-packed */
.section-packed {
  margin-top: -154px;
  position: relative;
  z-index: 5;
}

.section-packed .packed-wrap {
  background-color: #4E4A33;
  padding: 60px 0;
  border-radius: 20px;
}

.section-packed .packed-wrap .box-icon-item {
  position: relative;
}

.section-packed .packed-wrap .box-icon-item:not(:last-child)::after {
  position: absolute;
  content: "";
  background: #FFFFFF33;
  width: 1px;
  height: 112px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-grid-box {
  display: grid;
  gap: 40px 20px;
}

.wrap-grid-box.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.box-icon-item .wrap-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.box-icon-item .wrap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(36, 39, 78, 1);
  position: relative;
  -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;
}

.box-icon-item .wrap-icon::before {
  position: absolute;
  content: '';
  inset: 0 0;
  z-index: 1;
  background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%) !important;
  background-size: 100% 100% !important;
  border-radius: 50%;
  -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;
}

.box-icon-item:hover .wrap-icon::before {
  background-size: 200% 200% !important;
}

.box-icon-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
  transition: all 0.5s linear;
}

.box-icon-item:hover .icon {
  transform: rotateY(180deg);
}

.box-icon-item .title {
  line-height: 32px;
  margin-bottom: 11px;
}

.box-icon-item p {
  color: #A6A6A6;
}

.wrap-grid-box.style-1 {
  gap: 20px 60px;
}

/* section-help */
.box-icon-item.style-1 .wrap-icon {
  margin: 0;
}

.wrap-grid-box.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.box-icon-item.style-1 {
  display: flex;
  gap: 20px 28px;
}

.box-icon-item.style-1 .btns-link {
  text-decoration: underline;
}

.box-icon-item.style-1 .btns-link:hover {
  color: rgba(228, 49, 49, 1);
}

.ani-y {
  animation: movedown 3s infinite linear alternate;
}

.wrap-box-features {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.wrap-box-features .wrap-item {
  width: calc(33.33333% - 30px);
  margin-left: 30px;
}

@keyframes movedown {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.ani-x {
  animation: moveleft 3s infinite linear alternate;
}

@keyframes moveleft {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(-40px);
    transform: translate(-40px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/* section-about */
.section-about {
  padding: 120px 0 92px;
}

.section-about .boost-features-wrap,
.section-about .maximum-wrap,
.section-about .made-by-wrap,
.section-about .wrap-content {
  margin-bottom: 28px;
  height: calc(100% - 28px);
}

.list-icon {
  display: flex;
  align-items: center;
  gap: 15px 38px;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.made-by-wrap {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(180deg, #3B422C 0%, #855F23 100%);
  padding: 45px 15px 41px;
  text-align: center;
  overflow: hidden;
}

.made-by-wrap .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 146px;
}

.made-by-wrap .desc {
  position: relative;
  z-index: 7;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.made-by-wrap .desc .text {
  font-weight: 500;
  font-size: 32px;
  line-height: 51px;
  color: #F38844;
}

.made-by-wrap .desc .text1 {
  color: #78B203;
}

.maximum-wrap {
  position: relative;
  padding: 28px 39px 32px;
  border-radius: 20px;
  background-color: #4E4A33;
}

.maximum-wrap .heading {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 16px;
}

.maximum-wrap .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  margin-bottom: 51px;
}

.box-performance {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 13px 26px;
  background-color: #06060699;
  border: 1px solid #A1A1A1;
  width: max-content;
  border-radius: 8px;
  position: relative;
  z-index: 5;
}

.line {
  width: 1px;
  height: 45px;
  background-image: linear-gradient(0deg, rgba(82, 82, 82, 0) 0%, #C3C3C3 50%, rgba(82, 82, 82, 0) 100%);
}

.box-performance .text {
  background: linear-gradient(90deg, #72AD66 0%, #FFEDCB 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 42px;
  line-height: 59px;
}

.box-performance .title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16.8px;
}

.box-performance .counter {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 29px;
  line-height: 41px;
  background: linear-gradient(90deg, #72AD66 0%, #FFEDCB 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
}

.box-performance .counter .number {
  display: flex;
  min-width: 40px;
}

.box-performance .item {
  min-width: 109px;
  text-align: center;
}

.tf-brand.style-1 {
  gap: 64px;
}

.tf-brand.style-2 {
  gap: 10px;
}

.boost-item {
  background: #FFFFFFB2;
  padding: 13px 19px;
  border-radius: 99px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.boost-features-wrap {
  position: relative;
  padding: 42px 0 32px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(219.76deg, #AC9B42 12.87%, #664509 87.13%);
}

.boost-features-wrap .brand-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 42px;
}

.boost-features-wrap .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
}

/* section-innerpage */
.section-innerpage {
  padding-top: 121px;
  padding-bottom: 121px;
}

.section-innerpage .heading-section {
  margin-bottom: 64px;
}

.section-innerpage .brand-item {
  width: 474px;
  border-radius: 37px;
  border: 1px solid #FFFFFF;
  padding: 19px;
  background-color: #FFFFFF4D;
}

.section-innerpage .brand-item img {
  border-radius: 20px;
}

.innerpage-item {
  position: relative;
}

.innerpage-item a {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all linear;
  z-index: 10;
}

.innerpage-item:hover a {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.innerpage-item .image {
  position: relative;
}

.innerpage-item .image::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: 20px;
  background: #FFFFFFB2;
  backdrop-filter: blur(5px);
  transition: 0.3s all ease-out;
  z-index: 3;
}

.innerpage-item:hover .image::before {
  top: 0;
}

/* section-faqs */
.section-faqs {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-faqs>img {
  position: absolute;
  right: -232px;
  top: 120px;
  width: 640px;
  z-index: -1;
}

.section-faqs .heading-section {
  margin-bottom: 49px;
}

.accordion-wrap {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrap .accordion-item {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.accordion-wrap .accordion-item .accordion-title {
  padding: 30px;
  width: 100%;
}

.accordion-wrap .accordion-item .accordion-title .text {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #686868;
  transition: all 0.3s linear;
}

.accordion-wrap .accordion-title:not(.collapsed) {
  background-color: #C0B67E;
  border-radius: 10px;
}

.accordion-wrap .accordion-title:not(.collapsed) .text {
  color: #fff;
}

.accordion-wrap .accordion-item .accordion-title span {
  position: absolute;
  top: 29px;
  right: 29px;
  display: flex;
  transition: all 0.3s linear;
  z-index: 5;
  transform: rotate(0deg);
}

.accordion-wrap .accordion-title:not(.collapsed) span {
  transform: rotate(180deg);
}

.accordion-wrap .accordion-title:not(.collapsed) svg path {
  fill: #fff;
}

.accordion-wrap .accordion-item .accordion-faqs-content {
  padding-top: 16px;
  transition: all 0.3s linear;
}

.accordion-wrap .accordion-item .accordion-faqs-content p {
  color: #fff;
}

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

.section-exclusive {
  padding-top: 93px;
  padding-bottom: 120px;
  background-image: url(../../assets/images/video/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -50;
  opacity: 0.3;
}

.section-exclusive::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -40;
  background-color: rgba(0, 0, 0, 0.788);
}

.section-exclusive .text-save {
  font-weight: 600;
  font-size: 164px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #FFD57B 0%, rgba(255, 213, 123, 0) 83.18%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: -59px;
}

.section-exclusive .heading-section {
  margin-bottom: 80px;
}

.exclusive-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
}

.exclusive-item {
  flex: 0 0 auto;
  max-width: 378px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 9px;
  border-radius: 99px;
  background-color: #6B6B6B33;
  border: 1px solid #6D6D6D;
  backdrop-filter: blur(30px);
}

.exclusive-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid #636363;
}

.exclusive-item .image img {
  max-width: 33px;
}

.exclusive-item .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

/* footer */
footer .footer-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

footer .footer-bottom {
  padding-top: 19px;
  padding-bottom: 24px;
}

footer .line-row1 {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

footer .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #777777;
}

footer .copyright a {
  color: #252525;
  font-weight: 700;
}

footer .copyright a:hover {
  color: #7D5905 !important;
}

/* marquee */

.marquee-css {
  display: flex;
}

.marquee-css .box-item {
  -webkit-animation: slide-har 50s linear infinite;
  animation: slide-har 50s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 64px;
}

.marquee-css .box-item .text {
  width: max-content;
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}