@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("./fonts/LineIcons.css");

:root {
    --colorPrimary: #181717;
    --color-dark: #14142B;
    --colorSecondary: #FC6C75;
    --PrimaryBgColor: #14142b;
    --SecondaryBgColor: rgba(150, 247, 210, 0.12);
    --buttonPrimary: #BF1E2E;
    --buttonSecondary: #14142B;
    --bs-dark: #000f14;
    --bs-danger: #FF807B;
    --bs-primary: #181717;
    --bs-light: #f7f7fc;
    --bs-white: #fcfcfc;
    --bs-info: #0576f0;
    --bs-blue-light: #A0A3BD;
    --bs-blue-light2: #A2B3BD;
    --bs-red: #BF1E2E;
    --bs-red2: #EC1D25;
    --bs-pink: #FF5162;
    --bs-pink2: #D35A6B;
    --bs-pink3: #D25662;
    --bs-pink4: #FF5162;
    --bs-dark1: #211919;
    --bs-gray-light: #AE8C8F;
    --bs-gray-light2: #DEC0C1;
    --bs-light-rgb: 247, 247, 252;
    --bs-danger-rgb: 255, 128, 123;
    --bs-dark-rgb: 0, 15, 20;
    --bs-white-rgb: 252, 252, 252;
    --bs-info-rgb: 5, 118, 240;

}

/* ::selection {
    background-color: #ffcc00;
    color: #000;
} */

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
    color: #14142b;
    padding: 0 !important;
}

html {
    overflow-x: hidden;
}

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v88/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOej.woff2) format("woff2");
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 52px;
    line-height: 64px;
}

h2 {
    font-size: 48px;
    line-height: 64px;
}

h3 {
    font-size: 36px;
    line-height: 48px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

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

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

hr {
    background-color: rgba(0, 0, 0, 0.26);
}

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

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

.text-blue-light {
    color: var(--bs-blue-light) !important;
}

.text-blue-light2 {
    color: var(--bs-blue-light2) !important;
}

.text-gray-light {
    color: var(--bs-gray-light) !important;
}

.text-gray-light2 {
    color: var(--bs-gray-light2) !important;
}

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

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

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

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

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

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

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

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

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

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

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

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

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

.font-32 {
    font-size: 32px;
    line-height: 48px;
}

.font-40 {
    font-size: 40px;
    line-height: 50px;
}

.font-48 {
    font-size: 48px;
    line-height: 58px;
}

.mb-2-5 {
    margin-bottom: 0.75rem !important;
}

.mb-3-5 {
    margin-bottom: 1.25rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.link-info {
    color: #005bd4;
    transition: 300ms ease-in-out all;
}

.link-info:focus,
.link-info:hover {
    color: #005bd4;
    text-decoration: underline;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(255 0 0 / 25%);
}

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

.border-gray {
    border: 1px solid #7D343A
}

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

.text-gradient {
    background: -webkit-linear-gradient(rgba(197, 255, 170, 1),
            rgba(0, 186, 198, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-1 {
    background: -webkit-linear-gradient(95.08deg,
            #945bf1 2.49%,
            #bb48bf 47.37%,
            #f67e4d 97.19%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
    background: linear-gradient(95deg, #3fa53c 2.49%, #006cd0 97.19%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-grayscale {
    color: rgba(78, 75, 102, 1);
}

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

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

.fw-bolder {
    font-weight: 800 !important;
}

.rounded-8 {
    border-radius: 8px;
}

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

.mid-nav .nav-item .nav-link {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.mid-nav .nav-item .nav-link:hover {
    background: #dfdfdf;
}

a,
.nav-link {
    color: #0a0a0a;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-primary);
    border-radius: 8px;
}

a:hover,
.nav-link:hover {
    color: var(--colorPrimary);
}

.active,
a.active {
    color: var(--colorPrimary);
    /* font-weight: 700; */
}

.nav-link:focus,
.nav-link:hover {
    color: var(--colorPrimary);
}

.navbar-brand img {
    height: 36px;
}

/* Navbar responsive */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    box-shadow: none;
}

.navbar-toggler {
    height: 45px;
    position: relative;
}

.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 2px;
    width: 25px;
    margin-top: 6px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.dropdown-toggle::after {
    content: "\eb27";
    display: inline-block;
    font: normal normal normal 1.2em/1 "LineIconsPro Regular";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    vertical-align: 0;
    margin-left: 6px;
    font-size: 10px;
    font-weight: 900;
}

th {
    font-weight: 400;
}

.object-contain {
    object-fit: contain;
}

.text-p {
    color: #4e4b66;
}

/* ------------------- New navigation CSS START ------------------- */

.wsmain {
    padding: 0 15px;
    max-width: 1320px;
}

.smllogo {
    width: auto;
    padding: 5px 0;
}

.smllogo img {
    width: 99px;
}

.wsmenu {
    width: 84%;
    border-left: 0px;
    float: right;
    font-size: 14px;
}

.wsmenu>.wsmenu-list>li {
    padding: 0;
    line-height: 0;
}

.wsmenu>.wsmenu-list>li>a {
    padding: 16px 14px 16px 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>.navtext::after {
    display: inline-block;
    font: normal normal normal 32px/1 "LineIconsPro Regular";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-weight: 900;
    font-size: 9px;
    position: relative;
    right: -7px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing {
    top: 44px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 44px;
    padding: 4px 5px;
}

.wsmenu>.wsmenu-list>li:hover>a {
    /* background-color: #f5f5f5; */
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    /* padding: 20px 11px; */
    font-size: 14px;
    color: #14142b;
    height: 100%;
    display: flex;
    align-items: center;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
    background-color: #f5f5f5;
    border-left: 3px solid var(--bs-primary);
}

.wsmenu>.wsmenu-list>li>a {
    border-bottom-color: #eff0f7;
}

.img-menu a,
.img-menu a img {
    transition: 300ms ease-in-out all;
}

.img-menu a:hover {
    transform: scale(1.04);
}

.img-menu a:hover img {
    box-shadow: rgba(0, 36, 36, 1) 0px 0px 0px 0.5px;
}

/* ------------------------ New navigation CSS END ----------------------*/

.btn {
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    /* min-width: 148px; */
    padding: 0.55rem 0.75rem;
}

.btn-primary {
    background-color: var(--buttonPrimary);
    border-color: var(--buttonPrimary);
    transition: 200ms ease-in-out all;
    /* box-shadow: inset 2px 0px 2px #037368, 2px 0px 2px #037368, inset 0px -2px 2px #037368, inset 0px 2px 2px #037368; */
}

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #4e0d14 !important;
    border-color: #4e0d14;
    color: #ffffff !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #002424;
    border-color: #002424;
    box-shadow: 0 0 0 0.25rem rgba(0, 36, 36, 0.2);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: rgba(0, 36, 36, 0.5);
    border-color: #e8fffd;
    box-shadow: 0 0 0 0.25rem rgba(0, 36, 36, 0.2);
}

.btn-secondary {
    background-color: var(--buttonSecondary);
    border-color: #14142B;
    color: #FCFCFC;
    font-weight: 500;
}

.btn-secondary:hover {
    background-color: #080812;
}

.btn-white {
    background-color: white;
    border-color: #002424;
    color: #002424;
    font-weight: 500;
}

.btn-white:hover {
    background-color: #14142B;
    border-color: #14142B;
    color: white;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #e8fffd;
    border-color: #e8fffd;
}

.btn-outline-primary {
    color: #14142b;
    border-color: #14142b;
    transition: 300ms ease-in-out all;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    border-color: #14142b;
    background-color: #14142b;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(3, 115, 104, 0.39);
}

.btn-transparent {
    background: rgba(255, 255, 255, 0.24);
}

.primary-bg {
    background-color: var(--PrimaryBgColor);
}

.secondary-bg {
    background-color: var(--SecondaryBgColor);
}

.bg-dark1 {
    background: var(--bs-dark1) !important;
}

.align-middle.rotate180 span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

section,
footer,
.container-fluid {
    /* max-width: 1530px;
    margin: 0 auto; */
    position: relative;
}

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

.m-top {
    margin-top: 0;
}

.card-box {
    -webkit-box-shadow: 0px 30px 20px 10px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 30px 20px 10px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 30px 20px 10px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    border: none;
    overflow: hidden;
    transition: 800ms ease-in-out all;
}

.card-box img {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    transition: 800ms ease-in-out all;
}

.card-box:hover img {
    transform: scale(1.2);
}

.card-box:hover h5 {
    color: var(--colorPrimary);
}

.bg-soon {
    background-color: #f5587b;
    border-radius: 100px;
}

.bg-soon-outline {
    border-color: #f5587b !important;
    color: #f5587b;
}

/* .badge {
    font-size: 9px;
    font-weight: 600;
} */

.form-switch .form-check-input {
    width: 4em;
    height: 2em;
    cursor: pointer;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.form-check-input,
.form-check-label {
    cursor: pointer;
}

.form-check-input[type="radio"] {
    padding: 9px;
    background-color: #d9dbe9;
    border-color: #d9dbe9;
}

.form-check-input:checked {
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

.form-check-input:focus {
    /* background-color: rgba(3, 115, 104, 0.01); */
    border-color: #e0e0e0;
    box-shadow: none;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23ffffff'/></svg>");
}

.form-floating>.form-control,
.form-floating>.form-select,
.form-floating .form-control {
    height: calc(3.5rem + 0px);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    color: #6e7191;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti__arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4e4b66;
}

.btwn-divinder {
    background: #ffffff;
    top: -12px;
    width: 50px;
    z-index: 1;
}

.form-control {
    color: #14142b;
    background-color: #FCFCFC;
    border: 1px solid #eff0f7;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "LineIconsPro Regular";
    content: "\eb2b";
    font-size: 12px;
}

.breadcrumb-item a {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: var(--PrimaryBgColor);
    font-weight: 600;
}

.tooltip>.tooltip-inner {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #00407c;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #00407c;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #00407c;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #00407c;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #00407c;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    isolation: unset;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    font-weight: 600;
    border-bottom: 2px solid var(--colorPrimary);
}

:focus-visible {
    outline: none;
}

/* ----------------------------- Home page Css ----------------------------- */

/* Home page Hero Section Start */
.hero-bnr {
    /* background-image: url("../images/hero-bg.png"); */
    background-image: url("../images/wave-bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    /* height: 360px; */
}

.hero-img {
    position: relative;
    top: 0;
}

/* .hero-img::before {
    content: url("../images/svg/vector.svg");
    position: absolute;
    right: 225px;
    top: -55px;
}

.hero-img::after {
    content: url("../images/svg/lightning.svg");
    position: absolute;
    right: 426px;
    top: 400px;
    z-index: -1;

} */

/* .warms::after {
    content: url("../images/svg/warm.svg");
    position: absolute;
    top: 255px;
    right: 0;
}

.warms::before {
    content: url("../images/svg/warm-2.svg");
    position: absolute;
    top: 358px;
    left: 0;
} */
.check-list {
    list-style-type: none;
    padding-inline-start: 12px;
}

.check-list li {
    list-style: none;
    position: relative;
}

.check-list li::before {
    content: "\ec50";
    display: inline-block;
    font: normal normal normal 1.2em/1 "LineIconsPro Regular";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-weight: 900;
    color: #1e7b73;
    position: relative;
    right: 8px;
}

/* Home page Hero Section end */

/* Swagify is free section START */
.wave-line::before {
    content: url("../images/wave-line.svg");
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}

/* Swagify is free section END */

/* Crafted and built for the winner in you START */
.card-bg-1 {
    background-color: #ebecfe;
}

.card-bg-2 {
    background-color: #eaf9de;
}

.card-bg-3 {
    background-color: #e3feff;
}

.card-bg-4 {
    background-color: #fff4eb;
}

.card-bg-5 {
    background-color: #ffecfc;
}

.card-bg-6 {
    background-color: #f2f0ff;
}

.card-bg-7 {
    background-color: #f7f3ea;
}

.card-bg-8 {
    background-color: #e0fff8;
}

/* Crafted and built for the winner in you END */

/* Integrate your account with the best e-com START */
.bg-grayscale {
    background-color: #f7f7fc;
}

.integrations {
    transition: 300ms ease-in-out all;
}

.integrations:hover {
    transform: scale(1.08);
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* Integrate your account with the best e-com END */

/* Stories section START */
#storiescarousel .carousel-control-next,
#storiescarousel .carousel-control-prev {
    top: auto;
    bottom: 35px;
    width: 5%;
}

/* Stories section END */

/* blog posts START */
.tag-bg {
    background: #cbffae;
}

/* blog posts END */

/* why swagify POS START */
.why-swagify {
    background: url("../images/why-swagify-hero-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.up-70 {
    margin-top: -70px;
}

.bg-teal {
    background-color: #005649;
}

.withshadow {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 26px;
    margin-right: 30px;
    box-shadow: -20px -20px 0px 0px rgb(0 133 122);
}

/* why swagify POS END */

/* Our Story START */
.story-hero {
    background-image: url("../images/story-hero.png");
    background-position: bottom;
    background-size: cover;
}

.ak-img {
    position: absolute;
}

/* Our Story END */

/* success stories START */
.success-bg {
    background-image: url("../images/real-people-bg.png");
    background-position: bottom;
    background-size: cover;
}

.play-button {
    position: relative;
    top: 20px;
    left: 10px;
}

.play-button .play-text {
    position: relative;
    top: 6px;
    left: 14px;
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: 18px;
    left: -10px;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background: #4e4b66;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background: #4e4b66;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}

.play-button:hover .video-play-button:after {
    background-color: #343450;
}

.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 1px;
    left: 22px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* success stories END */

/* affiliate START */
.affiliate-hero {
    background-image: url("../images/affiliate-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gradient-gray {
    background: linear-gradient(95.08deg, #535664 2.49%, #202d3a 97.19%);
    box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.08);
}

/* affiliate END */

/* footer START */
.bg-footer {
    /* background: url("../images/homev2/footer-bg.webp"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(180deg, #000000 26.1%, #BF1E2E 226.54%);

}

.social-link a,
.social-link a img,
.footer-links li a {
    transition: 300ms ease-in-out all;
}

.social-link a img {
    filter: opacity(0.5);
}

.social-link a:hover img {
    filter: opacity(1);
}

.footer-links li a {
    color: var(--bs-light-rgb);
    line-height: 44px;
    opacity: 0.8;
    font-weight: 300;
}

.footer-links li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-links li a.disabled {
    pointer-events: none;
    cursor: default;
    color: #6e7191;
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: #6e7191;
}

/* footer END */

/* How it works START*/
/* .how-works {
    margin: 22% 0 0;
} */

.how-works::after {
    content: url("../images/svg/vector2.svg");
    position: absolute;
    top: 170px;
    left: 35px;
}

.brush-bg::after {
    display: inline-block;
    margin: -155px 0 8px 0;
    content: " ";
    text-shadow: none;
    background: url("../images/brush.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}

/* How it works END */

/* A light yet powerful approach START */
.squre-bg {
    background-image: linear-gradient(to bottom, #ffffff00 95%, #f6f6f6 95%),
        linear-gradient(to right, #ffffff 95%, #f6f6f6 95%);
    background-size: 12px 20px, 20px 1px;
    border: 0.5px solid #f5f5f5;
    height: 540px;
    background-position: center;
    margin-top: 65px !important;
}

.brush2::after {
    display: inline-block;
    margin: -32px ​0 8px 0;
    content: " ";
    text-shadow: none;
    background: url("../images/svg/brush2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0%;
    top: 0;
}

.alight::after {
    content: url("../images/svg/vector3.svg");
    position: absolute;
    top: 410px;
    right: -20px;
}

.brush-large {
    background-image: url("../images/svg/brush-large.svg");
    background-position: center;
    background-repeat: no-repeat;
}

/* A light yet powerful approach END */

/* Integrations START */
.integrations-bg {
    background-image: url("../images/integrations-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
}

/* Integrations END */

/* Our Catalog START */
.card-img-top {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}

.brush2-bg::after {
    content: url("../images/svg/brush2.svg");
    position: absolute;
    left: 0;
    top: -35px;
    transform: rotate(12deg);
}

.our-catalog:hover img {
    border-radius: 12px;
    transition: 300ms ease-in-out all;
}

.our-catalog:hover {
    text-decoration: underline;
}

.our-catalog:hover img {
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.brush3::after {
    content: url("../images/svg/brush2.svg");
    position: absolute;
    left: -65px;
    top: -35px;
}

.dots::before {
    content: url("../images/svg/dots.svg");
    position: absolute;
    right: -35px;
    top: -90px;
}

/* New Catalog CSS START */
.catalog-card {
    position: relative;
    overflow: hidden;
}

.catalog-card img {
    transition: 300ms ease-in-out all;
}

.catalog-card:hover img {
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.01);
}

.catalog-card::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 92%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.catalog-card h5 {
    position: relative;
    z-index: 1;
}

.trending-badge {
    color: #0041ac;
    background: #e3feff;
}

.bestseller-badge {
    color: #18bb0c;
    background: #eaf9de;
}

.bg-darknavy {
    background-image: url("../images/navy-bg.png");
    background-color: #14142a;
    height: 450px;
}

/* New Catalog CSS END */

/* Our Catalog END */

/* Successful ECOM Business start */
.zero-bg {
    background-image: url("../images/zero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
}

.largetext {
    font-size: 72px;
    line-height: 72px;
}

.fulfill::before {
    content: url("../images/svg/ellipse-large.svg");
    position: absolute;
    right: -105px;
    top: -70px;
}

.fulfill::after {
    content: url("../images/svg/ellipse-small.svg");
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1;
}

/* Successful ECOM Business END */

/* Home page Css end */

/* Channels integrations CSS START */
.shopify-hero-bg {
    background-image: url("../images/shopify-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-royalblue {
    background: #001f53;
    box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.08);
}

.bg-withplus {
    background-image: url("../images/icons/plus-sign.png");
    background-size: 15px;
    background-repeat: repeat;
}

/* Channels integrations CSS END */

/* FAQS Page CSS START */
.faq-hero {
    background-image: url("../images/faq-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button {
    /* color: #14142B;
    font-weight: 400;
    border-radius: 16px; */
    background: #f7f7fc;
}

.faq-accordion.accordion-flush .accordion-item .accordion-button,
.faq-accordion.accordion-flush .accordion-item {
    border-radius: 8px;
    border-color: #f7f7fc !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* background: #F7F7FC; */
    color: #14142b;
    /* font-weight: 600; */
}

/* .faq-accordion .accordion-body {
    padding-top: 0;
} */

/* FAQS Page CSS END */

/* Login Signup START */

.loginsignup::-webkit-scrollbar {
    display: none;
}

.loginsignup {
    -ms-overflow-style: none;
    /* IE and Edge */
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    /* Firefox */
}

.social-signup-btns .btn {
    background: #f7f7fc;
    padding: 12.2px;
    border-radius: 4px;
    transition: 300ms ease-in-out all;
}

.social-signup-btns .btn:hover {
    transform: scale(1.1);
    /* background: #f1f1f1; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* Login Signup END */

/* Catalog page CSS START */
.catalog-hero-bnr {
    /* background-image: url("../images/plus.jpg"); */
    background-repeat: repeat;
    background-position: center;
    background-size: 50px;
    background: linear-gradient(95.08deg, #535664 2.49%, #202d3a 97.19%);
}

.brush4::after {
    content: " ";
    display: inline-block;
    position: absolute;
    text-shadow: none;
    background: url("../images/brush.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -58px;
    left: -62px;
}

.categories .accordion-button:not(.collapsed) {
    color: #0a0a0a;
    background-color: transparent;
    box-shadow: none;
}

#FaqAccordion .accordion-button:not(.collapsed)::after {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A0A0A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' clip-rule='evenodd' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='%2314142b' stroke-width='2' d='M9 9h0ZM1.5 9h15'/%3E%3C/svg%3E");
    transform: none;
}

#FaqAccordion .accordion-button::after {
    background-size: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%2314142B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 1.5v15M1.5 9h15'/%3E%3C/svg%3E");
}

.category-list {
    font-size: 15px;
    line-height: 30px;
}

/* .category-list a {
    font-weight: 400;
} */

.category-list a:hover {
    text-decoration: underline;
}

.cat-box,
.cat-box .cat-bg {
    position: relative;
    overflow: hidden;
    transition: 300ms ease-in-out all;
}

/* .cat-box:hover .cat-bg {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
} */

.cat-box .cat-bg img {
    transition: 800ms ease-in-out all;
}

.cat-box:hover .cat-bg img {
    transform: scale(1.2);
    transition: 800ms ease-in-out all;
}

.cat-box:hover {
    text-decoration: underline;
}

.m-buttons {
    position: fixed;
    bottom: 0;
    background: #f0f7ff;
    z-index: 1055;
    /* padding: 10px; */
    -webkit-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.2);
}

.lock-scroll {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
}

.cat-bg-position {
    background-size: 100%;
    /* height: 480px; */
    background-position: center;
    background-repeat: no-repeat;
}

.mens-catalog-bnr {
    background-image: url("../images/mens-clothing-bnr.jpg");
}

.womens-catalog-bnr {
    background-image: url("../images/womens-clothing-bnr.jpg");
}

.kids-catalog-bnr {
    background-image: url("../images/kids-clothing.png");
}

.hats-catalog-bnr {
    background-image: url("../images/headwear.png");
}

.accessories-catalog-bnr {
    background-image: url("../images/accessories-bnr.jpg");
}

.hmliving-catalog-bnr {
    background-image: url("../images/home-living-bg.jpg");
}

.unisex-catalog-bnr {
    background-image: url("../images/unisex-clothing.png");
}

/* Catalog page CSS END */

/* Products list page css START */
/* Product colors list */
.coloropt {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: 2px solid #edf2f7;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s linear 0s;
}

.coloropt+.coloropt {
    margin-left: calc(20 * -1px);
}

.colorbox:hover .coloropt+.coloropt {
    margin-left: calc(10 * -1px);
}

.productcard img {
    -webkit-animation: fade-in-bck 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bck 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.productcard h6 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.productcard img+img {
    display: none;
    opacity: 0;
    transform: scale(0);
}

.productcard:hover img {
    display: none;
    opacity: 0;
    transform: scale(0);
}

.productcard:hover img+img {
    display: block;
    opacity: 1;
    transform: scale(1);
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    -webkit-animation: fade-in-bck 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bck 0.9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; */
}

/* @-webkit-keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
} */

/* @keyframes fade-in-bck {
    0% {
        -webkit-transform: translateZ(80px);
        transform: translateZ(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
} */

/* Products list page css END */

/* Product Detail page CSS START */
.productsizes span {
    height: 42px;
    max-width: 120px;
    border: 2px solid #eff0f7;
    background: #fcfcfc;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 4px;
    min-width: 42px;
    padding: 0 6px;
    transition: 300ms ease all;
}

.productsizes span:hover {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

/* .colors-radio {
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
} */

/* .colors-radio label,
.colors-radio [type="radio"]:not(:checked)+label,
.colors-radio input[type="radio"]:checked+label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #D9DBE9;
    cursor: pointer;
    transition: all .2s ease-in-out;
} */

/* .colors-radio input[type="radio"]:checked+label::after,
.colors-radio input[type="checkbox"]:checked+label::after {
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    color: #e3e3e3;
    position: absolute;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    border: 4px solid #14142A;
    transition: all .2s ease-in-out;
} */

.colors-radio input[type="radio"]:checked+label::before {
    content: "\ec50";
    display: inline-block;
    font-size: 12px;
    /* line-height: 1; */
    font-family: "LineIconsPro Regular";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #f1f1f1;
    font-weight: bold;
    position: absolute;
    margin: -2px 4px;
    text-shadow: 0px 0px 1.5px #000000;
}

.colors-radio input[type="radio"]:checked+label {
    transform: scale(1.2);
}

.imgthumbs.carousel-indicators {
    position: relative;
    margin: 0;
    /* margin-top: 15px; */
}

.imgthumbs.carousel-indicators [data-bs-target] {
    width: 100%;
    height: 108px;
    max-width: 90px;
    border: 1px solid rgba(10, 10, 10, 0.16);
    border-radius: 8px;
    overflow: hidden;
}

.imgthumbs.carousel-indicators button img {
    display: block;
}

.imgthumbs.carousel-indicators .active {
    border: 1px solid #002925;
}

/* Rating */
.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}

.stars::before {
    content: "★";
    letter-spacing: 3px;
    background: linear-gradient(90deg,
            #ff9000 var(--percent),
            #e3e3e3 var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#product_info .accordion-button {
    background: #fcfcfc;
    border-radius: 4px;
}

.accordion-button:not(.collapsed) {
    color: var(--PrimaryBgColor);
}

.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A0A0A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* .carousel-item {
    transition: transform 0.1s ease-in-out;
} */

/* .ven-heading {
    font-size: 12px;
    color: #37474F;
    text-transform: uppercase;
} */

.veninfo {
    font-size: 14px;
}

.venoptional {
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

.colorssmall span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 2px;
    margin-top: 2px;
    border: 0.1px solid #c1c1c1;
}

.offerings-img {
    width: 68px;
    min-width: 68px;
    height: 68px;
    object-fit: cover;
}

.single-item .slick-list {
    margin: 0 20px;
}

.single-item .slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    left: 5px;
    right: auto;
    bottom: -26px;
}

.single-item .slick-dots li button {
    visibility: hidden;
}

.single-item .slick-dots li {
    opacity: 0.2;
    width: 10px;
}

.single-item .slick-dots li.slick-active {
    opacity: 1;
}

.single-item .slick-arrow {
    width: 28px;
    height: 28px;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
}

.single-item .slick-arrow
/* Product Detail page CSS END */

/* contact us CSS START */
.halfbg {
    background: var(--colorPrimary);
    position: relative;
    min-height: calc(100vh - 120px);
}

.halfbg::before {
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    height: calc(100% - 55%);
    bottom: 0;
    width: 100%;
}

.topics-chk {
    border-radius: 8px;
    padding: 6.6px 12px;
    min-width: 20%;
}

.topics-chk .form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.support-check {
    background: #ffe6b0;
    color: #946300;
}

.sales-check {
    background: #e3feff;
    color: #0576f0;
}

.media-check {
    background: #f2f0ff;
    color: #aa33ff;
}

.general-check {
    background: #f7f3ea;
    color: #82704c;
}

.contact-cards .shadow {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.04) !important;
}

/* contact us CSS END */

/* collaborate CSS START */

/* Hide all steps by default: */
.collabstep {
    display: none;
}

button:hover {
    opacity: 0.8;
}

/* collaborate CSS END */

/* Terms and Policy page CSS START */
.page-section {
    margin-top: 5%;
}

.page-section::before {
    display: block;
    content: " ";
    margin-top: -124px;
    height: 124px;
    visibility: hidden;
    pointer-events: none;
}

.list-group-item {
    border: none;
    transition: 100ms ease all;
}

.list-group-item.active {
    color: #005bd4;
    background-color: transparent;
    border-color: none;
    border: none;
}

.navigation {
    width: 260px;
    top: 60px;
    font-size: 14px;
    padding-bottom: 50px;
    transition: 80ms ease all;
}

.navigation .accordion-button {
    background-color: #e7f1ff;
}

.navigation .navigation__link {
    padding: 8px 0;
    transition: 80ms ease all;
}

.navigation.fixed {
    position: fixed;
    height: 100%;
}

.navigation::before {
    display: block;
    content: " ";
    margin-top: -200px;
    height: 200px;
    visibility: hidden;
    pointer-events: none;
}

.navigation.fixed .onlymobile {
    padding-bottom: 240px;
    width: 100%;
    top: 38px;
    background: #fff;
    position: absolute;
    height: calc(100vh - 100px);
    overflow-y: auto;
    transition: 0ms ease all;
}

/* width */
.navigation.fixed .onlymobile::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.navigation.fixed .onlymobile::-webkit-scrollbar-track {
    background: #f7f7f7;
}

/* Handle */
.navigation.fixed .onlymobile::-webkit-scrollbar-thumb {
    background: rgb(207, 207, 207);
}

/* Handle on hover */
.navigation.fixed .onlymobile::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Pricing page css START*/
.pricingcard {
    border: 1px solid rgba(0, 41, 37, 0.16);
    border-radius: 12px;
    background: #f7f7fc;
    transition: 100ms ease all;
}

.productsizes span:hover {
    border-color: #1f7e6c;
    color: #1f7e6c;
}

.colors-radio {
    position: relative;
    margin-right: 10px;
    margin-top: 4px;
}

.colors-radio label,
.colors-radio [type="radio"]:not(:checked)+label,
.colors-radio input[type="radio"]:checked+label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid #d9dbe9;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.colors-radio input[type="radio"]:checked+label::after,
.colors-radio input[type="checkbox"]:checked+label::after {
    content: "";
    display: inline-block;
    height: 28px;
    width: 28px;
    color: #e3e3e3;
    position: absolute;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    border: 4px solid #14142a;
    transition: all 0.2s ease-in-out;
}

.colors-radio input[type="radio"]:checked+label::before {
    content: "\ec50";
    display: inline-block;
    font-size: 10px;
    /* line-height: 1; */
    font-family: "LineIconsPro Regular";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    margin: -2px 5px;
}

.pricingcard:hover .btn-outline-primary {
    background-color: var(--colorPrimary);
    color: #fff;
}

.pricing-badge {
    bottom: -13px;
    display: inline-flex;
    margin: 0 auto;
    width: auto;
    left: 0;
    right: 0;
    width: 105px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(95.08deg,
            #f639d1 2.49%,
            #ab2eff 46.38%,
            #00c7ff 97.19%);
    border-radius: 8px;
}

/* New Pricing CSS START */
.pricing-hero {
    background-image: url("../images/dotted-pattern.png"),
        linear-gradient(95.08deg, #101010 2.49%, #002424 97.19%);
}

#pricetabs.nav-pills .nav-link.active {
    background: linear-gradient(95.08deg, #535664 2.49%, #202d3a 97.19%);
}

.price-text-1 {
    background: linear-gradient(95.08deg, #12abb9 2.49%, #16195d 97.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.price-text-2 {
    background: linear-gradient(95.08deg, #00baff 2.49%, #063ef9 97.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.points-gradient {
    background: linear-gradient(95.08deg, #ae5388 2.49%, #3d1052 97.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
}

.tbody-shadow::after {
    content: "";
    box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, -1);
    width: 100%;
    height: 4px;
}

/* .pricingcard:hover,
.pricingcard.active {
    background: linear-gradient(95.08deg, #04056b 2.49%, #6091f7 97.19%);
    color: #fff !important;
} */

.pricingcard:hover .price-text-1,
.pricingcard:hover .price-text-2 {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.calc-text {
    background: linear-gradient(95.08deg,
            #fdfd9b 2.49%,
            #f9f906 46.38%,
            #c7c705 97.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.swagify-elite {
    background: linear-gradient(95.08deg, #535664 2.49%, #202d3a 97.19%);
}

.swagify-pro {
    background: linear-gradient(95.08deg, #ae5388 2.49%, #3d1052 97.19%);
}

.subscription-1 {
    background: linear-gradient(95.08deg, #e3f7ff 2.49%, #ffd8c3 97.19%);
    box-shadow: 18px 18px 0px 0px #535664, 18px 18px 0px 0px #202d3a;
}

.subscription-2 {
    background: linear-gradient(95.08deg, #edf7f8 2.49%, #b5c7e1 97.19%);
    box-shadow: 18px 18px 0px 0px #535664, 18px 18px 0px 0px #202d3a;
}

.subscription-3 {
    background: linear-gradient(95.08deg,
            #faceb8 2.49%,
            #e6afcc 33.56%,
            #c8bee5 64.63%,
            #acd1f1 97.19%);
    box-shadow: 18px 18px 0px 0px #535664, 18px 18px 0px 0px #202d3a;
}

/* Small screen pricing plans START */
.sm-plans.slick-initialized .slick-slide {
    /* opacity: 0.5; */
    transition: 200ms ease-in all;
    margin-left: 12px !important;
    /* min-width: 360px; */
    width: 340px !important;
}

.sm-plans.slick-slider .slick-track {
    width: 1476px !important;
}

/* Small screen pricing plans END */
/* Pricing page css END*/

/* Career Page CSS START */
.career-hero {
    background-image: url("../images/dotted-pattern.png"),
        linear-gradient(95.08deg, #101010 2.49%, #002424 97.19%);
}

.career-hero-img {
    box-shadow: -18px -18px 0px 0px #ffe6b0;
}

.blue-cirlce::after {
    content: "";
    background-image: url("../images/svg/blue-scribble-circled.svg");
    background-repeat: no-repeat;
    width: 232px;
    height: 100%;
    position: absolute;
    background-size: contain;
    left: -12px;
    top: 6px;
}

.career-sec-2 {
    background-image: url("../images/wave-2.png"),
        linear-gradient(95.08deg, #e0fff8 2.49%, #e0fff8 97.19%);
    background-repeat: no-repeat;
    background-position: bottom;
}

.process-timeline::before {
    content: "";
    background: #eff0f7;
    width: 94%;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 12px;
}

.process-timeline div {
    position: relative;
    display: inline-block;
    text-align: center;
    top: 15px;
}

.process-timeline div::before {
    content: "";
    background: #002424;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.art-3 {
    right: 0;
    top: -96px;
    z-index: -1;
}

.art-2 {
    right: -86px;
    bottom: -60px;
    z-index: -1;
}

.job-hero {
    background-image: url("../images/it-support-manager-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#appyforjob .modal-content {
    background: #14142a;
}

#appyforjob .modal-content .modal-body .form-control {
    background-color: #262338;
    color: #a0a3bd;
    border-color: #262338;
}

#appyforjob .modal-content .modal-body .form-check-input {
    background-color: #262338;
    border-color: #262338;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0em;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
}

/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropzone {
    border: 2px dashed #4e4b66;
    background: #262338;
    border-radius: 16px;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.dropzone .dz-remove {
    color: #fff;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-message {
    margin: 1em 0;
    font-size: 13px;
}

/* Career Page CSS END */

/* Hire a professional for CSS START */
.check-list-2 li {
    position: relative;
    list-style: none;
}

.check-list-2 li::before {
    content: "\ec50";
    display: inline-block;
    font-family: "LineIconsPro Regular";
    font-size: 24px;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -36px;
    color: #007a70;
    font-weight: 900;
    top: 6px;
}

/* Hire a professional for CSS END */

/* collection pages CSS START */
.basketball {
    background-image: url("../images/basketball-collection-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* collection pages CSS END */

.cattitle {
    font-size: 26px;
}

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

.sticky {
    background: rgba(0, 0, 0, 0.98);
}

.fixednav {
    position: fixed;
    /* background: rgba(255, 255, 255, 0.7); */
    background: rgba(0, 0, 0, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: smoothScroll 0.9s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Slick Slider CSS START */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.variable-width .slick-slide {
    opacity: 0.4;
}

.slick-slide.slick-current.slick-active {
    opacity: 1;
}

.blogslider {
    width: 500px;
}

.slick-arrow {
    position: absolute;
    top: 35%;
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 800;
}

.slick-arrow i {
    font-weight: 800;
}

.slick-prev {
    left: -8px;
}

.slick-next {
    right: -8px;
}

/* Slick Slider CSS END */

/* range slider START */
.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rs-container {
    height: 45px;
    position: relative;
}

.rs-container .rs-bg,
.rs-container .rs-selected {
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    height: 4px;
    left: -14px;
    position: absolute;
    top: 8px;
    width: 105%;
    border-radius: 3px;
}

.rs-container .rs-selected {
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    transition: all 0.2s linear;
    width: 0;
}

.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb;
}

.rs-container .rs-pointer {
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 20px;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 6px #ebebeb,
        1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.rs-container.disabled .rs-pointer {
    border-color: #ccc;
    cursor: default;
}

.rs-container .rs-pointer::after,
.rs-container .rs-pointer::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fcfcfc;
    left: 4px;
    top: 24px;
    transform: rotate(45deg);
}

.rs-container .rs-pointer::after {
    /* left: auto; */
    right: 12px;
}

.rs-container.sliding .rs-pointer,
.rs-container.sliding .rs-selected {
    transition: none;
}

.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 5px;
    white-space: nowrap;
    display: none;
}

.rs-container .rs-scale span {
    float: left;
    position: relative;
}

.rs-container .rs-scale span::before {
    background-color: #ededed;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}

.rs-container.rs-noscale span::before {
    display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
    display: block;
}

.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0;
}

.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none;
}

.rs-container.disabled .rs-scale span ins {
    color: #999;
}

.rs-tooltip {
    color: #14142b;
    width: auto;
    min-width: 32px;
    height: 30px;
    background: #fcfcfc;
    /* border: 1px solid #00969b; */
    border-radius: 4px;
    position: absolute;
    transform: translate(-62%, 28px);
    left: 13px;
    text-align: center;
    font-size: 13px;
    padding: 3px 5px;
    font-weight: 800;
}

.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999;
}

/* Range Slider END */

/* Funnel CSS START */
.integration-nav.nav-tabs .nav-item.show .nav-link,
.integration-nav.nav-tabs .nav-link.active {
    font-weight: 400;
    border-bottom: 0px;
    background: #002424;
    transform: scale(1.08);
}

.integration-nav.nav-tabs .nav-item.show .nav-link img,
.integration-nav.nav-tabs .nav-link.active img {
    -webkit-filter: invert(1) brightness(3);
    filter: invert(1) brightness(3);
}

.integration-nav.nav-tabs .nav-link {
    width: 204px;
    height: 136px;
    background: #f7f7fc;
    border-radius: 4px;
    transition: 200ms ease-in-out all;
}

.integration-nav.nav-tabs .nav-link img {
    width: 56px;
    height: auto;
}

.integration-nav.nav-tabs .nav-link:hover {
    opacity: 0.8;
}

.integration-progress.progress {
    height: 8px;
}

.integration-progress .progress-bar {
    background-color: var(--bs-primary);
    animation: indeterminateAnimation 2s infinite linear;
    transform-origin: 0% 50%;
}

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

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

/* Funnel CSS END */

/* ------------------------------- New Home v2.0 (Jan 2024) page CSS START ------------------------------- */
.text-gradient-3 {
    background: linear-gradient(95.47deg, #CF1F2E 2.66%, #4E040B 117.11%);
}

.text-gradient-4 {
    background: linear-gradient(104.24deg, #FE7B59 43%, #FE497A 97.92%, #FD169C 30%);
}

.text-gradient-5 {
    background: linear-gradient(104.24deg, #FE7B59 0%, #FE497A 47.92%, #FD169C 100%);
}

.text-gradient-6 {
    background: linear-gradient(95deg, #C3090C 2.49%, #C3090C 97.19%);
}

.text-gradient-7 {
    background: linear-gradient(95.08deg, #77C2F1 2.49%, #FFB4ED 97.19%);
}

.text-gradient-8 {
    background: linear-gradient(95.08deg, #FF4C4C 2.49%, #FF0000 47.37%, #CC0000 97.19%);
}

.text-gradient-9 {
    background: linear-gradient(28.22deg, #BF1E2E -27.39%, #BF1E2E -27.38%, #000000 62.25%);
}

.text-gradient-11 {
    background: linear-gradient(102.98deg, #A058AE 0%, #FC6C75 54.59%, #FEAAAA 84.71%);
}

.text-gradient-12 {
    background: linear-gradient(95.08deg, #FF14BC -87.51%, #E5051F 60.19%);
    ;
}

.text-gradient-3,
.text-gradient-4,
.text-gradient-5,
.text-gradient-6,
.text-gradient-7,
.text-gradient-8,
.text-gradient-9,
.text-gradient-11,
.text-gradient-12 {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.card-gradient-1 {
    background: #FF3C3C0F;
}

.card-gradient-2 {
    background: #27080A12;
}

.card-gradient-3 {
    background: #27080A12;
}

.card-gradient-4 {
    background: #FF3C3C0F;
}

.card-gradient-5 {
    background: linear-gradient(314.34deg, rgba(255, 255, 255, 0.72) 39.13%, rgba(212, 208, 208, 0.396) 70.69%, rgba(29, 9, 10, 0.252) 204.85%);
}

.card-gradient-1,
.card-gradient-2,
.card-gradient-3,
.card-gradient-4,
.card-gradient-5 {
    border-radius: 8px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.shadow-xs {
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.02);
}

.wsmenu-list li .btn {
    padding: 9px 13px;
    border-radius: 8px;
}

.btn-primary-2 {
    background: #BF1E2E;
    border-color: #BF1E2E;
}

/* .fixednav .wsmain .wsmenu>.wsmenu-list>li>a {
    color: var(--bs-dark);
}

.fixednav .wsmain .wsmenu>.wsmenu-list>li .btn-outline-light {
    color: var(--bs-dark);
    border-color: var(--bs-dark);
}

.fixednav .wsmain .smllogo img {
    filter: invert(1);
} */

.herov2 {
    /* background: linear-gradient(180deg, #002925 0%, #14142b 100%); */
    background: linear-gradient(355.58deg, #868686 -61.38%, #BF1E2E -61.36%, #000000 80.13%);
}

.herov3 {
    background: linear-gradient(0.83deg, #BF1E2E -75.7%, #BF1E2E -75.69%, #000000 52.86%);
}

.herov4 {
    background: linear-gradient(359.14deg, #868686 -68.13%, #BF1E2E -68.12%, #000000 56.38%);
}

.font-xxl {
    font-size: 58px;
    line-height: 72px;
}

#typing-container {
    background: linear-gradient(95.08deg, #FF8993 2.49%, #F95555 97.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#typing-container::after {
    content: "|";
    font-weight: 100;
}

.email-form.input-group {
    max-width: 653px;
}

.email-form.input-group .form-control {
    height: 48px;
    border-radius: 8px !important;
    border: 2px solid #DEC0C1;
}

.email-form.input-group .btn {
    border-radius: 8px !important;
    z-index: 4;
}

.slider-img {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.slider-img::after {
    content: "";
    background: linear-gradient(360deg,
            rgba(74, 11, 18, 0.45) 0%,
            rgb(0, 0, 0, 0.54) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slider-img img {
    position: absolute;
    bottom: 0;
    animation: moveUp 30s linear infinite;
    transform-origin: bottom center;
}

@keyframes moveUp {

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

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

.bg-img-1 {
    background-image: url("../images/homev2/section-1-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg-img-8 {
    background-image: url(../images/homev2/section-8-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.description {
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    opacity: 0;
}

.card-dark:hover .description {
    transform: translateY(0);
    opacity: 1;
}

.three-arrows::before {
    content: " ";
    background: url("../images/svg/3-arrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -48px;
    top: -50px;
    width: 65px;
    height: 54px;
}

.three-lines2::after {
    content: " ";
    background: url(../images/svg/three-lines.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    background-size: contain;
    top: -15px;
    width: 100px;
    height: 56px;
    transform: rotate(30deg);
}

.three-lines3::after {
    content: " ";
    background: url(../images/svg/three-lines.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -49px;
    background-size: contain;
    top: -40px;
    width: 100px;
    height: 56px;
    transform: rotate(94deg);
}

.line-deco::after {
    content: " ";
    background: url(../images/svg/lines-deco.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 43px;
    top: -18px;
    width: 115px;
    z-index: 0;
    height: 62px;
}

.circle-dotted::before {
    content: " ";
    background: url(../images/svg/circle-dotted.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: -13px;
    width: 200px;
    height: 200px;
    opacity: .8;
}

.circle-dotted2::before {
    content: " ";
    background: url(../images/svg/circle-dotted2.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 146px;
    height: 131px;
    opacity: .2;
}

.ziczic-dotted::after {
    content: " ";
    background: url(../images/svg/ziczic.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: -13px;
    width: 200px;
    height: 200px;
}

.ziczic-dotted2::after {
    content: " ";
    background: url(../images/svg/ziczic2.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 16px;
    width: 236px;
    height: 314px;
}

.ziczic-reverse:before {
    content: " ";
    background: url(../images/svg/ziczic-reverse.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 72px;
    width: 200px;
    height: 200px;
    opacity: .8;
    margin: auto;
}

.arrow-lines::after {
    content: " ";
    background: url(../images/svg/arrow-lines.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0%;
    top: 0;
    bottom: 0;
    width: 180px;
    height: 408px;
    margin: auto;
}



#video-container {
    position: relative;
    width: 640px;
    /* Set your desired width */
}

.custom-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.play-pause {
    display: block;
    background-color: rgb(221 19 27);
    color: #fff;
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: 300ms ease-in-out all;
}

.play-pause:hover {
    background-color: rgba(221 19 27 0.99);
}

.bg-img-2 {
    background-image: url("../images/homev2/section-2-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cat-cards {
    transition: 300ms ease-in-out all;
}

.cat-cards img {
    width: 36px;
}

.cat-cards:hover {
    /* transform: translateY(-10px); */
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.bg-gradient-1 {
    background: linear-gradient(12.61deg, #3B3B3B -35.96%, #000000 87.15%);

}

.bg-default {
    background: #1a1a1a;
}

.testimonial {
    background: linear-gradient(180deg, rgba(110, 85, 0, 0.4) 0%, rgb(0, 21, 20, 0.8) 100%), url("../images/homev2/review.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    overflow: hidden;
}

.bs-title {
    margin-bottom: 130px;
}

.bs-title:after {
    border-top: 1px solid #D9DBE9;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    max-width: calc(100% - 110px);
}

.bg-img-3 {
    background-image: url("../images/homev2/section-3-bg.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.swagify-reels {
    width: 124px;
    height: 172px;
    min-width: 124px !important;
    min-height: 172px !important;
    object-fit: cover;
    max-height: 172px !important;
}

.waves::after {
    content: "";
    background: url("../images/svg/waves.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -36px;
    width: 100%;
    height: 100%;
    left: 0;
}

.three-lines::after {
    content: " ";
    background: url("../images/svg/three-lines.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -95px;
    top: -35px;
    width: 100%;
    height: 100%;
}

/* .overlay{
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
.input-error {
    position: absolute;
    bottom: -28px;
}

.carousel-item {
    transition: transform 800ms ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0.3s 800ms;
}

/* ------------------------------- New Home v2.0 (Jan 2024) page CSS END ------------------------------- */

/* ------------------------------- New POD Droshipping page CSS START ------------------------------- */
.pod-hero {
    background-color: #000 !important;

}

.pod-hero {
    background: linear-gradient(359.14deg, rgba(134, 134, 134, 0.5) -68.13%, rgba(191, 30, 46, 0.8) -68.12%, rgba(0, 0, 0, 0.5) 56.38%), url("../images/pod/pod-hero-bnr.webp");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.card-dark,
.card-dark1 {
    border-radius: 8px;
    background: #FFFFFF0F;
}

.card-dark {
    border: 1px solid #732631;
}

.card-dark1 {
    border: 1px solid #CD354929;
}

.bg-img-5 {
    background: url("../images/section-integrations-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gradient-2 {
    background: linear-gradient(11.99deg, #343434 -12.91%, #000000 87.46%);
}

.bg-gradient-12 {
    background: #211919;
}

.grill-bg1 {
    background: linear-gradient(360deg, #7F0E19 -53.4%, #1C1414 68.66%), url(../images/pod/grill-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.white-card-end,
.white-card-start {
    min-height: 270px;
    position: relative;
}

.white-card-end {
    left: -30px;
}

.white-card-start {
    right: -30px;
}

.bg-img-6 {
    background: url("../images/pod/demo-page-bg.webp"), linear-gradient(226deg, rgba(18, 24, 42, 1) 5.4%, rgba(14, 28, 41, 0.93) 30.95%, #022826 63.09%);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.blur-grid {
    background-color: rgba(64, 233, 233, 0.1);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
}

.arrow-down::after {
    content: url('../images/svg/arrow-down.svg');
    position: absolute;
    margin: 4px 10px;
}

.arrow-up::after {
    content: url('../images/svg/arrow-down.svg');
    position: absolute;
    margin: 4px 10px;
    transform: rotate(180deg) scaleX(-1);
    bottom: 0;
}

/* ------------------------------- New POD Droshipping page CSS END ------------------------------- */

/* ------------------------------- integrations CSS START ------------------------------- */
.integration-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.hover-effect {
    transition: 300ms ease-in-out all;
}

.hover-effect:hover {
    transform: scale(1.02);
}

.info-card,
.info-card .info-card-details {
    transition: 300ms ease-in-out all;
}

.info-card-des {
    opacity: 0;
    visibility: hidden;
}

.info-card-details {
    border-radius: 8px;
    padding: 12px 14px;
    bottom: -100px;
}

.info-card:hover .info-card-details {
    background: rgba(11, 11, 11, 0.49);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    bottom: 0;
}

.info-card:hover .info-card-details .info-card-des {
    opacity: 1;
    visibility: visible;
}

/* ------------------------------- integrations CSS END ------------------------------- */

/* ------------------------------- How Swagify Works? START ------------------------------- */
.elements-1::after {
    content: " ";
    background: url("../images/icons/yellow-lines.webp");
    background-repeat: no-repeat;
    position: absolute;
    left: 68%;
    top: 65%;
    width: 100%;
    height: 100%;
    background-size: 157px;
}

.elements-1::before {
    content: " ";
    background: url("../images/icons/element-1.webp");
    background-repeat: no-repeat;
    position: absolute;
    left: 65%;
    top: 4%;
    width: 100%;
    height: 100%;
    background-size: 228px;
}

#swagifyworks .nav-item .nav-link {
    color: #6E7191;
    font-size: 24px;
}

#swagifyworks .nav-item .nav-link.active {
    color: #14142B;
    background: transparent;
    border-bottom: 3px solid #FF14BC;
}

.bg-img-7 {
    background-image: url("../images/how-works/bg-5.webp");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#choose-swagify {
    line-height: 50px;
}

#choose-swagify.check-list li::before {
    color: #1e7b73;
    background: linear-gradient(104.24deg, #FE7B59 0%, #FE497A 47.92%, #FD169C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.herovid {
    background: linear-gradient(180deg, #002925 0%, #14142b 100%), url("../images/videos/how-swagify-works.mp4");
}

#swagifyworksContent h6 {
    color: #14142B;
}

/* ------------------------------- How Swagify Works? END ------------------------------- */

/* ------------------------------- Training videos START ------------------------------- */
.bg-white-light {
    background-color: #ECECEC;
}

.vid-card img {
    /* min-width: 116px; */
    border-radius: 8px;
}

.play-btn {
    background-color: #CDFFBAC2;
    color: #000;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: 300ms ease-in-out all;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filterlinks li {
    padding: 8px 18px;
    cursor: pointer;
    font-size: 15px;
    color: #14142B;
    font-weight: 500;
    border: 1px solid #E3E3DB;
    border-radius: 50px;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: 300ms ease-in-out all;
}

.filterlinks li:hover,
.filterlinks li.active {
    background: var(--bs-primary);
    color: #fff;
}

/* ------------------------------- Training videos END ------------------------------- */

#product_info {
    display: none;
}

/* Other later updates */
#productDescription div.font-13 {
    padding: 0px 10px;
}

#sizeGuide,
#careInfo,
#vendorsList,
#careInfo {
    display: none;
}

/* Responsive CSS START */
@media (min-width: 991px) {
    .vh-lg-90 {
        height: 90vh;
    }

    .contact-cards {
        position: absolute;
    }
}

@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }

    /* .navbar .nav-item:hover .nav-link{ color: #fff;  } */
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .vh-center {
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1320px) {
    .font-xxl {
        font-size: 50px;
        line-height: 64px;
    }

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

    .pod-hero {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .largetext {
        font-size: 54px;
        line-height: 64px;
    }

    .withshadow,
    .ak-img {
        position: relative;
        margin-right: 0;
    }

    .font-xxl {
        font-size: 42px;
        line-height: 58px;
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 12px 4px 12px 4px;
    }

    #swagifyworks .nav-item .nav-link {
        font-size: 20px;
    }
}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        background: rgb(255, 255, 255);
        left: 0px;
        right: 0px;
        width: 100vw;
        height: calc(100vh - 60px) !important;
        top: 62px;
        text-align: center;
        line-height: 44px;
        padding: 15px 0px;
        font-size: 24px !important;
        transition: 300ms ease-in-out all;
        transform: scale(0);
        z-index: 10;
        overflow-y: scroll;
    }

    .navbar-collapse.collapse.show {
        transform: scale(1);
    }

    /* .hero-bnr {
        height: 445px;
    } */

    .hero-img::before,
    .hero-img::after,
    .how-works::after,
    .alight::after {
        content: none;
    }

    .squre-bg {
        height: auto;
    }

    .signupbg {
        background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(0, 41, 37, 0.1)),
            url("../images/signup-graphic.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        color: #fff;
    }

    .loginbg {
        background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(0, 41, 37, 0.1)),
            url("../images/login-graphic.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        color: #fff;
    }

    .loginbg .form-area,
    .signupbg .form-area {
        background: rgba(0, 41, 37, 89%);
        padding: 20px;
        border-radius: 14px;
        border: 1px solid #002925;
    }

    .signupbg h3,
    .signupbg a,
    .loginbg h3,
    .loginbg a {
        color: #d6d6d6;
    }

    .forgot-passbg {
        background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(0, 41, 37, 0.1)),
            url("../images/forgot-pass-bg.jpg");
    }

    .mheading {
        font-size: 30px;
    }

    .dots::before {
        content: none;
    }

    .pricingcard .font-18 {
        font-size: 14px;
    }

    .pricingcard .font-20 {
        font-size: 16px;
    }

    .integration-nav.nav-tabs .nav-link {
        width: 160px;
        height: 136px;
    }

    .white-card-end,
    .white-card-start {
        left: 0;
        right: 0;
        top: -60px;
        max-width: 90%;
        margin: 0 auto;
    }

    #swagifyworks .nav-item .nav-link {
        font-size: 14px;
    }

    .font-48 {
        font-size: 36px;
        line-height: 46px;
    }

    .white-card-end,
    .white-card-start {
        min-height: 100px;
    }
}

@media (max-width: 991px) {

    /* New navigation CSS START */
    .headerfull {
        height: 0;
    }

    .wsmobileheader {
        height: 50px;
        /* z-index: 1000; */
    }

    .wsmobileheader>.smllogo {
        width: auto;
        margin: 0;
        float: left;
        padding: 10px 5px;
    }

    .wsanimated-arrow {
        padding: 0;
        margin: 22px 35px;
        right: 0;
        left: auto;
    }

    .wsactive .wsmobileheader,
    .wsactive .wsmenucontainer {
        margin-left: 0;
    }

    .wsmenu>.overlapblackbg {
        width: 100%;
    }

    .wsactive .wsmenu>.overlapblackbg {
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .wsmenu>.wsmenu-list {
        margin-right: -260px;
        position: fixed;
        right: 0;
        top: 42px;
        padding-top: 12px;
        height: 100%;
        overflow: scroll;
        padding-bottom: 60px;
    }

    .wsactive .wsmenu>.wsmenu-list {
        margin-right: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
        margin: 14px 21px 0px 0px;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
        margin-top: 20px;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
        margin: 10px 21px 0px 0px;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
        margin-top: 14px;
    }

    .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
        height: auto;
        background-color: transparent;
        border-left: 0;
    }

    .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
        height: auto;
        background-color: transparent;
        border-left: 0;
    }

    .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
        margin: 8px 21px 0px 0px;
    }

    .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
        margin-top: 12px;
    }

    .wsmenu>.wsmenu-list>li>.wsmenu-click {
        height: 36px;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing,
    .wsmenu>.wsmenu-list>li>.wsmegamenu {
        top: 0;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        padding: 20px 14px;
        font-weight: 400;
    }

    .wsmenu>.wsmenu-list>li>.navtext {
        padding-left: 8px;
    }

    .wsmenu>.wsmenu-list>li>.navtext::after {
        content: "";
    }

    .smllogo img {
        width: 90px;
        /* filter: invert(1); */
    }

    .wsmenu>.wsmenu-list>li>a,
    .wsmenu>.wsmenu-list>li:hover>a {
        color: var(--bs-primary);
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 12px 4px 12px 10px;
    }

    .wsmenu>.wsmenu-list>li:hover>a {
        background-color: rgb(244 244 244);
    }

    .wsmain .wsmenu>.wsmenu-list>li .btn-outline-light {
        color: var(--bs-dark);
        border-color: var(--bs-dark);
    }

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

    /* New navigation CSS END */
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .catalog-hero-bnr h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .catfilters {
        padding: 10px;
    }

    .categorislist {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999;
        left: 0;
        background-color: #10101073;
        width: 100%;
        transition: 100ms ease all;
        visibility: hidden;
    }

    .categorislist #categories-list {
        width: 250px;
        overflow-y: scroll;
        padding-bottom: 25px;
        padding-top: 10px !important;
        background: #ffffff;
        height: 100%;
        position: relative;
        transition: 300ms ease all;
        left: -260px;
        padding: 0 10px;
    }

    .categorislist.active {
        visibility: visible;
    }

    .categorislist.active #categories-list {
        left: 0;
        transition: 300ms ease all;
    }

    .catfilters.active {
        background-color: var(--PrimaryBgColor);
        color: #fff;
        font-weight: 500;
    }

    .navigation {
        padding-bottom: 0;
        width: 100%;
        max-height: 270px;
    }

    .navigation.fixed {
        top: 94px;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background: #e7f1ff;
        height: 40px;
    }

    .navigation.fixed .onlymobile {
        padding-bottom: 15px;
        height: 200px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .mheading {
        font-size: 22px;
    }

    .blogslider {
        width: 250px;
    }

    .integration-nav.nav-tabs .nav-link {
        width: 115px;
        height: 115px;
    }

    .form-switch .form-check-input {
        width: 3.3em;
    }

    .btn {
        font-size: 14px;
    }

    .form-control {
        font-size: 13px;
    }

    .cattitle {
        font-size: 20px;
    }

    .producttitle {
        font-size: 20px;
        line-height: 28px;
        margin-top: 12px;
    }

    #swagifyworks .nav-item {
        flex: 0 0 auto;
        width: 25%;
    }

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

    .arrow-lines::after,
    .waves::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .m-top {
        margin-top: 40px;
    }

    /* .hero-bnr {
        height: 318px;
    } */

    h1 {
        font-size: 34px;
        line-height: 46px;
    }

    .warms::before,
    .warms::after,
    .how-works::after {
        display: none;
    }

    .brush-bg::after {
        top: -18px;
    }

    .how-works {
        margin: 28% 0 0;
    }

    .integrations-bg {
        height: auto;
    }

    .largetext {
        font-size: 42px;
        line-height: 54px;
    }

    .cat-sec h6 {
        font-size: 15px;
    }

    .mheading {
        font-size: 15px;
    }

    .toplinks {
        font-size: 11px;
    }

    #pricetabs .nav-item {
        width: 50%;
        border: 1px solid #dee2e6;
    }

    .integration-nav.nav-tabs .nav-link {
        width: 70px;
        height: 70px;
    }

    .font-24 {
        font-size: 18px;
        line-height: 26px;
    }

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

    .font-xxl {
        font-size: 26px;
        line-height: 36px;
    }

    br {
        display: none;
    }

    .font-32 {
        font-size: 18px;
        line-height: 26px;
    }

    .swagify-reels {
        min-width: 100px !important;
    }

    #swagifyworks .nav-item {
        flex: 0 0 auto;
        width: 50%;
        border: 1px solid #dedede;
        border-radius: 0;
    }

    #swagifyworks .nav-item .nav-link {
        font-size: 13px;
    }

    #swagifyworks .nav-item .nav-link.active {
        border-bottom: none;
        /* background: #6FD; */
        background: rgba(53, 150, 106, 0.2);
    }

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

    .text-gray-light.text-mobile-white {
        color: white !important;
    }

    .vid-card img {
        /* min-width: 90px;
        height: 90px; */
        object-fit: cover;
    }
}