/* -----------------------------------------
  Variable CSS
----------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

:root {
    --bs-primary: #E5752E;
    --bs-primary-rgb: 229, 117, 46;
    --bs-body-bg: #070707;
    --bs-body-bg-rgb: 7, 7, 7;
    --bs-body-color: #9A9A9A;
    --bs-body-color-rgb: 154, 154, 154;
    --bs-heading-color: #FFFFFF;
    --bs-heading-color-rgb: 255, 255, 255;
    --bs-border-color: #202020;
    --bs-secondary: #EFF6FF;
    --bs-secondary-rgb: 239, 246, 255;
    --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
    --bs-body-font-weight: 500;
    --bs-heading-font-family: "Merriweather", serif;
    --font-awesome: "Font Awesome 6 Pro";
    --bs-radius-sm: 6px;
    --bs-radius-md: 8px;
    --bs-radius-lg: 12px;
    --bg-1: #ededed;
    --bg-2: #F8F8F8;
    --bg-3: #ebebeb;
    --bs-success: green;
    --bs-red: #EB4C4C;
    --bs-red-rgb: 235, 76, 76;
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-light: #F5F5F5;
    --color-medium: #757575;
    --bs-blue: #0061DF;
    --bs-blue-rgb: 0, 97, 223;
    --font-lg: 18px;
    --font-sm: 14px;
    --font-xsm: 12px;
    --font-medium: 500;
    --bs-green: #00B67A;
    --bs-green-rgb: 0, 182, 122;
    --bs-yellow: #FFC107;
    --bs-yellow-rgb: 255, 193, 7;
    --shadow-md: 0px 4px 80px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 5px 30px -5px rgba(8, 0, 42, .1);
    --shadow-sm: 0px 10px 40px rgb(0, 0, 0, .06);
    --swiper-theme-color: var(--bs-primary);
    --color-gradiant: radial-gradient(106.42% 117.56% at 0% 91.35%, #09F 0%, #A033FF 60%, #FF5280 90%, #FF7061 100%);
}

:root {
    --font-size-base: 1rem;
    --h1-font-size: 4rem;
    --h2-font-size: 3rem;
    --h3-font-size: 2rem;
    --h4-font-size: 1.5rem;
    --h5-font-size: 1.125rem;
    --h6-font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family);
}

h1,
.h1 {
    font-size: calc(2.2rem + 1.8vw);
}

h2,
.h2 {
    font-size: calc(1.4rem + 1.8vw);
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw);
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5,
.h5 {
    font-size: 1.125rem;
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: var(--h1-font-size);
    }

    h2,
    .h2 {
        font-size: var(--h2-font-size);
    }

    h3,
    .h3 {
        font-size: var(--h3-font-size);
    }

    h4,
    .h4 {
        font-size: var(--h4-font-size);
    }
}

h1,
.h1 {
    line-height: 1.3;
    font-weight: 600;
}

h2,
.h2 {
    line-height: 1.228;
    font-weight: 600;
}

h3,
.h3 {
    line-height: 1.4;
    font-weight: 600;
}

h4 {
    line-height: 1.4;
    font-weight: 600;
}

h5 {
    line-height: 1.4;
    font-weight: 600;
}

h6 {
    line-height: 1.4;
    font-weight: 500;
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

/* default css */
/*----------------------------------------*/
/*   PRELOADER CSS Start
/*----------------------------------------*/
.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.sk-cube-grid {
    height: 60px;
    width: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: var(--bs-primary);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*----------------------------------------*/
/*   PRELOADER CSS End
/*----------------------------------------*/
/*-----------------------------------
  Button
-----------------------------------*/
.anim-btn {
    color: var(--bs-white);
    position: relative;
    display: inline-block;
    padding: 11px 22px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--bs-primary);
    transition: 0.5s ease;
    background: var(--bs-primary);
    z-index: 1;
}

.anim-btn span {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--bs-white);
    transition: width 0.5s ease, height 0.5s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.anim-btn:hover {
    color: var(--bs-primary);
}

.anim-btn:hover span {
    width: 225%;
    height: 562.5px;
}

.anim-btn.light {
    color: var(--bs-heading-color);
    border: 1px solid var(--bs-border-color);
    background: var(--bs-white);
}

.anim-btn.light span {
    background-color: var(--bs-primary);
}

.anim-btn.light:hover {
    color: var(--bs-white);
    border: 1px solid var(--bs-primary);
}

.anim-btn.dark {
    color: var(--bs-heading-color);
    border: 1px solid var(--bs-border-color);
    background: #0D0D0D;
}

.anim-btn.dark span {
    background-color: var(--bs-primary);
}

.anim-btn.dark:hover {
    color: var(--bs-white);
    border: 1px solid var(--bs-primary);
}

/*----------------------------------------*/
/*  scrollToTop
/*----------------------------------------*/
.scrollToTop {
    display: none !important;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    right: auto;
    background: #27312F;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    transition: 0.5s ease all;
}

.scrollToTop.active-progress {
    display: block !important;
}

.scrollToTop:hover {
    transform: translateY(-15%);
}

.scrollToTop .arrowUp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.scrollToTop .arrowUp i {
    font-size: 20px;
}

.scrollToTop .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: rgba(var(--bs-primary-rgb), 1);
    transition: all 0.3s;
    border: 1px solid rgba(var(--bs-primary-rgb), 1);
}

.scrollToTop .water svg use {
    margin-bottom: -1px;
    position: relative;
    bottom: -1px;
    fill: rgba(var(--bs-primary-rgb), 1) !important;
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}

.scrollToTop .water_wave_back {
    right: 0;
    fill: rgba(var(--bs-primary-rgb), 1);
    animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
    left: 0;
    fill: rgba(122, 37, 158, 0.8784313725);
    margin-bottom: -1px;
    animation: wave-front 0.7s infinite linear;
}

@keyframes wave-front {
    100% {
        transform: translateX(-50%);
    }
}

@keyframes wave-back {
    100% {
        transform: translateX(50%);
    }
}

/*****************************/
/*** Magic Cursor CSS *******/
/**************************/
.magic-cursor,
.magic-cursor-inner {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, width 0.2s, height 0.2s;
}

.magic-cursor {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid var(--bs-primary);
}

.magic-cursor-inner {
    width: 8px;
    height: 8px;
    background: var(--bs-primary);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* When hovering on <a>, make the cursor larger */
.magic-cursor.cursor-hover {
    background: rgba(var(--bs-primary-rgb), 0.4);
    border: transparent;
    height: 60px;
    width: 60px;
}

@media (max-width: 768px) {
    .magic-cursor.cursor-hover {
        height: 50px;
        width: 50px;
    }
}

.magic-cursor-inner.cursor-inner-hover {
    background: transparent;
}

/*-----------------------------------
  Hero css
-----------------------------------*/
.hero-area {
    position: relative;
}

.hero-area-wrap {
    position: relative;
    z-index: 1;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    z-index: 1;
}

.hero-area-wrap .hero-content {
    position: relative;
    z-index: 2;
}

.hero-area-wrap .hero-content .subtitle {
    background: rgba(28, 28, 28, 0.5);
    border: 1px solid #3A3A3A;
    border-radius: 30px;
    padding: 4px 15px;
    display: inline-block;
}

.hero-area-wrap .hero-content .title {
    max-width: 950px;
    text-transform: capitalize;
}

.hero-area-wrap .hero-content .title span {
    font-style: italic;
}

.hero-area-wrap .hero-content .desc {
    max-width: 650px;
}

.hero-area-wrap .hero-content .hero-buttons {
    display: flex;
    gap: 20px 35px;
    flex-wrap: wrap;
}

.hero-area-wrap .hero-content .hero-buttons .btn {
    padding: 13px 27px;
    border-radius: 12px;
}

.hero-area-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
    z-index: -1;
}

.hero-slider-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    max-width: 350px;
    width: 100%;
    height: 450px;
}

.hero-slider-thumb .swiper-slide {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 10px;
}

.hero-slider-thumb .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .hero-slider-thumb {
        max-width: 300px;
        height: 400px;
    }
}

@media (max-width: 992.98px) {
    .hero-slider-thumb {
        max-width: 600px;
        height: 179px;
    }
}

/*-----------------------------------
  brand css
-----------------------------------*/
.brand-area .subtitle {
    display: inline-block;
    z-index: 1;
    position: relative;
    color: var(--bs-body-color);
}

.brand-area .brand-slider-area {
    position: relative;
    display: flex;
    border: 1px solid #2F2F2F;
    align-items: center;
    border-radius: 10px;
}

.brand-area .title {
    border-inline-end: 1px solid #2F2F2F;
    max-width: 260px;
    width: 100%;
    min-width: 260px;
    margin-bottom: 0;
    padding: 15px 20px;
    color: #C2C2C2;
}

.brand-area .brand-slider {
    position: relative;
}

.brand-area .brand-slider .item {
    text-align: center;
    padding: 15px 0;
}

.brand-area .brand-slider .item img {
    max-width: 100%;
    height: auto;
}

.brand-area .brand-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

@media (max-width: 768px) {
    .brand-area .brand-slider-area {
        flex-direction: column;
    }

    .brand-area .title {
        border-bottom: 1px solid #2F2F2F;
        border-inline-end: none;
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .brand-area .brand-slider {
        position: relative;
        width: 100%;
        padding: 15px 0;
    }
}

/*-----------------------------------
    step-area css
-----------------------------------*/
.step-area {
    overflow: hidden;
}

.step-area .section-title {
    max-width: 600px;
}

.step-area .step-card {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.step-area .step-card .serial {
    background: #222222;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    color: #Fff;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: -35px;
    left: 30px;
    z-index: 1;
    text-align: center;
    line-height: 70px;
}

.step-area .step-card::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(7, 7, 7, 0.8));
    transition: all 0.4s ease-in-out;
}

.step-area .step-card .step-card-image {
    position: relative;
    border-radius: 12px;
    border: 1px solid #2F2F2F;
    overflow: hidden;
}

.step-area .step-card .step-card-image::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 95%;
    width: 95%;
    border: 1px solid #9D9D9D;
    border-radius: 20px 20px 0 0;
}

.step-area .step-card .step-card-image img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
}

.step-area .step-card .content {
    padding: 20px 40px 20px 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

.step-area .step-card .title {
    font-weight: 400;
}

.step-area .step-card:hover .step-card-image img {
    transform: scale(1.2);
}

.step-area .step-card-row .step-card-col:nth-child(1) {
    margin-top: 140px;
}

.step-area .step-card-row .step-card-col:nth-child(2) {
    margin-top: 70px;
}

@media (max-width: 992.98px) {
    .step-area .step-card-row .step-card-col:nth-child(1) {
        margin-top: 0px;
    }

    .step-area .step-card-row .step-card-col:nth-child(2) {
        margin-top: 0px;
    }

    .step-area .step-card {
        margin-bottom: 60px;
    }
}

/*-----------------------------------
  Product css
-----------------------------------*/
.product-card {
    background: rgba(18, 18, 18, 0.9);
    border: 1px solid #252525;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 14px;
}

.product-card .content {
    padding: 24px;
    padding-bottom: 0;
}

.product-card .icon {
    margin-bottom: 18px;
}

.product-card .icon img {
    max-width: 53px;
    transition: all 0.5s ease;
}

.product-card .product-image {
    position: relative;
    padding-inline: 24px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
}

.product-card .product-image .lazy-container {
    border-radius: 14px 14px 0 0;
}

.product-card .product-image::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(to bottom, rgba(38, 43, 53, 0), rgba(var(--bs-primary-rgb), 0.8));
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.product-card .product-image .ratio.ratio-1-1::before {
    padding-bottom: 94%;
}

.product-card .product-image img {
    transition: all 0.4s ease;
}

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

.product-card:hover .icon img {
    transform: rotateY(180deg);
}

.product-area .sec-title {
    max-width: 750px;
    margin-inline: auto;
    text-align: center;
}

.product-area .product-area-inner {
    padding: 110px 24px 0 24px;
    background-position: top center;
    margin-top: -60px;
}

.product-area .product-card {
    background: rgba(16, 20, 30, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(3px);
}

.product-area .product-card .product-image::after {
    background: linear-gradient(180deg,
            rgba(12, 18, 30, 0.08) 0%,
            rgba(12, 18, 30, 0.42) 68%,
            rgba(var(--bs-primary-rgb), 0.26) 100%);
}

.product-area .product-card .product-image img {
    filter: saturate(1.06) contrast(1.03);
}

/*-----------------------------------
  about-area css
-----------------------------------*/
.about-area {
    overflow: hidden;
}

.about-area .about-area-wrapper {
    position: relative;
    overflow: hidden;
}

.about-area .about-area-wrapper .about-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
}

.about-area .about-area-wrapper .about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-area .about-accordion .accordion-button {
    padding: 18px 24px;
    display: flex;
    gap: 20px;
    font-family: var(--bs-body-font-family);
    color: #FFFFFF;
    box-shadow: none;
    background-color: transparent;
    font-size: inherit;
    font-weight: 700;
    border-radius: 10px !important;
}

.about-area .about-accordion .accordion-button span {
    color: #636977;
}

.about-area .about-accordion .accordion-button .icon {
    height: 56px;
    width: 56px;
    min-width: 56px;
    border-radius: 12px;
    background: #1B1B1B;
    border: 2px solid rgba(230, 230, 230, 0.1098039216);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.about-area .about-accordion .accordion-button:hover {
    color: var(--bs-primary);
}

.about-area .about-accordion .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    background-image: none;
    transform: none;
    border: none;
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 23px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    rotate: 225deg;
    transition: 0.3s ease;
}

.about-area .about-accordion .accordion-button.collapsed {
    color: #FFFFFF;
    background-color: #0D0D0D;
    border-radius: 12px !important;
}

.about-area .about-accordion .accordion-button.collapsed::after {
    border: none;
    content: "+";
    rotate: 0deg;
    transition: 0.3s ease;
}

.about-area .about-accordion .accordion-item {
    border-radius: 16px !important;
    border: 1px solid var(--bs-border-color);
}

.about-area .about-accordion .accordion-item .accordion-body {
    color: #9A9A9A;
    padding-top: 0;
}

.about-area .about-accordion .accordion-item .accordion-body p {
    color: currentColor;
}

.about-area .about-accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.about-area .about-accordion .accordion-item.active {
    border-color: var(--bs-primary);
}

.about-area .about-accordion .accordion-item.active .accordion-button {
    color: var(--bs-primary);
    border-radius: 12px !important;
}

.about-area .about-accordion .accordion-item.active .icon {
    background: var(--bs-primary);
}

.about-area .about-accordion .accordion-item.active ::after {
    color: var(--bs-primary);
}

@media (max-width: 992.98px) {
    .about-area .about-area-wrapper .about-image {
        position: inherit;
        width: 100%;
    }
}

/*-----------------------------------
  faq-section css
-----------------------------------*/
.faqAccordion {
    max-width: 880px;
    margin-inline: auto;
    padding: 18px 24px;
    border-radius: 16px;
}

.accordion-v3 .accordion-button {
    padding: 18px 24px;
    display: flex;
    gap: 10px;
    font-family: var(--bs-body-font-family);
    color: #FFFFFF;
    box-shadow: none;
    background-color: transparent;
    font-size: 16px;
}

.accordion-v3 .accordion-button span {
    color: #636977;
}

.accordion-v3 .accordion-button:hover {
    color: var(--bs-primary);
}

.accordion-v3 .accordion-button::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    background-image: none;
    transform: none;
    border: none;
    background: transparent;
    width: 24px;
    height: 24px;
    line-height: 23px;
    padding-left: 2px;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    transition: 0.3s ease;
}

.accordion-v3 .accordion-item {
    border-radius: 16px !important;
    border: 1px solid var(--bs-border-color);
}

.accordion-v3 .accordion-item .accordion-body {
    padding-inline-start: 50px;
    color: #636977;
}

.accordion-v3 .accordion-item .accordion-body p {
    color: currentColor;
}

.accordion-v3 .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.accordion-v3 .accordion-item.active {
    border-color: var(--bs-primary);
}

.accordion-v3 .accordion-item.active .accordion-button {
    color: var(--bs-primary);
}

.accordion-v3 .accordion-item.active .accordion-button::after {
    rotate: 225deg;
}

/*-----------------------------------
  pricing css
-----------------------------------*/
.pricing-area {
    overflow: hidden;
}

.pricing-area .pricing-card {
    border-radius: 20px;
    border: 1px solid #2D2D2D;
    padding: 30px 20px 30px 20px;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 4px 0 rgba(20, 20, 20, 0.25);
    transition: all 0.3s ease;
    overflow: hidden;
}

.pricing-area .pricing-card .blur-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.pricing-area .pricing-card .blur-shape img {
    height: 100%;
    width: 100%;
}

.pricing-area .pricing-card .list-item-area .item-list li {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #EFEFEF;
}

.pricing-area .pricing-card .list-item-area .item-list li::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
    background: rgba(var(--bs-primary-rgb), 0.5);
}

.pricing-area .pricing-card .list-item-area .item-list li:last-child::after {
    display: none;
}

.pricing-area .pricing-card .list-item-area .item-list li:last-child {
    padding-bottom: 0;
}

.pricing-area .pricing-card .list-item-area .item-list i {
    --size: 24px;
    height: var(--size);
    width: var(--size);
    line-height: var(--size);
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #9A9A9A;
    background-color: #fff;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-weight: 600;
}

.pricing-area .pricing-card .list-item-area .item-list i.fa-xmark {
    color: var(--bs-white);
    background-color: var(--bs-red);
}

.pricing-area .pricing-card .pricing-btn {
    padding: 11px 20px;
    width: 100%;
    color: var(--bs-body-color);
    background: #2D2D2D;
    border: 1px solid #3C3C3C;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.pricing-area .pricing-card .pricing-btn:hover {
    color: #fff;
    background: var(--bs-primary);
}

.pricing-area .pricing-card .show-more {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    display: inline-block;
}

.pricing-area .pricing-card:hover {
    border: 1px solid var(--bs-primary);
}

.pricing-area .pricing-card-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.pricing-area .pricing-card-wrap .suggest_package {
    border-radius: 0 0 20px 20px;
    background: var(--bs-primary);
    width: 100%;
    padding: 30px 20px 12px 20px;
    text-align: center;
    color: #fff;
    margin-top: -20px;
}

.pricing-area .pricing-tab-navigation {
    background: #202020;
    max-width: fit-content;
    border: 1px solid #363636;
    padding: 8px 8px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.pricing-area .pricing-tab-navigation .nav-tabs .nav-item {
    border-radius: 8px;
    overflow: hidden;
}

.pricing-area .pricing-tab-navigation .nav-tabs .nav-link {
    border-radius: 8px;
    padding: 10px 30px;
    background: transparent;
    color: var(--bs-body-color);
    overflow: hidden;
    border: 0 !important;
}

.pricing-area .pricing-tab-navigation.tabs-navigation .nav[data-hover=fancyHover] .nav-link:is(.active, :hover) {
    border-radius: 8px;
    background: transparent;
    color: var(--bs-body-color);
    overflow: hidden;
    border: 0;
}

.pricing-area .pricing-tab-navigation.tabs-navigation .nav[data-hover=fancyHover] .nav-item:is(.active) .nav-link {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 0 !important;
}

.pricing-area .pricing-tab-navigation.tabs-navigation .nav[data-hover=fancyHover] .nav-item:is(.active) .nav-link:is(:hover) {
    background: var(--bs-white);
    border: 1px solid var(--bs-primary);
    border-radius: 8px;
}

.pricing-area .pricing-tab-navigation.tabs-navigation .target {
    position: absolute;
    background: var(--bs-primary);
    z-index: -1;
    border: 0 !important;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px !important;
}

/*-----------------------------------
  testimonial css
-----------------------------------*/
.section-testimonial {
    overflow: hidden;
}

.section-testimonial .testimonial-card {
    padding: 30px;
    border-radius: 12px;
}

.section-testimonial .testimonial-card p {
    color: #A5A5A5;
}

.section-testimonial .testimonial-card .title {
    font-weight: 400;
    font-style: italic;
}

.section-testimonial .testimonial-card .testimonial-card-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-info .details {
    white-space: nowrap;
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-image {
    height: 48px;
    max-width: 48px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-name {
    color: var(--bs-white);
    transition: all 0.3s ease;
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-name:hover {
    color: var(--bs-primary);
}

.section-testimonial .testimonial-card .testimonial-card-footer .author-name a {
    text-decoration: none;
}

.section-testimonial .testimonial-card .testimonial-card-footer .rateing {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 80px;
    width: 100%;
}

.section-testimonial .testimonial-card .testimonial-card-footer .rateing i {
    color: #FFDF6C;
}

/*# sourceMappingURL=home-page.css.map */
