/* GLOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: var(--tT-firs-neue-regular);
    background: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

select.minimal {
    background-image: url(../images/selectArrow.png);
    background-position: calc(100% - 15px) calc(1em + 15px);
    background-repeat: no-repeat;
}

/* GLOBAL_CSS_CHANGES_END_HERE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */

/* GLOBAL_VAR_CSS_START_FROM_HERE */
:root {
    --white: #ffffff;
    --black: #000000;
    --tT-firs-neue-regular: "TT-Firs-Neue-Regular";
}

/* GLOBAL_VAR_CSS_CSS_HERE */

/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "TT-Firs-Neue-Regular";
    src: url("../webfonts/TT-Firs-Neue-Regular.ttf");
    font-weight: regular;
    font-style: normal;
}

/* FONT_CSS_END_HERE */

/* SCROLL-CSS */
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: var(--white);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--black);
}

/* SCROLL-CSS */

/* LOADER-CSS */
/* LOADER-CSS */

/* HEADER-CSS */
.header_wrapper {
    padding: 30px 0px;
    position: fixed;
    width: 100%;
    top: 20px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    transition: .5s ease;
    border-radius: 100px;
}
.header_wrapper_scroll{
    width: 60%;
    background-color: #dbfff185;
    top: 10px;
    padding: 20px 20px;
    backdrop-filter: blur(10px);
}
.header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    max-width: 200px;
    display: block;
}
.header_logo_2{
    display: none;
}
.header_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header_nav ul{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--black);
    padding: 20px 10px;
    border-radius: 100px
}
.header_nav ul li a{
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 15px 25px;
    border-radius: 100px;
    background-color: transparent;
    transition: .5s ease;
}
.header_nav ul li a:hover {
    background-color: var(--white);
    color: var(--black);
}
.header_mob_flex{
    display: none;
}
/* HEADER-CSS */

/* INDEX-CSS */
.brand-green {
    color: #00E38C !important;
}

.bg-brand-green {
    background-color: #00E38C !important;
}

.btn-brand-green {
    background-color: var(--black);
    color: #fff;
    font-weight: 600;
}

.btn-brand-green:hover {
    background-color: #00c97a;
    color: #fff;
}


.feature-icon {
    font-size: 2.5rem;
    color: #00E38C;
}

.pricing-card {
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
}

.pricing-card.featured {
    border: 2px solid #00E38C;
}

.section-title {
    font-weight: 700;
    font-size: 2.2rem;
}

.logo {
    width: 180px;
}

.trusted-logos img {
    height: 32px;
    margin: 0 12px;
    opacity: 0.7;
}

.bg-dark-section {
    background: linear-gradient(90deg, #060e0bf5 60%, #004e304a 100%);
    color: #fff;
}

.ai-icon {
    font-size: 2.2rem;
    color: #00E38C;
}

.gradient-card {
    background: linear-gradient(120deg, #e6fff5 60%, #fff 100%);
}

.feature-img {
    border-radius: 1.2rem;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.highlight {
    color: #00E38C;
    font-weight: 700;
}

.bg-dark-section,
.bg-dark-section .fw-bold.small,
.bg-dark-section .text-muted.small {
    color: #fff !important;
}

.small.fw-bold {
    color: black !important;
}

.index_banner_wrapper {
    padding: 170px 0px 50px 0px;
    position: relative;
    overflow: hidden;
}
.index_banner_bg_vid {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}
.index_banner_bg_vid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_first_wrapper,
.index_second_wrapper,
.index_third_wrapper,
.index_fourth_wrapper,
.index_fifth_wrapper,
.index_sixth_wrapper,
.index_eighth_wrapper{
    padding: 100px 0px;
}
.index_ninth_wrapper{
    padding: 100px 0px 0px 0px;
}
.index_new_wrapper{
    padding: 100px 0px 100px 0px;
    background-color: #f3f4f6;
}
.header_nav ul li:hover .mega_dropdown_wrapper{
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
    visibility: visible;
}
.mega_dropdown_wrapper{
    position: absolute;
    top: 65px;
    background-color: var(--white);
    padding: 50px 50px;
    left: 50%;
    transform: translateX(-50%) translateY(50px);
    width: 700px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}
.mega_dropdown_wrapper_2{
    padding: 30px;
    width: 1200px;
}
.meaga_dropdown_nav h4{
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
    margin: 0px 0px 30px 0px;
}
.meaga_dropdown_nav ul{
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent;
    column-count: 2;
}
.meaga_dropdown_nav ul li a{
    color: var(--black);
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px 0px 15px 0px;
}
.meaga_dropdown_nav ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #00c97a;
    border-radius: 100px;
    color: var(--white);
    font-size: 14px;
}
.index_fourth_wrap_img{
    overflow: hidden;
    border-radius: 10px;
    height: 500px;
}
.index_fourth_wrap_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testiSlider .swiper-wrapper {
    padding: 0px 0px 50px 0px;
}
.testiSlider .swiper-pagination-bullet {
    background: #00c97a;
}
.index_tenth_wrap_box {
    background-color: var(--black);
    padding: 60px 50px;
    border-radius: 40px;
    top: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
}
.index_tenth_wrap_box_text{
    text-align: center;
}
.index_tenth_wrap_box_text h6{
    font-size: 70px;
    font-weight: 700;
    color: #00c97a;
    width: 500px;
    margin: 0 auto 30px auto;
}
.index_tenth_wrap_box_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: fit-content;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 100px;
    padding: 5px;
}
.index_tenth_wrap_box_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    background-color: var(--black);
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    padding: 0px 20px;
    border-radius: 100px;
    transition: .5s ease;
}
.index_tenth_wrap_box_btn a:hover{
    background-color: #00c97a;
}
.banner_logo_slider ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200vw;
    animation: bannerSlider 30s linear infinite;
}
.banner_logo_slider ul li{
    max-width: 100px;
}
.banner_logo_slider ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_new_wrap_slider_btn ul{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--white);
    width: fit-content;
    padding: 5px;
    border-radius: 100px;
    margin: 20px 0px 50px 0px;
}
.index_new_wrap_slider_btn ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #e6fff5;
    border-radius: 100px;
    color: #00c97a;
}
.index_new_wrap_box{
    background-color: var(--white);
    padding: 25px;
    border-radius: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.index_new_wrap_box_img{
    width: 350px;
    height: 450px;
    overflow: hidden;
    border-radius: 40px;
}
.index_new_wrap_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_new_wrap_box_text{
    width: calc(100% - 320px);
}
.index_new_wrap_box_text span{
    padding: 5px 10px;
    background-color: #e6fff5;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--tT-firs-neue-regular);
    color: var(--black);
    margin: 0px 0px 20px 0px;
    display: block;
    width: fit-content;
}
.index_new_wrap_box_text h6{
    font-size: 35px;
    font-family: var(--tT-firs-neue-regular);
    font-weight: 800;
    color: var(--black);
    margin: 0px 0px 60px 0px;
}
.index_new_wrap_box_text h4{
    font-size: 50px;
    font-family: var(--tT-firs-neue-regular);
    font-weight: 900;
    color: #00c97a;
}
.index_new_wrap_box_text p{
    font-size: 20px;
    font-family: var(--tT-firs-neue-regular);
    font-weight: 600;
}
.mega_dropdown_nav_boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mega_dropdown_nav_box{
    border: 1px solid #eee;
    background-color: var(--white) !important;
    padding: 20px !important;
    border-radius: 20px !important;
    display: flex;
    gap: 20px;
    align-items: center;
    width: calc(50% - 20px);
}
.mega_dropdown_nav_box_img{
    width: 250px;
    height: 120px;
    overflow: hidden;
    border-radius: 20px;
}
.mega_dropdown_nav_box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mega_dropdown_nav_box_text {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    padding: 20px 0px 0px 0px;
}
.mega_dropdown_nav_box_text span{
    padding: 5px 10px;
    background-color: #e6fff5;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--tT-firs-neue-regular);
    color: var(--black);
    margin: 0px 0px 20px 0px;
    display: block;
    width: fit-content;
}
.mega_dropdown_nav_box_text h6{
    font-size: 15px;
    font-family: var(--tT-firs-neue-regular);
    font-weight: 600;
    color: var(--black) !important;
}
.cus_acco .accordion-button:not(.collapsed){
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #00E38C;
    color: #00c97a;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
/* INDEX-CSS */

/* INNER-CSS */
/* INNER-CSS */

/* FOOTER-CSS */
.footer_wrapper{
    padding: 300px 0px 0px 0px;
}
/* FOOTER-CSS */

/* ANIMATIONS */
@keyframes bannerSlider {
    0%{
        transform: translateX(-100vw);
    }
    50%{
        transform: translateX(0vw);
    }
    100%{
        transform: translateX(-100vw);
    }
}
/* ANIMATIONS */

/*ADDITIONAL CSS*/
/*ADDITIONAL CSS*/
