@charset "UTF-8";
/**
  * Name: Modave - Multipurpose eCommerce HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "responsive.css";
@import "animate.css";
@import "swiper.css";
@import "magnific.popup.css";
@import "../dist/font-awesome.css";
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
@import "bootstrap.css";

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

html {
    scroll-behavior: smooth;
}

.header-account ul {
    margin-right: 21px;
}

.header-account ul li {
    margin-right: 4px;
    font-weight: 700;
}

.header-account ul li a:hover {
    color: rgba(228, 49, 49, 1);
}

.main-header {
    z-index: 99;
    width: 100%;
    position: absolute;
}

.wrap-top {
    width: 100%;
    height: 78px;
    position: relative;
    padding: 12px 0px 0 0px;
}

.wrap-top .icon-tell-box .icon {
    margin-right: 29px;
}

.wrap-top .icon-tell-box .icon::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #D9D9D9;
    top: 14px;
    position: absolute;
    margin-left: 14px;
}

.wrap-top .logo-box {
    margin-left: 152px;
}

.header-top {
    position: relative;
    padding: 18px 0px;
    background-color: rgba(228, 49, 49, 1);
}

.header-top_nav {
    position: relative;
}

.header-top_nav a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.header-top_nav a::before {
    position: absolute;
    content: "/";
    right: -4px;
    top: 0px;
}

.header-top_nav a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top_nav a:last-child::before {
    display: none;
}

.header-top_nav a:hover {
    color: white;
}

#showlogo {
    display: none;
}

.main-header .header-upper {
    position: relative;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -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-box .outer-container {
    position: relative;
}

.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 .nav-outer {
    position: relative;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 10px 0px 10px;
}

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

/* 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: 26px;
}

.main-header .sticky-header .nav-outer .options-box {
    margin-top: 40px;
}

/*Sticky Header*/
.main-header .sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
    display: none;
    cursor: pointer;
}

.main-header .sticky-header .logo {
    position: relative;
    padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 36px 0px;
    letter-spacing: 0px;
    color: #fff;
    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 .navigation>li:last-child {
    margin-right: 0;
}

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

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


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

.main-header .navigation>li>a::after {
    position: absolute;
    content: '';
    width: 0;
    left: auto;
    right: 0;
    height: 2px;
    bottom: 32px;
    background-color: rgba(228, 49, 49, 1);
    -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.main-header .navigation>li.active>a::after,
.main-header .navigation>li:hover>a::after {
    width: 100%;
    left: 0;
    right: auto;
}

/*** 

====================================================================
	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;
    background: rgba(26, 10, 61, 1);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    padding: 15.5px 20px;
}

.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 {
    position: fixed;
    right: 16px;
    top: 25px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    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;
    padding: 10px 0px;
    font-size: 15px;
    color: #120A21;
    text-transform: capitalize;
}

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

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

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.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: rgba(228, 49, 49, 1);
    -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;
}

.mobile-menu .login-box {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mobile-menu .login-box svg {
    margin-right: 5px;
}

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

.mobile-menu .button-mobi-sell {
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

.mobile-menu .button-mobi-sell a {
    width: 100%;
}

.mobile-menu .mobi-icon-box h3 {
    margin-bottom: 13px;
}

.mobile-menu .mobi-icon-box .box {
    margin-bottom: 19px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 19px;
}

.mobile-menu .mobi-icon-box .box:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.mobile-menu .mobi-icon-box .box .content {
    color: #8E8E93;
}

.mobile-menu .mobi-icon-box .box .content h5 {
    color: #120A21;
}

.mobile-menu .mobi-icon-box .icon {
    margin-right: 10px;
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
    width: 3px;
}

/**
  	* 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: "Kumbh Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(12, 7, 42, 1);
}

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: 1440px;
    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: 56px;
    line-height: 68px;
}

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 {
    padding: 16px 40px;
    background: linear-gradient(270deg, #C3105F 0%, #3073DF 98.88%);
    border-radius: 99px;
    position: relative;
    white-space: nowrap;
    border: 0;
    animation: bghover 5s linear infinite;
    background-size: 400% 400%;
}

.tf-btn * {
    position: relative;
    z-index: 5;
}

.tf-btn.style-fill {
    padding: 15px 39px;
    background: transparent !important;
    border: 1px solid rgba(228, 49, 49, 1);
}

.tf-btn.style-fill:hover {
    background: rgba(228, 49, 49, 1) !important;
}



.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;
    overflow: hidden;
    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;
    overflow: hidden;
}

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

.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-8 {
    margin-bottom: 8px;
}

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

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

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

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

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

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

.gap-60 {
    gap: 60px;
}

.text-gradient {
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 0px transparent;
    -webkit-text-fill-color: transparent;
    animation: bghover 5s linear infinite;
    background-size: 400% 400%;
}

.text-gradient.style-fill {
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
    background-size: 100% 100%;
    animation: none;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    -webkit-text-fill-color: rgba(16, 10, 51, 1);
}

@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;
    color: unset;
}

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

    50% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}

.link-style-1 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-1 a:focus,
.link-style-1 a:hover {
    color: rgba(228, 49, 49, 1);
    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;
}

.link-style-2 a {
    text-decoration: none;
    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;
}

.link-style-2 a:focus,
.link-style-2 a:hover {
    color: #120A21;
    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;
}

.link-style-3 a {
    text-decoration: none;
    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;
}

.link-style-3 a:focus,
.link-style-3 a:hover {
    color: rgba(228, 49, 49, 1);
    text-decoration: 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;
}

.link-style-4 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-4 a:focus,
.link-style-4 a:hover {
    color: #3A3A3C;
    text-decoration: 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;
}

.link-style-5 a {
    text-decoration: none;
    color: #120A21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.link-style-5 a:focus,
.link-style-5 a:hover {
    color: #fff;
    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;
}

.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 Fixed */
#header.style-absolute.is-fixed,
.header.is-fixed {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    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;
}

#header.style-absolute.is-fixed {
    background: rgba(26, 10, 61, 1);
}

.header.is-fixed.is-small,
#header.style-absolute.is-small {
    top: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
}

/* 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: linear-gradient(270deg, #C3105F 0%, #3073DF 98.88%);
    animation: bghover 5s linear infinite;
    background-size: 400% 400%;
}

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

.heading-section {
    margin-bottom: 48px;
    position: relative;
    z-index: 5;
}

.heading-section .heading {
    margin-left: auto;
    margin-right: auto;
}

.heading-section p {
    color: rgba(255, 255, 255, 0.6);
}

.heading-section.type-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.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: 40px;
    border-radius: 12px;
}

.home-box::before {
    position: absolute;
    content: '';
    inset: -2px 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.home-box::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: calc(100% + 4px);
    opacity: 0;
    border-radius: 12px;
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
    z-index: 2;
    transition: all 0.3s linear;
}

.home-box:hover::after {
    opacity: 1;
}

.home-box .innerbox {
    padding: 22px;
    position: relative;
    z-index: 5;
    background: rgba(22, 18, 51, 1);
    border-radius: 12px;
    margin: 2px;
}

.home-box .thumb {
    position: relative;
    margin-bottom: 24px;
    box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
    overflow: hidden;
}

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

.home-box .thumb .image::after {
    position: absolute;
    z-index: 3;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.58%, rgba(0, 0, 0, 0.8) 102.91%);
    height: 0;
    bottom: 0;
    left: -3px;
    right: -5px;
    -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;
}

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

.home-box .thumb .tf-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -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;
}

.home-box:hover .thumb .tf-btn {
    transform: translate(-50%, -24px);
    opacity: 1;
    visibility: visible;
}

.home-box:hover .thumb .image::after {
    height: 243px;
}

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

.home-box .title-box {
    flex-grow: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.home-box .tag-item {
    padding: 5px 16px;
    border-radius: 99px;
}

.home-box .tag-item.tag-trending {
    background-color: rgba(147, 145, 225, 1);
}

.home-box .tag-item.tag-hot {
    background-color: rgba(228, 49, 49, 1);
}

.home-box .tag-item.tag-new {
    background-color: rgba(66, 206, 143, 1);
}

.coming-soon .home-box {
    display: flex;
}

.coming-soon .home-box::before {
    inset: 0;
}

.coming-soon .home-box::after {
    bottom: 0;
    height: calc(100% + 0px);
}

.coming-soon .home-box .innerbox {
    aspect-ratio: 450 / 600 ;
    flex-grow: 1;
    background: rgba(22, 18, 51, 1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.coming-soon .home-box .coming-soon-wrap {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.coming-soon .home-box .coming-soon-wrap .heading {
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

@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: rgba(228, 49, 49, 1);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .2;
    transition: all 0.1s 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: rgba(228, 49, 49, 1);
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, margin 0.1s ease-in-out, opacity 0.1s 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: rgba(228, 49, 49, 1);
    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;
}


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

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

.slider .img-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.slider.home .inner-content {
    padding-top: 138px;
    padding-bottom: 40px;
    text-align: center;
}

.slider.home .text-btn-uppercase {
    margin-bottom: 16px;
}

.slider.home .title-display {
    margin-bottom: 28px;
}

.slider.home ul {
    margin-bottom: 28px;
    display: flex;
    gap: 15px 42px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.slider.home ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.slider.home .bot-btn {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* section-image */
.section-image {
    position: relative;
}

.img-bg {
    position: absolute;
    z-index: -1;
}

.section-image>.img-1 {
    width: 1297px;
    height: 575px;
    opacity: 0.15;
    transform: rotate(-157.24deg);
    background: linear-gradient(89.64deg, #C81B88 4.49%, #26E6E6 84.9%);
    filter: blur(250px);
}

.section-image .img-2 {
    width: 402.81px;
    height: 224.44px;
    left: -30px;
    bottom: -45px;
    opacity: 0.2;
    transform: rotate(-179.43deg);
    background: rgba(170, 42, 255, 1);
    filter: blur(200px);
}

.section-image .img-3 {
    width: 747.37px;
    height: 331.33px;
    opacity: 0.15;
    transform: rotate(-157.24deg);
    background: linear-gradient(89.64deg, #C81B88 4.49%, #26E6E6 84.9%);
    filter: blur(250px);
}

.section-image .img-4 {
    width: 402.81px;
    height: 224.44px;
    left: -30px;
    bottom: -45px;
    opacity: 0.2;
    transform: rotate(-179.43deg);
    background: rgba(222, 80, 80, 1);
    filter: blur(200px);
}

.section-image .img-5 {
    width: 747.37px;
    height: 331.33px;
    opacity: 0.15;
    transform: rotate(-157.24deg);
    background: linear-gradient(89.64deg, #C81B88 4.49%, #26E6E6 84.9%);
    filter: blur(250px)
}

.section-image .img-6 {
    width: 402.81px;
    height: 224.44px;
    left: -30px;
    bottom: -45px;
    opacity: 0.2;
    transform: rotate(-179.43deg);
    background: rgba(80, 222, 177, 1);
    filter: blur(200px);
}

.grid-image {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "a b c c"
        "d e e f";
}

.grid-image img {
    object-fit: cover;
}

.grid-image .grid-image-item {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.grid-image .item-1 {
    grid-area: a;
    padding: 31px 15px 41px;
    text-align: center;
}

.grid-image .item-2 {
    grid-area: b;
    padding: 39px 15px 0;
    text-align: center;
}

.grid-image .item-3 {
    grid-area: c;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 39px 15px;
    text-align: center;
}

.grid-image .item-3 ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.grid-image .item-3 ul li {
    flex-shrink: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grid-image .item-4 {
    grid-area: d;
    padding: 39px 15px 18px;
    text-align: center;
    background-color: transparent;
}

.grid-image .item-5 {
    grid-area: e;
    padding: 50px 15px 15px;
    text-align: center;
}

.grid-image .item-6 {
    grid-area: f;
    padding: 23px 15px 29px;
    text-align: center;
}

/* section-marquee */
.section-marquee {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.section-marquee .marquee-wrapper {
    display: flex;
    animation: infiniteScroll 50s linear infinite;
    align-items: center;
    transition: animation-duration 300ms;
}

.section-marquee .marquee-wrapper:hover {
    animation-play-state: paused !important;
}

.section-marquee .marquee-child-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
}

.initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center;
}

/* card demo */
.section-demo {
    position: relative;
    overflow: hidden;
}

section .img-start {
    width: 1747.49px;
    height: 516.84px;
    top: -380px;
    opacity: 0.1;
    transform: rotate(179.43deg);
    background: rgba(170, 42, 255, 1);
    filter: blur(200px);
}

section .bd-start {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(89.64deg, rgba(66, 43, 136, 0) 20.11%, #422B88 39.99%, #422B88 59.86%, rgba(66, 43, 136, 0) 79.74%);
}

.posttype-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 51px;
    overflow-x: auto;
    padding: 2px;
}

.posttype-filter::-webkit-scrollbar {
    height: 0px;
}

.posttype-filter li {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 99px;
    padding: 2px;
}

.posttype-filter a {
    color: #fff;
    border-radius: 99px;
    padding: 12px 24px;
    background-color: rgba(12, 7, 42, 1);
    position: relative;
}

.posttype-filter a::before {
    position: absolute;
    content: '';
    inset: -2px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.posttype-filter a::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: -2px;
    right: -2px;
    height: 0%;
    border-radius: 99px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
    animation: bghover 5s linear infinite;
    background-size: 400% 400%;
    opacity: 0;
}

.posttype-filter li.active1 a:after,
.posttype-filter li.active a:after,
.posttype-filter li:hover a:after {
    height: calc(100% + 4px);
    opacity: 1;
}

.posttype-filter a .tool-tip {
    position: absolute;
    border-radius: 99px;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(12, 7, 42, 1);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.posttype-filter a:hover .tool-tip {
    opacity: 1;
}

/* mobile */
.section-mobile {
    position: relative;
    overflow: hidden;
}

.box-qr-scan {
    display: flex;
    gap: 28px;
}

.box-qr-scan>img {
    width: 122px;
}

.mobile-view-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.mobile-view-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11.5px;
    flex: 0 0 calc(25% - 30px);
}

.mobile-view-item .wrap-video {
    position: relative;
    padding: 11px 12px 0px;
    max-width: 290px;
}

.mobile-view-item .wrap-video .img-bg {
    position: absolute;
    inset: 0;
}

.mobile-view-item .wrap-video video {
    border-radius: 36px;
    width: 100%;
    position: relative;
    z-index: 5;
}

/* features */
.section-features {
    position: relative;
    overflow: hidden;
}

.feature-box {
   border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
}

.feature-box::before {
    position: absolute;
    content: '';
    inset: -2px 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.feature-box::after {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: calc(100% + 4px);
    opacity: 0;
    border-radius: 12px;
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%);
    z-index: 2;
    transition: all 0.3s linear;
}

.feature-box:hover::after {
    opacity: 1;
}

.feature-box .feature-inner {
    position: relative;
    z-index: 10;
    padding: 22px;
    border-radius: 12px;
    background-color: #161132;
    margin: 2px;
}

.feature-box .feature-wrap {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    padding: 35px;
}

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

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

.feature-box .feature-content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.collection-social {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
}

.collection-social .img-style {
    display: block;
    width: 100%;
    height: 100%;
}

.collection-social .img-style img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-social .cls-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    padding: 12px;
    z-index: 3;
}

.collection-social .cls-content .info {
    flex-grow: 1;
}

.collection-social .cls-content .avatar {
    flex-shrink: 0;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.collection-social.style-2 .cls-content {
    background-color: rgba(255, 255, 255, 0.5);
}

.collection-social video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    cursor: pointer;
}

.collection-social:hover video {
    pointer-events: auto;
}

.collection-social .poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.collection-social .poster.hide {
    opacity: 0;
    pointer-events: none;
}

.features-image-wrap {
    display: flex;
    gap: 28px;
}

/* section-product-card */
.section-product-card {
    position: relative;
    overflow: hidden;
}

.tabs-product-wrap {
    display: flex;
    gap: 60px;
}

.tabs-product-wrap .tab-product {
    width: 32.1%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: auto;
}

.tabs-product-wrap .tab-product::-webkit-scrollbar {
    height: 0px;
}

.tabs-product-wrap .tab-product li {
    flex-shrink: 0;
}

.tabs-product-wrap .tab-product .nav-tab-item::before {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.tabs-product-wrap .tab-product a {
    padding: 0;
    border-radius: 12px;
    background: rgba(22, 17, 50, 1);
    display: flex;
}

.tabs-product-wrap .tab-product a::after {
    position: absolute;
    content: '';
    inset: 0 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.tabs-product-wrap .tab-product a::before {
    background-size: 100% 100% !important;
    top: unset;
    height: 100%;
    opacity: 0;
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%) !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tabs-product-wrap .tab-product a:hover::before ,
.tabs-product-wrap .tab-product a.active::before {
    opacity: 1;
}
 
.tabs-product-wrap .tab-product a div {
    padding: 23px;
    border-radius: 12px;
    background: rgba(22, 17, 50, 1);
    flex-grow: 1;
}

.tabs-product-wrap > div {
    width: 63.57%;
}

.tabs-product-wrap .tab-content {
    position: relative;
}

.tabs-product-wrap .tab-pane {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: block !important;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs-product-wrap .tab-pane.show {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
}

.border-hover {
    position: relative;
}

.border-hover::before {
    position: absolute;
    content: '';
    inset: 0 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.border-hover.active::before,
.border-hover:hover::before {
    background: linear-gradient(270deg, #C3105E 0%, #BDFFF5 48.94%, #9978FA 98.88%) !important;
    animation: bghover 5s linear infinite;
    background-size: 400% 400% !important;
    border-radius: 12px;
}

.border-hover>* {
    position: relative;
    z-index: 5;
    margin: 1px;
}

/* innerpage */
.tabs-product-wrap.style-col {
    flex-direction: column;
    gap: 48px;
}

.tabs-product-wrap.style-col .tab-product {
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

.tabs-product-wrap.style-col .tab-product a {
    padding: 0;
    background-color: rgba(12, 7, 42, 1);
    border-radius: 99px;
    overflow: hidden;
    margin: 2px;
}

.tabs-product-wrap.style-col .tab-product a div {
    padding: 10px 22px;
    background-color: rgba(12, 7, 42, 1);
    border-radius: 99px;
    margin: 2px;
}

.tabs-product-wrap.style-col .tab-product .border-hover::before {
    border-radius: 99px;
    /* inset: 0 0; */
}

.tabs-product-wrap.style-col .tab-content {
    width: 100%;
}

.swiper-pagination {
    position: unset;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    position: relative;
    opacity: 1 !important;
}

.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid rgba(255, 255, 255, 1);
}

/* section-packed */
.section-packed>.img-1 {
    width: 1297px;
    height: 575px;
    opacity: 0.15;
    transform: rotate(-157.24deg);
    background: linear-gradient(89.64deg, #C81B88 4.49%, #26E6E6 84.9%);
    filter: blur(250px);
}

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

.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: 98px;
    height: 98px;
    border-radius: 50%;
    background: rgba(36, 39, 78, 1);
    margin: 1px;
    position: relative;
    z-index: 5;
}

.box-icon-item p {
    color: rgba(255, 255, 255, 0.7);
}

/* section-addition */
.wrap-grid-box.style-1 {
    gap: 20px 60px;
}

.addition-item {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 11px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* 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);
}

/* section-trusted */
.section-trusted>.img-1 {
    top: -168px;
    left: 165px;
    width: 1297px;
    height: 575px;
    opacity: 0.15;
    transform: rotate(-157.24deg);
    background: linear-gradient(89.64deg, #C81B88 4.49%, #26E6E6 84.9%);
    filter: blur(250px);
}

.section-trusted-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 88px;
    flex-wrap: wrap;
}

.section-trusted-wrap .box {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 23px 31px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-trusted-wrap .box img {
    height: 80px;
}

/* footer */
footer {
    position: relative;
    overflow: hidden;
}

footer>.img-1 {
    bottom: -151px;
    left: 105px;
    width: 1747px;
    height: 517px;
    opacity: 0.1;
    transform: rotate(-179.43deg);
    background: rgba(170, 42, 255, 1);
    filter: blur(200px);
    z-index: -1;
}

footer>.img-2 {
    top: 49px;
    left: 113px;
}

footer>.img-3 {
    bottom: 35px;
    left: -8px;
}

footer>.img-4 {
    left: 349px;
    bottom: 3px;
}

footer>.img-5 {
    top: 50px;
    right: -9px;
}

footer>.img-6 {
    right: 37px;
    bottom: 3px;
}

footer .logo {
    margin-bottom: 36px;
}

footer .heading {
    margin-bottom: 36px;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 60px;
    margin-bottom: 60px;
}

footer ul li {
    display: flex;
    align-items: center;
    gap: 12px;

}

/* mailchimp-wrap */
.mailchimp-wrap {
    display: flex;
    gap: 100px;
    align-items: center;
}

.mailchimp-wrap .image {
    width: 51%;
    flex-shrink: 0;
    border: 0.5px solid #070707;
    box-shadow: 0px 10px 50px 0px #00000033;
    box-shadow: 0px 20px 30px 0px #0000004D;
    box-shadow: 0px 0px 1px 0px #000000B2;
}

.mailchimp-wrap .image img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mailchimp-wrap .content {
    flex-grow: 1;
}

.mailchimp-wrap .content .heading-section {
    margin-bottom: 40px;
}

/* sib-form */
.sib-form {
    padding: 0;
    font-family: "Kumbh Sans", sans-serif !important;
}

#sib-container {
    background-color: unset;
    padding: 0;
}

.sib-form .entry__field {
    background-color: unset;
    border: 0;
    box-shadow: none !important;
    margin: 0;
}

.sib-form .sib-form-container .input {
    border: 1px solid #FFFFFF1A;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 99px;
    padding: 18px 23px;
    width: 100%;
    background: #FFFFFF1A;
    color: #fff !important;
    backdrop-filter: blur(12px);
    height: unset !important;
}

.sib-form .sib-form-container .input::placeholder {
    color: #4D4E4F !important;
    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;
}

.sib-form .entry__specification,
.sib-form .entry__error,
.entry__specification,
.entry__label {
    margin: 0 !important;
}

.sib-form-block {
    padding: 0;
}

.sib-optin {
    display: none;
}

#sib-form {
    position: relative;
}

#sib-form .sib-form-block__button {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 11px 40px;
}

.sib-form .clickable__icon {
    margin: 0 5px 0 0;
    fill :#fff;
}

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

@keyframes movedown {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    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(-15px);
        transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}