:root {
    --pb-theme-bg: #ffffff;
    --pb-theme-bg-fade: #ffffffd9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --progress-fill-percent: 0%;
    --pb-theme-card-bg: #ffffff60;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
    --bs-gutter-x: 20px;
}
[data-theme="light"] {
    --pb-theme-bg: #ffffff;
    --pb-theme-bg-fade: #ffffffd9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --progress-fill-percent: 0%;
    --pb-theme-card-bg: #ffffff60;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="dark"] {
    --pb-theme-bg: #000000;
    --pb-theme-bg-fade: #000000d9;
    --pb-theme-text: #ffffff;
    --pb-theme-border: #ffffff;
    --pb-slider-scrollbar-track: #ffffff;
    --pb-slider-scrollbar-thumb: #454243;
    --pb-btn-color-light: #ffffff;
    --pb-btn-color-dark: #000000;
    --pb-theme-text-alt: #e5e5e5;
    --pb-theme-card-bg: #00000060;
    --pb-theme-border-opacity: #ffffff30;
    --tag-color: #323241;
    --loader-bg: #000;
}
[data-theme="light-grey"] {
    --pb-theme-bg: #f5f5f5;
    --pb-theme-bg-fade: #f5f5f5d9;
    --pb-theme-text: #000000;
    --pb-theme-border: #707070;
    --pb-slider-scrollbar-track: #e5e5e580;
    --pb-slider-scrollbar-thumb: #ffffff;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --pb-theme-card-bg: #f5f5f560;
    --pb-theme-border-opacity: #70707030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="dark-grey"] {
    --pb-theme-bg: #747474;
    --pb-theme-bg-fade: #747474d9;
    --pb-theme-text: #ffffff;
    --pb-theme-border: #ffffff;
    --pb-slider-scrollbar-track: #e5e5e580;
    --pb-slider-scrollbar-thumb: #ffffff;
    --pb-btn-color-light: #ffffff;
    --pb-btn-color-dark: #000000;
    --pb-theme-text-alt: #e5e5e5;
    --pb-theme-card-bg: #74747460;
    --pb-theme-border-opacity: #ffffff30;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
[data-theme="creme"] {
    --pb-theme-bg: #dbd6d2;
    --pb-theme-bg-fade: #dbd6d2d9;
    --pb-theme-text: #000000;
    --pb-theme-border: #504740;
    --pb-slider-scrollbar-track: #e5e5e5;
    --pb-slider-scrollbar-thumb: #000000;
    --pb-btn-color-light: #000000;
    --pb-btn-color-dark: #ffffff;
    --pb-theme-text-alt: #000000;
    --pb-theme-card-bg: #dbd6d260;
    --pb-theme-border-opacity: #50474030;
    --tag-color: #ebebeb;
    --loader-bg: #000;
}
.desc-20,
.desc-30,
.ttl-100,
.ttl-55 {
    -webkit-user-select: none;
    user-select: none;
}
.container {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
}
@media screen and (min-width: 1420px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1297px;
    }
}
@media screen and (min-width: 1420px) {
    .container.container-large {
        max-width: 1320px;
    }
}
@media screen and (min-width: 1600px) {
    .container.container-large {
        max-width: 1672px;
    }
}
.container.right-shift-container {
    margin-left: auto;
    margin-right: 0;
    padding-left: var(--bs-gutter-x);
    padding-right: 0;
}
@media screen and (min-width: 576px) {
    .container.right-shift-container {
        max-width: calc(50vw - 270px + 540px);
    }
}
@media screen and (min-width: 768px) {
    .container.right-shift-container {
        max-width: calc(50vw - 360px + 720px);
    }
}
@media screen and (min-width: 992px) {
    .container.right-shift-container {
        max-width: calc(50vw - 480px + 960px);
    }
}
@media screen and (min-width: 1200px) {
    .container.right-shift-container {
        max-width: calc(50vw - 570px + 1140px);
    }
}
@media screen and (min-width: 1420px) {
    .container.right-shift-container {
        max-width: calc(50vw - 600px + 1200px);
    }
}
@media screen and (min-width: 1600px) {
    .container.right-shift-container {
        max-width: calc(50vw - 650px + 1297px);
    }
}
@media screen and (max-width: 575.98px) {
    .container.right-shift-container {
        padding-left: var(--bs-gutter-x);
        padding-right: 0;
    }
}
.container.right-shift-container .row {
    margin-right: 0;
}
.container.right-shift-container .row > div:last-child {
    padding-right: 0;
}
@media screen and (max-width: 991.98px) {
    .container.right-shift-container-mob-lg {
        margin-left: auto;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 0;
    }
}
@media screen and (max-width: 991.98px) and (min-width: 576px) {
    .container.right-shift-container-mob-lg {
        max-width: calc(50vw - 270px + 540px);
    }
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
    .container.right-shift-container-mob-lg {
        max-width: calc(50vw - 360px + 720px);
    }
}
.bb-light {
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
@media screen and (min-width: 1200px) {
    [data-full-height] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
    }
}
@media screen and (max-width: 1399.98px) {
    .pt-md-32 {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .pt-md-32 {
        padding-top: 32px;
    }
}
@media screen and (max-width: 1399.98px) {
    .pt-md-60 {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1399.98px) {
    .pt-md-80 {
        padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .pt-md-80 {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1399.98px) {
    .pb-md-80 {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .pb-md-80 {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1399.98px) {
    .py-md-80 {
        padding: 100px 0;
    }
}
@media screen and (max-width: 767.98px) {
    .py-md-80 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1599.98px) {
    .ttl-100 {
        font-size: 4rem;
/* 		line-height: 1.2625; */
		font-weight: 800;
    }
}
@media screen and (max-width: 1199.98px) {
    .ttl-100 {
        font-size: 3rem;
/*     	line-height: 1.2625; */
    	font-weight: 800;
    }
}
@media screen and (max-width: 767.98px) {
    .ttl-100 {
        font-size: 3.4375rem;
/*         line-height: 1.2818181818; */
    }
}
@media screen and (max-width: 575.98px) {
    .ttl-100 {
        font-size: 2.5rem;
/*         line-height: 1.225; */
    }
}
@media screen and (max-width: 767.98px) {
    .ttl-55 {
        font-size: 2.5rem;
        line-height: 1.125;
    }
}
@media screen and (max-width: 575.98px) {
    .ttl-55 {
        font-size: 1.875rem;
        line-height: 1.1666666667;
    }
}
@media screen and (max-width: 1599.98px) {
    .desc-30 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1199.98px) {
    .desc-30 {
        font-size: 1.375rem;
        line-height: 1.4545454545;
    }
}
@media screen and (max-width: 767.98px) {
    .desc-30 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767.98px) {
    .desc-20 {
        font-size: 1rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 991.98px) {
    .mt-lg-35 {
        margin-top: 35px;
    }
}
@media screen and (max-width: 991.98px) {
    .mb-lg-45 {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 991.98px) {
    .mb-lg-30 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575.98px) {
    .maw-744 {
        max-width: 298px;
    }
}
@media screen and (max-width: 1199.98px) {
    .fz-24 {
        font-size: 1.375rem;
    }
}
@media screen and (max-width: 767.98px) {
    .fz-24 {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 1199.98px) {
    .fz-40 {
        font-size: 2.1875rem;
    }
}
@media screen and (max-width: 767.98px) {
    .fz-40 {
        font-size: 1.5rem;
    }
}
body.top-head main {
    padding-top: 0;
}
.border-bottom-grey {
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 1400px) {
    .gradient-cursor {
        width: 35vmin;
        height: 35vmin;
        background: conic-gradient(from 0deg at 50% 50%, #fd6b32 0%, #fd6b32 0%, #ff4700 11%, #924040 16%, #0411c8 25%, #2710c4 57%, #ff4700 71%);
        border-radius: 50%;
        position: fixed;
        top: 0;
        left: 0;
        filter: blur(100px) brightness(1.2);
        z-index: -1;
    }
}
.link-hover-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ef8081 -20%, #f63132 10%, #f63132 25%, #9f1689 40%, #9f1689 50%, var(--pb-theme-text) 50%);
    background-position: 100%;
    background-size: 200% 100%;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1400px) {
    .link-hover-gradient:hover {
        background-position: 0%;
    }
}
.link-hover-underline {
    position: relative;
    padding-bottom: 4px;
}
.link-hover-underline:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--pb-theme-text);
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.5s cubic-bezier(0.25, 0.54, 0.38, 0.99) transform;
}
@media screen and (min-width: 1400px) {
    .link-hover-underline:hover:after {
        transform-origin: left;
        transform: scaleX(1);
    }
}
.width-max-content {
    width: max-content;
}
.overflow-unset {
    overflow: unset !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.section-wrap,
footer {
    position: relative;
}
.section-wrap [data-theme-bg],
footer [data-theme-bg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 1399.98px) {
    .section-wrap[data-theme],
    footer[data-theme] {
        background-color: var(--pb-theme-bg);
    }
}
.contact-address {
    transition: 1s cubic-bezier(0.45, 0.64, 0.31, 0.82) all;
}
.text-reveal.splitting .char:before {
    color: var(--pb-theme-text) !important;
}
@media screen and (min-width: 1400px) {
    .hd-reveal .char {
        overflow: hidden;
        color: transparent;
    }
    .hd-reveal .char:before {
        color: var(--pb-theme-text);
        visibility: visible;
        transform: scaleY(2.5) translateY(1.5em);
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-delay: 0s;
        will-change: transform;
    }
    .hd-show.hd-reveal .char:before {
        transform: initial !important;
        will-change: transform;
        transition-delay: 0s;
    }
    .dis-reveal {
        opacity: 0;
        transform: translateY(20px);
        will-change: transform, opacity;
        transition-delay: 0.2s !important;
    }
    .dis-show {
        transform: translateY(0);
        opacity: 1;
        transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
        will-change: transform, opacity;
        transition-delay: 0.2s !important;
    }
    .common-reveal {
        opacity: 0;
        transform: translateY(60px);
        will-change: transform, opacity;
        transition-delay: 0s;
    }
    .common-show {
        transform: translateY(0);
        opacity: 1;
        transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
        will-change: transform, opacity;
        transition-delay: 0s;
    }
    .clip-right {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        transition: all 0s cubic-bezier(0.33, 0, 0.13, 1) !important;
    }
    .scale-in {
        transform: scale(1.5);
    }
}
.section-wrap {
    overflow-x: hidden !important;
}
body:not(.theme-switcher) {
    background-color: var(--pb-theme-bg);
}
body:not(.theme-switcher) .section-wrap {
    background-color: var(--pb-theme-bg);
}
@media screen and (min-width: 1251px) {
    .pin-section {
        min-height: 100vh;
    }
}
.component-box-snap.button-start {
    display: flex;
    justify-content: start;
}
.component-box-snap.button-center {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .component-box-snap.button-center {
        justify-content: flex-start;
    }
}
.component-box-snap.button-end {
    display: flex;
    justify-content: end;
}
.contact-details .link-hover-underline:after {
    bottom: 0;
    display: none;
}
.contact-details a:not(.pb-btn) {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}
.contact-details a:not(.pb-btn):hover {
    text-decoration: underline;
    text-decoration-thickness: 3px;
}
.container {
    --bs-gutter-x: 20px;
}
.row {
    --bs-gutter-x: 40px;
}
/*# sourceMappingURL=common.css.map */
@media screen and (max-width: 768px) {
    .pt70 {
        padding-top: 70px;
    }
}

/*----------- 03-04-24 add by saifi ---------------*/
/*--- Product slider --*/
