:root {
    --theme1-color: #BAFA09;
    --theme1-hover-color: #96cc00;
    --theme1-dark-color: #516E0F;
    --RGB-theme1-color: 186, 250, 9;
    --dark-color: #070C0F;

    --theme-gradient: linear-gradient(90deg, #BAFD02 0%, #05FFC5 100%);
    --light-gradient: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);

    --gray-text-color: #858886;
    --light-text: #FEFFFA;

    --border-color: #ffffff12;

    --white-color: #ffffff;
    --black-color: #000000;

}

body, * {
    font-family: "Funnel Display", sans-serif;
}
body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    background-color: var(--dark-color);
    position: relative;
}
body, a {
    color: var(--white-color);
}
a {
    text-decoration: none;
    display: inline-block;
}
img {
    max-width: 100%;
}
/* Scrollbar width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track (background of scrollbar) */
::-webkit-scrollbar-track {
  background: var(--dark-color);
  border-radius: 50px;
}

/* Thumb (the draggable part) with gradient */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #BAFD02 0%, #05FFC5 100%);;
  border-radius: 50px;
}

/* Optional: Thumb hover effect */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #05FFC5 0%, #BAFD02 100%);;
}

.main_header .nav-link, a, .foot_social_link::before, .main_header, .main_header .navbar {
    transition: ease-in-out .3s;
}
.themeGradient {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lightGradient {
    background: var(--light-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bodyBg, .boxBg {
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    z-index: -1;
}
.bodyBg.topBgImg {
    top: 90px;
}
.bodyBg.bottomBgImg {
    bottom: 10%;
}

/* Button CSS Start */
.btnStyle {
    padding: 16px 32px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    display: inline-block;
}
.btnTheme1 {
    color: var(--dark-color);
    background-color: var(--theme1-color);
}
.btnTheme1:hover {
    color: var(--dark-color);
    background-color: var(--theme1-hover-color);
}
.btn-close {
    width: 20px;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important;
    background: url(../img/closeIcon.svg);
    background-size: cover;
    opacity: 1;
    box-shadow: none !important;
}
.menuBtn {
    padding: 0;
    border: none;
    background-color: transparent;
}
/* Button CSS End */

/* Header CSS Start */
.main_header {
    background-color: var(--dark-color);
}
.main_header .navbar {
    padding: 28px 0 ;
}
.main_header.fixed {
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}
.main_header.fixed .navbar {
    padding: 8px 0 ;
}
.main_header .navbar-nav {
    gap: 40px;
}
.main_header .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white-color);
    padding: 0 !important;
}
.main_header .nav-link:hover, .main_header .nav-link.active {
    color: var(--theme1-color);
}
.h_social_link {
    color: var(--white-color);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_social_link:hover {
    color: var(--theme1-color);
}
.header_right_part, .header_social {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header_right_part {
    justify-content: end;
    gap: 32px;
}
.headerManu, .header_right_part {
    flex: 1;
    flex-basis: 0 !important;
}
.navbar-brand {
    flex: 0;
}
.navbar-brand, .menuLogo {
    max-width: 94px;
    flex: unset;
    margin: 0;
}
.navbar-brand img, .menuLogo img {
    width: 100%;
}
/* Header CSS End */

/* Offcanvas CSS Start */
.offcanvas-lg {
    background-color: var(--dark-color);
}
.offcanvas-backdrop.show {
    opacity: .88;
}
.offcanvas-header {
    border-bottom: 1px solid var(--border-color);
}
.offcanvas-footer {
    border-top: 1px solid var(--border-color);
}
/* Offcanvas CSS End */

/* Hero Section CSS Start */
.heroSection {
    text-align: center;
}
.heroLogo {
    max-width: 170px;
    margin: 0 auto 50px;
}
.sectionHeading.text-start h2, .sectionHeading.text-start .sectionTitle {
    margin: 0;
}
.sectionHeading h6, .sectionHeading .sectionSubTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 12px 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: rgba(var(--RGB-theme1-color),.1);
    color: var(--theme1-color);
}
.sectionHeading h2, .sectionHeading .sectionTitle {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    /* max-width: 690px; */
    margin: 0 auto 30px;
}
.sectionHeading p, .sectionHeading .headingDec {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.heroSection .btn-center, .ourFeatures .btn-center, .sectionHeading.text-start .btn-center {
    margin-top: 50px;
}
.section-padding {
    padding: 95px 0;
}
/* Hero Section CSS End */

/* Testimonial CSS Start */
.testimonial .container{
    max-width: 1300px;
}

.testimonial-img{
    width: auto;
    height: 287px;
    object-fit: cover;
    max-width: 470px;
}
.testimonial-inner{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 1px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%), radial-gradient(ellipse at top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.58) 80%), radial-gradient(ellipse at bottom, rgba(140, 68, 36, 1) 0%, rgba(140, 68, 36, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% 100%;
    background-blend-mode: lighten;
    display: inline-block;
    position: relative;
}
.testimonial-bg {
    height: 100%;
    width: 100%;
    padding: 90px 80px;
    border-radius: 10px;
    backdrop-filter: blur(21px);
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, #1b1f21 0%, #55622b 100%);
}
.testimonial_item {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.owl-dots{
    text-align: center;
    margin-top: 55px;
}
.owl-dots button.owl-dot{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #1D282D;
    margin: 0 8px;
}
.owl-dots button.owl-dot.active{
    background: var(--theme-gradient);
}
.testi_icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 30px;
}
.testimonial_item .sectionHeading h2, .testimonial_item .sectionTitle {
    font-size: 40px;
    max-width: unset;
    margin: 0 auto 24px;
}
.client_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
}
.clientImg {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    overflow: hidden;
}
.clientImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.client_name {
    font-size: 21px;
    line-height: 1.3;
}
/* Testimonial CSS End */

/* Our Features CSS Start */
.ourFeatures {
    position: relative;
}
.ourFeatures .boxBg {
    top: 136px;
    left: 0;
}
.features_card_outer, .plans_card_outer {
    margin-top: 90px;
}
/* .featureCardItem {
    padding: 46px 34px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(21px);
    border-radius: 10px;
    background: linear-gradient(45deg, #ff00cc, #3333ff);
    background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(7, 12, 16, 0.2) 0%, rgba(7, 12, 16, 0) 100%);
    display: inline-block;
} */
.featureCardItem {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 1px;
    /* background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
        radial-gradient(circle at top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.58) 100%),
        radial-gradient(circle at bottom, rgba(140, 68, 36, 1) 0%, rgba(140, 68, 36, 0) 100%);
    background-size: 100% 100%, 100% 50%, 100% 50%;
    background-position: top, bottom, bottom;
    background-repeat: no-repeat; */
    
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%),
        radial-gradient(ellipse at top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.58) 80%),
        radial-gradient(ellipse at bottom, rgba(140, 68, 36, 1) 0%, rgba(140, 68, 36, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% 100%;
    background-blend-mode: lighten;
    display: inline-block;
    position: relative;
}
.featureCardItem .card_content {
    height: 100%;
    width: 100%;
    padding: 46px 34px 34px;
    border-radius: 10px;
    background-color: var(--dark-color);
    backdrop-filter: blur(21px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.featureCardItem .card_content::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.0));
    opacity: 0;
    transition: ease-in-out .3s;
    z-index: -1;
}
.featureCardItem:hover .card_content::after {
    height: 100%;
    opacity: 1;
}
.featureNo, .featureTitle {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 40px;
}
.featureTitle {
    font-size: 40px;
    padding-right: 36px;
    line-height: 1.2;
}
.featureDec {
    font-size: 18px;
    line-height: 1.5;
}
/* Our Features CSS End */

/* Our Plan CSS Start */
.plans_card_outer>.row {
    gap: 16px;
}
/* .featureCardItem.planCard {
    border: 2px solid transparent;
    transition: ease-in-out .3s;
}
.featureCardItem.planCard:hover {
    background: var(--dark-color);
    border-color: var(--theme1-color);
} */
.featureCardItem.planCard .card_content {
    padding: 70px 50px 50px;
}
.planName {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}
.planPrice {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}
.planPrice span {
    font-size: 24px;
    color: #808080;
}
.inc_title {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 24px;
}
.includes_list {
    padding: 0;
    margin-bottom: 50px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.includes_list li {
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white-color);
}
.includes_list li p {
    margin: 0;
}
.includes_list li::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    margin-top: 4px;
    background-image: url(../img/checkIcon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}
.recommended {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: var(--theme1-color);
    color: var(--dark-color);
    position: absolute;
    top: 17px;
    right: -20px;
    z-index: 2;
}
.featureCardItem.planCard:hover .card_content .btnTheme1 {
    background-color: var(--white-color);
}
.featureCardItem.planCard:hover .card_content .btnTheme1:hover {
    background-color: var(--theme1-hover-color);
}
/* Our Plan CSS End */

/* Why Choose Us CSS Start */
.whyChooseUs_card_outer, .faqAccordionOuter {
    margin-top: 100px;
}
.choseUsCardItem {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px 48px;
    border-radius: 10px;
    background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(7, 12, 16, 0.2) 0%, rgba(7, 12, 16, 0) 100%);
    color: #fff;
    z-index: 0;
    backdrop-filter: blur(4px);
    overflow: hidden;
}
.choseUsCardItem::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%),
        radial-gradient(ellipse at top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.58) 80%),
        radial-gradient(ellipse at bottom, rgba(140, 68, 36, 1) 0%, rgba(140, 68, 36, 0) 100%);
    background-blend-mode: screen;
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}

.choseUsCardItem::after {
    content: '';
    display: block;
    width: 40%;
    height: 40%;
    background-color: var(--theme1-color);
    border-radius: 15px 0 0 0;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -2;
    filter: blur(150px);
    border-radius: 50px;
    opacity: 0;
    transition: ease-in-out .3s;
}
.choseUsCardItem:hover::after {
    opacity: 1;    
}
.why_choose_icon {
    margin-bottom: 40px;
}
/* Why Choose Us CSS End */

/* FAQ CSS Start */
.FaqSection {
    padding-bottom: 190px;
}
.accordion-item {
    border: none;
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 16px;
    background: radial-gradient(151.64% 120.36% at 47.19% -0.63%, rgba(7, 12, 16, 0.2) 0%, rgba(7, 12, 16, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    filter: drop-shadow(0px 5px 16px rgba(8, 15, 52, 0.06));
    color: #fff;
    z-index: 0;
    backdrop-filter: blur(4px);
    overflow: hidden;
}
.accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 60%),
        radial-gradient(ellipse at top, rgba(186, 253, 2, 1) 0%, rgba(5, 255, 197, 0.58) 80%),
        radial-gradient(ellipse at bottom, rgba(140, 68, 36, 1) 0%, rgba(140, 68, 36, 0) 100%);
    background-blend-mode: screen;
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    z-index: -1;
}
.accordion-button, .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
    color: var(--white-color);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.33;
    padding: 28px;
}
.accordion-button::after {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background-image: url("data:image/svg+xml;utf8,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='41.5' height='41.5' rx='8' fill='url(%23paint0_linear_278_4)'/><path d='M20.75 11.5996C21.3851 11.5996 21.9004 12.1149 21.9004 12.75V28.75C21.9004 29.3851 21.3851 29.9004 20.75 29.9004C20.1149 29.9004 19.5996 29.3851 19.5996 28.75V12.75C19.5996 12.1149 20.1149 11.5996 20.75 11.5996Z' fill='%23070C0F' stroke='%23647254' stroke-width='0.3' stroke-linecap='round'/><path d='M28.75 19.5996C29.3851 19.5996 29.9004 20.1149 29.9004 20.75C29.9004 21.3851 29.3851 21.9004 28.75 21.9004H12.75C12.1149 21.9004 11.5996 21.3851 11.5996 20.75C11.5996 20.1149 12.1149 19.5996 12.75 19.5996H28.75Z' fill='%23070C0F' stroke='%23647254' stroke-width='0.3' stroke-linecap='round'/><defs><linearGradient id='paint0_linear_278_4' x1='0' y1='20.75' x2='41.5' y2='20.75' gradientUnits='userSpaceOnUse'><stop stop-color='%23BAFD02'/><stop offset='1' stop-color='%2305FFC5'/></linearGradient></defs></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: none !important;
    transition: ease-in-out .3s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 8C0 3.58172 3.58172 0 8 0H33.5C37.9183 0 41.5 3.58172 41.5 8V33.5C41.5 37.9183 37.9183 41.5 33.5 41.5H8C3.58172 41.5 0 37.9183 0 33.5V8Z' fill='%23647254'/><path d='M28.75 19.5996C29.3851 19.5996 29.9004 20.1149 29.9004 20.75C29.9004 21.3851 29.3851 21.9004 28.75 21.9004H12.75C12.1149 21.9004 11.5996 21.3851 11.5996 20.75C11.5996 20.1149 12.1149 19.5996 12.75 19.5996H28.75Z' fill='white' stroke='white' stroke-width='0.3' stroke-linecap='round'/></svg>");
}
/* .accordion-item:has(+.accordion-item){
    margin-bottom: 20px;
} */
.accordion-body {
    padding: 0 28px 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.accordion-body p {
    margin: 0;
}
/* FAQ CSS End */

/* Footer CSS Start */
.main_footer {
    background-color: #0C1012;
    padding-top: 64px;
    overflow: hidden;
    position: relative;
}
.custom-container {
    padding: 0 12px;
}
.footerLogo {
    max-width: 94px;
} 
.footerLogo, .footerTitle {
    margin-bottom: 40px;
}
.footerTitle {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
}
.footer_detail {
    padding: 64px 0 0 64px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: var(--theme1-color);
    border-radius: 128px 0 0 0;
    height: 100%;
    position: relative;
}
/* .footer_detail::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: var(--theme1-color);
    position: absolute;
    top: -1px;
    right: -45%;
} */
.info_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--theme1-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}
.footer-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
}
.footer-link:hover {
    color: var(--theme1-color);
}
/* .footer-link:has(+.footer-link) {
    margin-bottom: 4px;
} */
.flex-gap {
    display: flex;
    gap: 145px;
}
.footer_social {
    display: flex;
    align-items: center;
    gap: 8px;
}
.foot_social_link {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    border-radius: 50px;
    border: 1px solid var(--theme1-dark-color);
    background-color: transparent;
    color: var(--theme1-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.foot_social_link:hover {
    border: 1px solid var(--theme1-color);
    color: var(--dark-color);
}
.foot_social_link::before {
    content: '';
    width: 0;
    height: 0;
    background-color: var(--theme1-color);
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    border-radius: 50px;
}
.foot_social_link:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.copy_right {
    font-size: 14px;
    line-height: 1.5;
    color: var(--gray-text-color);
    padding: 190px 0 64px;
}
/* Footer CSS End */