/*===============================================
Template Name:Neurox – AI Agency & Technology HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: neurox
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, hotel book, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. neurox Header Area Css
02. neurox hero section/one/two/three/four/five
03. neurox client experience area
04. neurox section title 
05. about-section css/one/two/three/four/five
06. faq section css
07. brand section css/one/two
08. why choose section css
09. neurox project section css/one/two/three
10. process section css
11. neurox video section css
12. testimonial section css/one/two/three
13. marquee section css/one/two
14. call to action css
15. contact section css
16. blog section css/one/two/three/four
17. newsletter section css
18. neurox footer area css
19. servic section css
20. cta section css
21. des portfolio area
22. team section css
23. pricing section css
24. feature section css
25. gallery Secttion css
26. Client gallery area css
27. prepare meet area
28. breadcumb Secttion css
29. service Details css
30. Team details Section
31. neurox blog details section
32. Loader Css
=======================*/


/*---=====================================================
   <!--neurox Header Area Css-->
=========================================================---*/

.reveal {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.hero-bg {
    animation: gradientMove 50s ease infinite;
}

.neurox-header-area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 25px 62px 0px 76px;
}

.neurox-header-area.sticky {
    padding: 0px 62px 0px 76px;
}

.neurox-header-area.two.sticky {
    padding: 0px 62px 0px 76px;
    background: var(--primary-color2) !important;
}

.header-logo {}

a.logo_two {
    display: none;
}

.sticky a.logo_two {
    display: block;
}

.sticky a.active_logo {
    display: none;
}

.neurox-header-area .nav_scroll {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.header-menu ul li a {
    display: inline-block;
    padding: 36px 12px 36px 12px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 600;
    font-family: var(--title-font);
    transition: 0.5s;
}

.header-menu ul li a i {
    display: inline-block;
    font-size: 13px;
    margin-left: 2px;
    transition: 0.5s;
    font-weight: 700;
    color: var(--title-color);
}

.header-menu ul li a:hover {
    color: var(--primary-color);
}

.header-menu ul li a:hover i {
    color: var(--primary-color);
}

.sticky .header-menu ul li a:hover {
    color: var(--color-white);
}

.sticky .header-menu ul li a:hover i {
    color: var(--color-white);
}

.sticky .header-btn a:hover {
    color: var(--color-white);
}

/* sticky header */

.header-menu ul li span {
    font-size: 15px;
    color: #131414;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(88deg);
}

.neurox-header-area .neurox_btn a {
    margin-right: 23px;
    border-radius: 0;
}


/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 250px;
    text-align: left;
    background: var(--color-white2);
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 3px solid var(--primary-color);
    opacity: 0;
    transition: 0.5s;
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}

.header-menu ul li .sub_menu .sub-menu-style-two {
    position: relative;
}

.header-menu ul li .sub_menu .sub-menu-style-two a:hover {
    color: var(--color-white);
}

.header-menu ul li .sub_menu .sub-menu-style-two:hover .sub-menu-two {
    left: 250px;
    opacity: 1;
    z-index: 9999999;
    visibility: visible;
}

.header-menu ul li .sub_menu .sub-menu-style-two .sub-menu-two {
    left: 270px;
    position: absolute;
    top: -3px;
    background: var(--color-white);
    opacity: 0;
    transition: 0.5s;
    width: 250px;
    filter: drop-shadow(0px 5px 15px rgba(204, 204, 204, 0.25));
    border-top: 3px solid var(--primary-color);
    visibility: hidden;
}

.neurox-header-area.two.three.sticky .header-menu ul .sub_menu {
    background: var(--color-white);
}

.neurox-header-area.two.three.sticky .header-menu ul li .sub_menu .sub-menu-style-two .sub-menu-two {
    background: var(--color-white);
}

.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 25px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--primary-color);
}

.header-menu ul .sub_menu li a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul .sub_menu li a:hover:before {
    height: 100%;
    top: 0;
}

.sticky .sub_menu li a {
    padding: 12px 20px !important;
}

/* header right */
.header_right .nav-btn.navSidebar-button {
    margin-top: -8px;
}

.header-button {
    display: inline-block;
    margin: 10px 0 0;
}

.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    transition: 0.5s;
}

/* header button */


/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: var(--primary-color) !important;
    transition: .5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 800ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .header-menu ul li a {
    color: #fff;
    transition: 0.5s;
}

.sticky .header-menu ul li a i {
    color: #fff;
}

.neurox-header-area.style_two .header-menu ul .sub_menu li a:before {
    left: 6px;
}

.sticky .neurox_btn a::before {
    background: #EFA122;
}

.neurox-header-area .header-menu ul .sub_menu li a:hover {
    color: var(--color-white);
}

.neurox-header-area.two.three .header-menu ul .sub_menu li a:hover {
    color: var(--color-white) !important;
}

.neurox-header-area.style-inner .header-menu ul .sub_menu li a:hover {
    color: var(--color-white) !important;
}

/* header menu right */
.header-right-wrapper {
    text-align: right;
}

.header-btn {
    display: inline-block;
}

.header-sidbar-button {
    display: inline-block;
    margin-left: 10px;
}

.header-sidbar-button a {
    display: inline-block;
    color: var(--primary-color);
    transition: 0.5s;
}

.header-sidbar-button a:hover {
    color: var(--title-color);
}

.header-sidbar-button a svg {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-right: 16px;
}

.header-btn a {
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    border-radius: 50px;
    background: var(--color-white);
    backdrop-filter: blur(20px);
    padding: 8px 8px 8px 35px;
    margin: 0 16px 0 28px;
    transition: 0.5s;
    position: relative;
    z-index: 3;
}

.header-btn a:hover {
    color: var(--color-white);
}

.header-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--secondary-color);
    border-radius: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.neurox-header-area.two .header-btn a::before {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.header-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.header-btn a i {
    display: inline-block;
    color: var(--color-white);
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin-left: 22px;
}

.neurox-header-area.two .header-btn a i {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.header-call-info {
    display: inline-block;
}

.header-call-info p {
    display: inline-block;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
}

.sticky .header-call-info p {
    color: var(--color-white);
}

.neurox-header-area.resort-classic .header-call-info p {
    color: var(--color-white);
}

.header-sidebar {
    display: inline-block;
    margin-left: 25px;
}

.header-src-btn {
    display: inline-block;
}

.search-box-btn.search-box-outer svg {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    color: var(--color-white);
}

/* header style one */
.style-one .header-menu {
    position: relative;
    top: -20px;
    display: inline-block;
    float: right;
}

.style-one .header-menu.header-menu-centered {
    float: none;
    margin: 0 auto;
}

.style-one .header-menu::before {
    position: absolute;
    content: '';
    left: -25px;
    right: -25px;
    width: auto;
    height: 68px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: var(--bg-color1);
    top: 20px;
    z-index: 1;
}

.style-one .header-menu.two::before {
    background: var(--color-white);
}

.style-one.sticky .header-menu ul li a {
    color: var(--title-color);
    transition: 0.5s;
}

.style-one.sticky .header-menu ul li a i {
    color: var(--title-color);
    transition: 0.5s;
}

.neurox-header-area.style-one.five .header-menu::before {
    display: none;
}

.neurox-header-area.style-one.five .neurox-header-area {
    position: relative;
    z-index: inherit;
    padding: 25px 62px 0px 76px;
    background: var(--color-white);
}

.neurox-header-area.style-one.five.sticky .header-menu ul li a {
    color: var(--title-color);
}

.neurox-header-area.style-one.five.sticky .header-menu ul li a i {
    color: var(--title-color);
}

.neurox-header-area.style-one.five.sticky .header-menu {
    top: 0;
}

.neurox-header-area.style-one.five.sticky {
    background: #F2F3FE !important;
}

.neurox-header-area.style-one.five .header-menu ul li .sub_menu .sub-menu-style-two a:hover {
    color: var(--color-white);
}

.neurox-header-area.style-one.five .header-menu {
    position: relative;
    top: -20px;
    left: -30px;
}

/* header inner style */
.neurox-header-area.style-inner .header-menu ul li a {
    color: var(--color-white);
}

.neurox-header-area.style-inner .header-menu ul li a i {
    color: var(--color-white);
}

.neurox-header-area.style-inner .header-menu ul li .sub_menu .sub-menu-style-two a {
    color: var(--title-color);
}

.neurox-header-area.style-inner .header-menu ul li .sub_menu .sub-menu-style-two a:hover {
    color: var(--color-white);
}

.neurox-header-area.style-inner .header-menu ul .sub_menu li a {
    color: var(--title-color);
}

.neurox-header-area.style-inner {
    padding: 0px 62px 0px 76px;
}

.neurox-header-area.style-inner .header-btn a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    color: var(--color-white);
}

.neurox-header-area.style-inner .header-btn a i {
    background: var(--color-white);
    color: var(--title-color);
}

.neurox-header-area.style-inner .header-btn a::before {
    background: var(--primary-color2);
}





/*===========================
<-- neurox Sidbar Css -->
=============================*/

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--title-color);
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: var(--primary-color);
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: var(--primary-color);
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    display: inline-block;
}

a.theme-btn.btn-style-two i {
    color: var(--primary-color);
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: var(--primary-color);
    color: #fff;
}

/*==========================================
    educate Search Popup Css
  =========================================*/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #f5f5f5;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    backdrop-filter: blur(5px);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--primary-color);
    border-left: 3px solid #393939;
    border-top: 3px solid #fff;
    border-right: 3px solid #393939;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #fff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input::placeholder {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    transition: 0.5s;
}

.search-popup .form-group button i {
    transition: 0.5s;
}

.search-popup .form-group button:hover i {
    color: #f00;
}

.search-popup .form-group input {
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #181d4e;
    transition: 0.5s;
}

.search-popup .close-search.style-two i:hover {
    color: #f00;
}

.search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--title-color);
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(30, 30, 30, 0.15);
}

.sticky .search-box-btn.search-box-outer i {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255);
}

.sticky button.cart_btn.headers-button {
    background-color: rgba(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sticky .header-sidbar-button a {
    color: var(--title-color);
}

.neurox-header-area.two.three {
    position: relative;
    z-index: 3;
    padding: 0 10px 0px 25px;
    background: #FFFFFF0F;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    margin: 20px 20px 0;
}

.neurox-header-area.two.three.sticky {
    margin: 0px 0px 0;
    border-radius: 0;
}

.neurox-header-area.two.three .header-menu ul li a {
    color: var(--color-white);
}

.neurox-header-area.two.three .header-menu ul li a i {
    color: var(--color-white);
}

.neurox-header-area.two.three .header-menu ul .sub_menu li a {
    color: var(--title-color) !important;
}


/*===========================================
<-- neurox hero section one css -->
==============================================*/
.hero-section-one {
    padding: 160px 110px 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 30px 40px 0;
    border-radius: 30px;
}

.hero-section-one .hero_content h1 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 80px;
    line-height: 70px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.hero-section-one .hero_content p {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    width: 60%;
    margin: 15px 0 10px;
}

.hero-section-one .hero-btn a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 40px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
}

.hero-section-one .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-one .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-one .hero-btn a svg {
    margin-left: 10px;
}

.hero-section-one .hero-thumb {
    margin-top: -70px;
}

.hero-section-one .hero-btn a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op40);
    background: var(--color-white-op20);
    margin-left: 6px;
}



/*===========================================
<-- neurox hero section two css -->
==============================================*/
.hero-section-two {
    padding: 260px 110px 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -98px 40px 0;
    border-radius: 30px;
}

.hero-section-two .hero-sub {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-color2);
    background: var(--color-white-op10);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    position: relative;
    transition: 0.5s;
    padding: 4px 21px;
    margin-bottom: 12px;
}

.hero-section-two .hero-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #D44E54 0%, #286BD4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.hero-section-two .hero_content h1 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 100px;
    line-height: 106px;
    position: relative;
    z-index: 1;
}

.hero-section-two .hero_content p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    width: 65%;
    margin: 35px 0 10px;
}

.hero-section-two .hero-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-section-two .hero-btn a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.hero-section-two .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color2);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-two .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-two .hero-btn a svg {
    margin-left: 10px;
}

.hero-section-two .hero-thumb {
    margin-top: -70px;
}

.hero-section-two .hero-btn a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op40);
    background: var(--color-white-op20);
    margin-left: 6px;
}

.hero-section-two .hero-btn2 a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: var(--color-white-op20);
    border: 1px solid var(--color-white-op30)
}

.hero-section-two .hero-btn2 a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-two .hero-btn2 a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-two .hero-btn2 a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op30);
    background: var(--color-white-op20);
    margin-left: 6px;
}


/*===========================================
<-- neurox hero section three css -->
==============================================*/
.hero-section-three {
    padding: 160px 110px 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -120px 0px 0;
    position: relative;

}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hero-section-three .hero-title {
    display: inline-block;
    font-weight: 800;
    font-size: 190px;
    line-height: 1;
    color: var(--color-white);
    background: linear-gradient(90deg,
            #ff4d4d,
            #ff66cc,
            #9966ff,
            #3399ff,
            #66ccff);

    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: gradientMove 6s ease infinite;
}

.hero-section-three .hero_content {
    padding-top: 232px;
}

.hero-section-three .hero_content h2 {
    color: var(--color-white);
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.hero-section-three .hero-btn a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 36px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.hero-section-three .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color2);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-three .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-three .hero-btn a svg {
    margin-left: 10px;
}

.hero-section-three .hero-thumb {
    position: absolute;
    bottom: -7px;
    left: 710px;
}

.hero-section-three .hero-btn a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op40);
    background: var(--color-white-op20);
    margin-left: 6px;
}

.hero-section-three .hero-thumb {
    position: absolute;
    bottom: 0;
}

.hero-section-three .hero-video-wrapper {
    position: absolute;
    right: 225px;
    bottom: 220px;
}

.hero-section-three .video-thumb figure {
    border-radius: 10px 10px 0px 0px;
}

.hero-section-three .video-thumb img {
    border-radius: 10px 10px 0px 0px;
}

.hero-section-three .video-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-width: 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    gap: 15px;
    padding: 0 25px;
    position: absolute;
    height: 72px;
    z-index: 1;
    bottom: -72px;
    left: 0;
    right: 0;
}

.hero-section-three .video-icon a {
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    background: var(--secondary-color);
    font-size: 18px;
    color: var(--color-white);
}

.hero-section-three .video-title h1 {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}


/*===========================================
<-- neurox hero section four css -->
==============================================*/
.hero-section-four {
    padding: 270px 110px 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -120px 0px 0;
    position: relative;
    overflow: hidden;
}

.hero-section-four .hero_content h1 {
    font-weight: 700;
    font-size: 90px;
    line-height: 100px;
    color: var(--color-white);
    font-family: 'Inter';
}

.hero-section-four .hero_content h1 img {
    margin: 0 18px 0 0;
}

.hero-section-four .hero-box {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 18px 0 25px;
}

.hero-section-four .hero-icon {
    position: relative;
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    background: var(--color-white-op5);
    text-align: center;
}

.hero-section-four .hero-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(270deg, #DA4D4F 0%, #4C8FFB 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.hero-section-four .hero-text h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Inter';
    background: linear-gradient(92.71deg, #DA4D4F 3.63%, #4890FF 95.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-section-four .hero-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-white-op60);
    width: 42%;
    margin-bottom: 10px;
}

.hero-section-four .hero-button {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero-section-four .hero-btn a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.hero-section-four .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color2);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-four .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-four .hero-btn a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op40);
    background: var(--color-white-op20);
    margin-left: 6px;
}

.hero-section-four .hero-btn2 a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: var(--color-white-op5);
    backdrop-filter: blur(20px);
}

.hero-section-four .hero-btn2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    border: 1.5px solid transparent;
    background: linear-gradient(270deg, #DA4D4F 0%, #4C8FFB 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.hero-section-four .hero-btn2 a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-four .hero-btn2 a:hover::after {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-four .hero-btn2 a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    border: 1px solid var(--color-white-op30);
    background: var(--color-white-op20);
    margin-left: 6px;
}

.hero-section-four .hero-thumb {
    position: absolute;
    right: 0;
    bottom: -7px;
}


/*===========================================
<-- neurox hero section five css  -->
==============================================*/
.hero-section-five {
    padding: 230px 0px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -98px 0px 0;
    position: relative;
    z-index: 1;
}

.hero-section-five .hero_content h1 {
    color: var(--title-color);
    font-weight: 800;
    font-size: 75px;
    line-height: 85px;
    position: relative;
    z-index: 1;
}

.hero-section-five .hero-btn a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 12px 12px 12px 36px;
    margin-top: 50px;
    border-radius: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
}

.hero-section-five .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary-color3);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.hero-section-five .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.hero-section-five .hero-btn a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid var(--color-white-op20);
    background: var(--color-white-op20);
    margin-left: 6px;
}

.hero-section-five .hero-counter-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 40px 30px;
    border-radius: 40px;
}

.hero-section-five .hero-counter-title {
    margin-bottom: 100px;
}

.hero-section-five .hero-counter-title h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

.hero-section-five .hero-counter-box>h2,
.hero-section-five .hero-counter-box span {
    display: inline-block;
    color: var(--color-white);
    font-weight: 800;
    font-size: 62px;
    line-height: 32px;
}

.hero-section-five .hero-counter-box p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 19px;
    line-height: 36px;
    padding-top: 10px;
}

.hero-section-five .hero-content-box {
    margin: 30px 0 40px;
}

.hero-section-five .hero-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    width: 75%;
    margin-top: 32px;
}

.hero-section-five .hero-video-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    padding: 20px 30px 20px;
    margin-left: -10px;
}

.hero-section-five .video-btn a i {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    backdrop-filter: blur(30px);
    background: var(--color-white-op20);
    border: 1.5px solid var(--color-white-op40);
    border-radius: 50%;
    color: var(--color-white);
}

.hero-section-five .video-text p {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
}

.hero-section-five .hero-icon img {
    animation: rotateIn 5s infinite;
}



/*===========================================
<-- neurox client experience area css  -->
==============================================*/
.client-experience-one {
    padding: 25px 40px;
    border-radius: 0 0 20px 20px;
    background: var(--color-white);
}

.client-experience-one .client-info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: auto;
}

.client-experience-one .client-info-box {
    padding: 40px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 280px;
}

.client-experience-one .client-info-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: var(--client-hover-bg, url(../images/demo-image/process-box-bg.png));
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 24px;
    transition: .5s;
    transform: scale(0);
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.client-experience-one .client-info-box:hover:before {
    transform: scale(1);
    opacity: 0.6 !important;
}

.client-experience-one .client-info-box:hover h1,
.client-experience-one .client-info-box:hover h2,
.client-experience-one .client-info-box:hover p,
.client-experience-one .client-info-box:hover span,
.client-experience-one .client-info-box:hover .autor-rating p,
.client-experience-one .client-info-box:hover .client-box-content h2,
.client-experience-one .client-info-box:hover .client-box-content span,
.client-experience-one .client-info-box:hover .client-box-content p,
.client-experience-one .client-info-box:hover .progress-item span {
    color: #ffffff;
}

.client-experience-one .client-info-box .tag {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-radius: 30px;
    padding: 5px 25px;
    margin-bottom: 15px;
}

.client-experience-one .client-info-box .tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #3F5AFF 0%, #31B0FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.client-experience-one .client-info-box h1 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    margin: 0;
    width: 100%;
    transition: .5s;
}

.client-experience-one .rating-wrap {
    display: flex;
    gap: 18px;
    padding-top: 115px;
}

.client-experience-one .autor-img-box {
    display: flex;
    align-items: center;
}

.client-experience-one .autor-rating ul li {
    display: inline-block;
    color: var(--color-orange);
}

.client-experience-one .author-image {
    margin-left: -15px;
}

.client-experience-one .autor-number {
    color: var(--color-white);
    font-weight: 600;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    border-radius: 50%;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-experience-one .autor-number:first-child {
    margin-left: 0;
}

.client-experience-one .autor-rating p {
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    transition: .5s;
}

.client-experience-one .client-box-content h2,
.client-experience-one .client-box-content span,
.client-experience-one .client-box-content p {
    display: inline-block;
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    transition: .5s;
}

.client-experience-one .client-icon {
    display: inline-block;
}

.client-experience-one .client-icon img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client-experience-one .client-box-content {
    padding-top: 52px;
    padding-bottom: 10px;
}

.client-experience-one .client-btn {
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    position: absolute;
    bottom: 10px;
}

.client-experience-one .client-btn i {
    display: inline-block;
    margin-left: 5px;
}

.client-experience-one .client-progress {
    padding-top: 72px;
}

.client-experience-one .progress-item span {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
}

.client-experience-one .progress-item strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    float: right;
}

.client-experience-one .progress-item {
    background: var(--color-white);
    width: 100%;
    padding: 14px 25px;
    border-radius: 10px;
}

.client-experience-one .progress-item.two {
    background: var(--color-white2);
    margin-top: -13px;
    width: 84%;
}


/*===========================================
<-- neurox client experience area css  -->
==============================================*/
.client-experience-two {
    padding: 25px 40px;
    border-radius: 0 0 20px 20px;
    background: var(--color-white);
}

.client-experience-two .client-info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: auto;
}

.client-experience-two .client-info-box {
    padding: 50px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 24px;
    position: relative;
}

.client-experience-two .client-info-box .tag {
    display: inline-block;
    color: var(--primary-color2);
    font-weight: 500;
    font-size: 16px;
    position: relative;
    border-radius: 30px;
    padding: 5px 25px;
    margin-bottom: 15px;
}

.client-experience-two .client-info-box .tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #DA4E50 0%, #276BD4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.client-experience-two .client-info-box h1 {
    color: var(--color-black1);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}

.client-experience-two .rating-wrap {
    display: flex;
    gap: 18px;
    padding-top: 115px;
}

.client-experience-two .autor-img-box {
    display: flex;
    align-items: center;
}

.client-experience-two .autor-rating ul li {
    display: inline-block;
    color: var(--color-orange);
}

.client-experience-two .author-image {
    margin-left: -15px;
}

.client-experience-two .autor-number {
    color: var(--color-white);
    font-weight: 600;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 50%;
    margin-left: -15px;
}

.client-experience-two .autor-rating p {
    color: var(--color-black2);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.client-experience-two .client-box-content h2,
.client-experience-two .client-box-content span,
.client-experience-two .client-box-content p {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
}

.client-experience-two .client-icon {
    display: inline-block;
}

.client-experience-two .client-box-content {
    padding-top: 52px;
    padding-bottom: 10px;
}

.client-experience-two .client-btn {
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
    position: absolute;
    bottom: 10px;
    z-index: 1;
}

.client-experience-two .client-btn i {
    display: inline-block;
    margin-left: 5px;
}

.client-experience-two .client-progress {
    padding-top: 72px;
}

.client-experience-two .progress-item span {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
}

.client-experience-two .progress-item strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
    float: right;
}

.client-experience-two .progress-item {
    background: var(--color-white);
    width: 100%;
    padding: 14px 25px;
    border-radius: 10px;
}

.client-experience-two .progress-item.two {
    background: var(--bg-color3);
    margin-top: -13px;
    width: 84%;
}


/*===========================================
<-- neurox section title Css  -->
==============================================*/
.sec-title {
    margin-bottom: 50px;
}

.sub-title {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
    border-radius: 30px;
    padding: 5px 25px;
    position: relative;
    margin-bottom: 5px;
}

.sub-title.two {
    color: var(--primary-color);
}

.sub-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.sub-title.two::before {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.sub-title.three {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    border-radius: 0px 40px 40px 0px;
    padding: 5px 22px;
}

.sub-title.three::before {
    display: none;
}

.section-title {
    margin-top: 15px;
}

.section-title h1 {
    font-family: var(--text-font);
    color: var(--title-color);
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
}

.section-title h1 span {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    color: var(--primary-color);
}

/*===========================================
<-- about-section css -->
==============================================*/
.about-section-one {
    background: var(--color-white2);
    padding: 120px 0px 120px;
    position: relative;
}

.about-section-one .about-wrapper {
    display: block;
}

.about-section-one .about-box-content {
    text-align: center;
}

.about-section-one .about-box-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-section-one .about-icon {
    display: block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    backdrop-filter: blur(20px);
    background: var(--color-white-op30);
    border: 1px solid var(--color-white-op30);
    text-align: center;
    border-radius: 50%;
    margin: auto;
}

.about-section-one .about-box-content h2,
.about-section-one .about-box-content span {
    display: inline-block;
    color: var(--color-white);
    font-weight: 600;
    font-size: 46px;
    line-height: 28px;
    margin: 45px 0 20px;
}

.about-section-one .about-box-content p {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.about-section-one .about-list ul li {
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}

.about-section-one .about-list ul li img {
    margin-right: 10px;
}

.about-section-one .about-list ul li:last-child {
    margin-bottom: 8px;
}

.about-section-one .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    width: 80%;
    max-width: 80%;
    margin-bottom: 25px;
}

.about-section-one .about-thumb {
    padding-top: 58px;
}

.about-section-one .about-content-wraper {
    padding-top: 28px;
    position: relative;
}

.about-section-one .about-shape1 {
    position: absolute;
    top: 0;
    right: 0;
    animation: flipInX 4s infinite;
}


/*===========================================
<-- about-section css -->
==============================================*/
.about-section-two {
    padding: 120px 0px 70px;
    position: relative;
}

.about-section-two .about-shape2 {
    position: absolute;
    top: 0;
    left: 0;
}

.about-section-two .about-desc p,
.about-section-two .about-desc2 p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    width: 80%;
}

.about-section-two .about-desc p {
    margin-bottom: 20px;
    margin-top: 22px;
}

.about-section-two .about-content-wraper {
    position: absolute;
    left: 90px;
    bottom: -7px;
}

.about-section-two .defult-btn.two a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    margin-top: 42px;
}

/*===========================================
<-- about-section css -->
==============================================*/
.about-section-three {
    padding: 110px 0px 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-section-three .section-title {
    margin-top: 0;
}

.about-section-three .section-sub-title {
    margin-top: 12px;
}

.about-section-three .about-counter-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    border-radius: 14px;
    padding: 60px 25px;
    position: relative;
    width: 88.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    box-sizing: border-box;
}

.about-section-three .counter-content h2,
.about-section-three .counter-content span {
    display: inline-block;
    color: var(--color-white);
    font-family: var(--text-font);
    font-weight: 700;
    font-size: 250px;
    line-height: 1;
    margin-bottom: 12px;
}

.about-section-three .counter-title {
    padding: 0;
    margin-top: 10px;
}

.about-section-three .counter-title h3 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}

.about-section-three .autor-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section-three .author-image {
    width: 50px;
    height: 50px;
}

.about-section-three .autor-number {
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--color-white);
    margin-left: -15px;
}

.about-section-three .rating-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
}

.about-section-three .autor-rating ul li {
    display: inline-block;
    color: var(--color-orange);
}

.about-section-three .autor-rating p {
    color: var(--color-black1);
    font-weight: 500;
    font-size: 16px;
}

.about-section-three .about-icon {
    background: linear-gradient(180deg, #DA4D4F 0%, #276BD4 100%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.about-section-three .about-thumb-left img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.about-section-three .about-icon-box {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 25px;
}

.about-section-three .about-icon-box i {
    margin-top: 10px;
}

.about-section-three .about-title h4 {
    color: var(--color-black1);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.about-section-three .about-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.about-section-three .about-thumb {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-three .about-thumb figure {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-three .about-thumb figure img {
    height: 480px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin: 0 auto;
}

/*===========================================
<-- about-section css -->
==============================================*/
.about-section-four {
    padding: 105px 0px 140px;
    position: relative;
    overflow: hidden;
}

.about-section-four .about-icon-box {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 25px;
}

.about-section-four .about-icon {
    background: linear-gradient(180deg, #DA4D4F 0%, #276BD4 100%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.about-section-four .about-title h2 {
    color: var(--color-black1);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.about-section-four .about-thumb {
    position: absolute;
    z-index: 1;
    left: 190px;
    bottom: 0px;
}

.about-section-four .about-thumb figure {
    display: block;
}

.about-section-four .about-thumb-effiect {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section-four .about-shape41 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: fadeInUp 5s infinite;
}

.about-section-four .about-shape42 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-section-four .section-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 0;
    width: 85%;
}

.about-section-four .sec-title {
    margin-bottom: 40px;
}

/*===========================================
<-- about-section css -->
==============================================*/
.about-section-five {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px 112px;
    border-radius: 20px;
    margin: 0px 20px;
}

.about-section-five .about-thumb {
    position: relative;
}

.about-section-five .about-thumb::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 972px;
    left: -50px;
    top: -120px;
    background: rgba(97, 97, 97, 0.102);
}

.about-section-five .about-thumb::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 972px;
    right: 90px;
    top: -120px;
    background: rgba(97, 97, 97, 0.102);
}

.about-section-five .abour-right-wrapper {
    margin-left: -70px;
    position: relative;
}

.about-section-five .abour-right-wrapper::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 972px;
    right: 20px;
    top: -120px;
    background: rgba(97, 97, 97, 0.102);
}

.about-section-five .section-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin: 40px 0 25px 95px;
    width: 70%;
}

.about-section-five p.about-desc5 {
    margin: 20px 0 25px 95px;
}

/* ============================================= */
/* faq section css*/
/* ============================================= */
.faq-section-one {
    background: var(--color-white2);
    position: relative;
}

.faq-wrapper {
    background: var(--bg-color2);
    border-radius: 20px 20px 0px 0px;
    margin: 0px 30px 0px;
    padding: 30px 0px 90px;
}

.faq-content-wrap {
    margin-left: 70px;
    padding-top: 90px;
}


/*accordion section*/
.sec-title {
    position: relative;
    z-index: 1;
}

.my-accordion {
    position: relative;
    z-index: 1;
}

.my-accordion a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #060F2D !important;
    border-radius: 0;
    background: transparent;
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid#060F2D33;
    width: 100%;
    padding-bottom: 12px;
}

.my-accordion a.active {
    border: none;
    padding: 10px 0 15px;
}

.my-accordion a img {
    display: inline-block;
    float: left;
    position: relative;
    top: -10px;
    margin-right: 18px;
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.my-accordion li p {
    display: none;
    padding: 13px 120px 80px 65px;
    margin: 0;
    overflow: inherit;
    color: #616161;
    border-radius: 0px 0px 0px 0px;
    background: transparent;
    border: none;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid#060F2D33;
}

ul.my-accordion span {
    border: 1px solid #060F2D33;
    display: inline-block;
    padding: 2px 16px;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    position: absolute;
    left: 53px;
    bottom: 27px;
}

ul.my-accordion span.span-two {
    border: 1px solid #060F2D33;
    display: inline-block;
    padding: 2px 16px;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    position: absolute;
    left: 30%;
    bottom: 27px;
}

.my-accordion li:hover:after {
    display: none;
}

.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}

.my-accordion li:before {
    line-height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 3px;
    right: -1px;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: none;
    background-color: var(--secondary-color);
    transition: background-color 0.3s ease;
}

.my-accordion li:has(a.active):before,
.my-accordion li.active:before {
    background-color: var(--primary-color);
}

.my-accordion a:before {
    right: 17px;
    content: " ";
    top: 18px;
}

.my-accordion a:after {
    width: 12px;
    height: 2px;
    background: var(--color-white);
    position: absolute;
    right: 12px;
    content: " ";
    top: 22px;
    transition: all 0.2s ease-in-out;
}

.my-accordion a.active:before {
    display: none;
}

a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.my-accordion a:before {
    width: 2px;
    height: 12px;
    background: var(--color-white);
    position: absolute;
    right: 17px;
    content: " ";
    top: 17px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}

.faq-shape1 {
    position: absolute;
    right: 30px;
    top: 0;
}

.faq-thumb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
}

.faq-thumb figure,
.faq-thumb.reveal {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    margin: 0;
}

.faq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}



/*<!-- =====================================-->
<!-- brand section css-->
<!-- =====================================-->*/
.brand-section-one {
    background: var(--bg-color1);
}

.brand-section-one.two {
    background: transparent;
}

.brand-section-one.two .brand-wrapper {
    margin: 0px 40px;
}

.brand-wrapper {
    padding: 105px 0px 160px;
    margin: 0 25px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 0 30px 30px;
}

.brand-wrapper .brand-active {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: -30px;
    margin-bottom: -15px;
}

.brand-item {
    background: #FFFFFF1A;
    padding: 25px 30px;
    margin-right: 20px;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    height: 200px;
    box-sizing: border-box;
}

.brand-item .brand-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.brand-item .brand-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-item:hover {
    background: var(--primary-color) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.brand-item:hover .brand-thumb img {
    filter: brightness(0) invert(1);
}

.brand-img {
    position: absolute;
    left: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.brand-img img {
    width: 205px;
    height: 238px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    opacity: 0.75;
}

.brand-shape {
    position: absolute;
    right: 20px;
    bottom: 60px;
    opacity: 0.75;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(1px) hue-rotate(0deg);
    animation: rotateIn 5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.brand-shape img {
    width: 165px;
    height: 170px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    opacity: 0.75;
}

.brand-desc {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.brand-desc p {
    font-weight: 500;
    font-size: 20px;
    color: var(--title-color);
}

.brand-desc p span {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 20px;
}

.brand-desc.two p span {
    color: var(--primary-color2);
}


/*<!-- =====================================-->
<!-- why choose section css-->
<!-- =====================================-->*/
.why-choose-section-one {
    padding: 120px 0px 150px;
    background: var(--bg-color1);
}

.why-choose-section-one .section-title h1 {
    font-size: 38px;
    line-height: 46px;
    margin-top: 35px;
}

.why-choose-section-one .single-choose-box {
    background: var(--color-white);
    border-radius: 20px;
    padding: 30px 42px 0px;
    margin-bottom: 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.why-choose-section-one .single-choose-box .choose-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-choose-section-one .single-choose-box .choose-title {
    width: 100%;
    margin: 0;
}

.why-choose-section-one .single-choose-box.two .choose-title {
    padding: 0;
}

.why-choose-section-one .choose-single-box {
    background: var(--color-white);
    border-radius: 30px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    padding: 30px 40px 5px;
    position: relative;
    z-index: 1;
    min-height: 250px;
    box-sizing: border-box;
}

.why-choose-section-one .choose-single-box .choose-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.why-choose-section-one .single-choose-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22464%22%20height%3D%22530%22%20viewBox%3D%220%200%20464%20530%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22464%22%20height%3D%22530%22%20rx%3D%2220%22%20fill%3D%22%23103144%22%2F%3E%3Cmask%20id%3D%22mask0_1_5818%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22465%22%20height%3D%22530%22%3E%3Crect%20x%3D%220.00012207%22%20width%3D%22464%22%20height%3D%22530%22%20rx%3D%2220%22%20fill%3D%22%230F0F0F%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_1_5818)%22%3E%3Cg%20filter%3D%22url(%23filter0_fn_1_5818)%22%3E%3Ccircle%20cx%3D%22232%22%20cy%3D%22-36%22%20r%3D%22232%22%20fill%3D%22url(%23paint0_linear_1_5818)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_fn_1_5818%22%20x%3D%22-150%22%20y%3D%22-418%22%20width%3D%22764%22%20height%3D%22764%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2275%22%20result%3D%22effect1_foregroundBlur_1_5818%22%2F%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.66666668653488159%200.66666668653488159%22%20stitchTiles%3D%22stitch%22%20numOctaves%3D%223%22%20result%3D%22noise%22%20seed%3D%227565%22%20%2F%3E%3CfeComponentTransfer%20in%3D%22noise%22%20result%3D%22coloredNoise1%22%3E%3CfeFuncR%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncG%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncB%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncA%20type%3D%22discrete%22%20tableValues%3D%221%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22effect1_foregroundBlur_1_5818%22%20in%3D%22coloredNoise1%22%20result%3D%22noise1Clipped%22%20%2F%3E%3CfeComponentTransfer%20in%3D%22noise1Clipped%22%20result%3D%22color1%22%3E%3CfeFuncA%20type%3D%22table%22%20tableValues%3D%220%200.15%22%20%2F%3E%3C%2FfeComponentTransfer%3E%3CfeMerge%20result%3D%22effect2_noise_1_5818%22%3E%3CfeMergeNode%20in%3D%22effect1_foregroundBlur_1_5818%22%20%2F%3E%3CfeMergeNode%20in%3D%22color1%22%20%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_1_5818%22%20x1%3D%220.00012207%22%20y1%3D%22-35.9999%22%20x2%3D%22464%22%20y2%3D%22-35.9999%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2301b6ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301b6ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.why-choose-section-one .single-choose-box:hover::before {
    width: 100%;
    left: 0;
}

.why-choose-section-one .single-choose-box:hover .choose-title h2 {
    color: var(--color-white);
}

.why-choose-section-one .choose-title h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    transition: 0.5s;
}

.why-choose-section-one .choose-list ul li {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 8px;
    transition: 0.5s;
}

.why-choose-section-one .single-choose-box:hover .choose-list ul li {
    color: var(--color-white);
}

.why-choose-section-one .choose-list ul li img {
    margin-right: 8px;
    transition: 0.5s;
}

.why-choose-section-one .choose-list {
    padding: 26px 0 50px;
}

.why-choose-section-one .single-choose-box.two {
    text-align: center;
}

.why-choose-section-one .choose-sub-title {
    border: 1px solid var(--color-border2);
    background: var(--color-black-op10);
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    padding: 5px 20px;
    transition: 0.5s;
}

.why-choose-section-one .single-choose-box:hover .choose-sub-title {
    color: var(--color-white);
    border: 1px solid var(--color-white-op30);
    background: var(--color-white-op10);
}

.why-choose-section-one .single-choose-box.two .choose-title {
    padding: 16px 0 36px;
}

.why-choose-section-one .choose-single-box {
    background: var(--color-white);
    border-radius: 30px;
    transition: 0.5s;
    display: flex;
    padding: 40px 40px 5px;
    position: relative;
    z-index: 1;
}

.why-choose-section-one .choose-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22464%22%20height%3D%22530%22%20viewBox%3D%220%200%20464%20530%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22464%22%20height%3D%22530%22%20rx%3D%2220%22%20fill%3D%22%23103144%22%2F%3E%3Cmask%20id%3D%22mask0_1_5818%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22465%22%20height%3D%22530%22%3E%3Crect%20x%3D%220.00012207%22%20width%3D%22464%22%20height%3D%22530%22%20rx%3D%2220%22%20fill%3D%22%230F0F0F%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_1_5818)%22%3E%3Cg%20filter%3D%22url(%23filter0_fn_1_5818)%22%3E%3Ccircle%20cx%3D%22232%22%20cy%3D%22-36%22%20r%3D%22232%22%20fill%3D%22url(%23paint0_linear_1_5818)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_fn_1_5818%22%20x%3D%22-150%22%20y%3D%22-418%22%20width%3D%22764%22%20height%3D%22764%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2275%22%20result%3D%22effect1_foregroundBlur_1_5818%22%2F%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.66666668653488159%200.66666668653488159%22%20stitchTiles%3D%22stitch%22%20numOctaves%3D%223%22%20result%3D%22noise%22%20seed%3D%227565%22%20%2F%3E%3CfeComponentTransfer%20in%3D%22noise%22%20result%3D%22coloredNoise1%22%3E%3CfeFuncR%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncG%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncB%20type%3D%22linear%22%20slope%3D%222%22%20intercept%3D%22-0.5%22%20%2F%3E%3CfeFuncA%20type%3D%22discrete%22%20tableValues%3D%221%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%201%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20%22%2F%3E%3C%2FfeComponentTransfer%3E%3CfeComposite%20operator%3D%22in%22%20in2%3D%22effect1_foregroundBlur_1_5818%22%20in%3D%22coloredNoise1%22%20result%3D%22noise1Clipped%22%20%2F%3E%3CfeComponentTransfer%20in%3D%22noise1Clipped%22%20result%3D%22color1%22%3E%3CfeFuncA%20type%3D%22table%22%20tableValues%3D%220%200.15%22%20%2F%3E%3C%2FfeComponentTransfer%3E%3CfeMerge%20result%3D%22effect2_noise_1_5818%22%3E%3CfeMergeNode%20in%3D%22effect1_foregroundBlur_1_5818%22%20%2F%3E%3CfeMergeNode%20in%3D%22color1%22%20%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_1_5818%22%20x1%3D%220.00012207%22%20y1%3D%22-35.9999%22%20x2%3D%22464%22%20y2%3D%22-35.9999%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2301b6ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2301b6ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.why-choose-section-one .choose-single-box:hover::before {
    width: 100%;
    left: 0;
}

.why-choose-section-one .choose-content h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    transition: 0.5s;
    text-align: center;
}

.why-choose-section-one .choose-single-box:hover .choose-content h2 {
    color: var(--color-white);
}

.why-choose-section-one .choose-content p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    width: 80%;
    margin-top: 16px;
    transition: 0.5s;
}

.why-choose-section-one .choose-single-box:hover .choose-content p,
.why-choose-section-one .single-choose-box:hover .choose-content p,
.why-choose-section-one .single-choose-box:hover .choose-content .choose-desc,
.why-choose-section-one .single-choose-box:hover .choose-content .choose-desc *,
.why-choose-section-one .choose-single-box:hover .choose-content .choose-desc,
.why-choose-section-one .choose-single-box:hover .choose-content .choose-desc * {
    color: var(--color-white) !important;
}

.why-choose-section-one .choose-btn {
    text-align: center;
    margin-top: 50px;
}

/* Why Choose Us images opacity gradient masks */
.why-choose-section-one .single-choose-box .choose-thumb img {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 35%, black 100%);
}

.why-choose-section-one .choose-single-box .choose-thumb img {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%, black 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 40%, black 100%);
}

/*<!-- =====================================-->
<!-- why choose section css -->
<!-- =====================================-->*/
.why-choose-section-two {
    padding: 120px 0px 95px;
}

.why-choose-section-two .defult-btn.two a {
    margin: 0;
    width: 100%;
    text-align: center;
}

.why-choose-section-two .single-choose-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 25px;
    border-radius: 16px;
    padding: 36px 35px 32px;
    position: relative;
}

.why-choose-section-two .single-choose-box.two {
    padding: 32px 35px 0px;
    text-align: center;
}

.why-choose-section-two .single-choose-box.two .choose-title h2 {
    font-size: 28px;
    line-height: 36px;
}

.why-choose-section-two .choose-title h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}

.why-choose-section-two .choose-icon {
    padding-bottom: 95px;
}

.why-choose-section-two .choose-icon img {
    width: 60px;
    height: 60px;
}

.why-choose-section-two .choose-thumb {
    margin-top: 30px;
}


/*<!-- =====================================-->
<!-- why choose section css-->
<!-- =====================================-->*/
.why-choose-section-three {
    padding: 120px 0px 120px;
    background: var(--bg-color4);
}

.why-choose-section-three .sec-title {
    margin-bottom: 0px;
}

.why-choose-section-three .defult-btn a {
    margin-top: 40px;
}

.why-choose-section-three .section-title {
    margin-top: -10px;
}

.why-choose-section-three .choose-list-wrap {
    border: 1px solid #0203131A;
    border-radius: 14px;
}

.why-choose-section-three .choose-content-box {
    background: var(--color-white-op5);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(40px);
    border-radius: 10px;
    width: 100%;
    padding: 25px 30px 32px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.why-choose-section-three .choose-content-box {
    margin-bottom: 0;
}

.why-choose-section-three .choose-content-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
    top: auto;
}

.why-choose-section-three .choose-content-box:hover::before {
    height: 100%;
    top: 0;
    bottom: auto;
}

.why-choose-section-three .choose-icon {
    flex-shrink: 0;
    transition: 0.5s;
}

.why-choose-section-three .choose-icon img {
    transition: 0.5s;
}

.why-choose-section-three .choose-content-box:hover .choose-icon img {
    filter: brightness(0)invert(1);
}

.why-choose-section-three .choose-content h2 {
    color: var(--color-black1);
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.why-choose-section-three .choose-content-box:hover .choose-content h2 {
    color: var(--color-white);
}

.why-choose-section-three .choose-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: var(--text-color);
    width: 95%;
    transition: 0.5s;
}

.why-choose-section-three .choose-content-box:hover .choose-content p {
    color: var(--color-white);
}

.why-choose-section-three .choose-img-wrapper .image-container {
    position: relative;
    overflow: hidden;
}

.why-choose-section-three .choose-img-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 16px;
}

.why-choose-section-three .choose-img-wrapper .hover-image img {
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.p-relative {
    position: relative;
}

.why-choose-section-three .choose-sales-wrap {
    position: relative;
    overflow: hidden;
}

.hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
    z-index: 1;
}

.hover-image.active {
    opacity: 1;
    z-index: 2;
}

.choose-img-wrapper {
    height: 500px;
}

.why-choose-section-three .choose-counter {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.why-choose-section-three .counter-text h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-section-three .counter-text>span {
    display: inline-block;
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    color: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-section-three .counter-text .client {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black1);
    margin-left: 8px;
}

/*<!-- =====================================-->
<!-- neurox project section css-->
<!-- =====================================-->*/
.project-section-one {
    background: var(--bg-color1);
}

.project-section-one.inner {
    padding: 120px 0px 0px;
}

.project-section-one .project-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0px 25px;
    padding: 265px 0px 90px;
    border-radius: 30px;
    position: relative;
}

.project-section-one .section-title h1 {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 800;
    font-size: 150px;
    line-height: 155px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.project-section-one .project-box {
    margin-bottom: 25px;
}

.project-section-one .project-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
    width: 100%;
    max-width: 708px;
    aspect-ratio: 708 / 480;
    background-color: #ffffff;
    margin: 0 auto;
}

/* project img */
.project-section-one .project-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1.3s ease;
    display: block;
}

.project-section-one .project-thumb img:nth-child(1) {
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    z-index: 2;
}

.project-section-one .project-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
    z-index: 1;
}

.project-section-one .project-box:hover img:nth-child(1) {
    transform: translateX(0) scaleX(1) !important;
    opacity: 1;
    filter: blur(0);
}

.project-section-one .project-box:hover img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.project-section-one .project-content {
    display: flex;
    align-items: left;
    justify-content: space-between;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF1A;
    padding: 19px 25px;
    border-radius: 20px;
    flex-direction: column;
}

.project-section-one .project-title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.project-section-one .service-number span {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    opacity: 0.6;
}

.project-section-one .project-list {
    position: absolute;
    bottom: 40px;
    left: 33px;
}

.project-section-one .project-list li {
    display: inline-block;
    background: var(--secondary-color);
    padding: 13px 20px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    line-height: 16px;
    color: var(--color-white);
    transition: .5s;
}

.project-section-one .project-box:hover .project-list li {
    background: var(--primary-color);
    color: var(--color-white);
}


/* neurox project section css */

.project-section-two {
    margin: 0px 95px;
    padding: 120px 0px 120px;
    border-radius: 30px;
    position: relative;
}

.project-wrapper {}

.project-section-two .section-title h1 {
    font-family: var(--title-font);
    color: var(--color-black3);
    font-weight: 800;
    font-size: 170px;
    line-height: 56px;
    text-align: center;
    transform: rotate(90deg);
    margin-top: 310px;
}

.project-box {
    margin-bottom: 25px;
}

.project-section-two .project-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding-bottom: 8px;
    z-index: 1;
}

/* project img */
.project-section-two .project-thumb img {
    width: 100%;
    border-radius: 30px;
    background-size: cover;
    transition: all 1.3s ease;
    display: block;
    object-fit: cover;
}

.project-section-two .project-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.project-section-two .project-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.project-section-two .project-box:hover img:nth-child(1) {
    transform: translatex(0) scalex(1) !important;
    opacity: 1;
    filter: blur(0);
}

.project-section-two .project-box:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.project-section-two .project-content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border: 1px solid #03070F1A;
    padding: 19px 25px;
    border-radius: 20px;
}

.project-section-two .project-title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: var(--color-black3);
    margin: 0;
}

.project-section-two .service-number span {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--color-black3);
}

.project-section-two .project-list {
    position: absolute;
    bottom: 40px;
    left: 33px;
}

.project-section-two .project-list li {
    display: inline-block;
    background: #FFFFFF;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    line-height: 16px;
    color: #060F2d;
    transition: .5s;
}

.project-section-two .project-box:hover .project-list li {
    background: #3F58FF;
    color: #fff;
}


/* neurox project section css */

.project-section-three {
    padding: 105px 0px 120px;
    position: relative;
}

.project-section-three .section-title {
    margin-top: 0px;
    margin-bottom: 62px;
}

.project-wrapper {}

.project-section-three .section-title h1 {
    font-weight: 800;
    font-size: 150px;
    line-height: 140px;
    text-align: center;
    background: linear-gradient(92.71deg, #DA4D4F 3.63%, #4890FF 95.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-box {
    margin-bottom: 25px;
}

.project-section-three .project-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding-bottom: 12px;
    z-index: 1;
}

/* project img */
.project-section-three .project-thumb img {
    width: 100%;
    border-radius: 30px;
    background-size: cover;
    transition: all 1.3s ease;
    display: block;
    object-fit: cover;
}

.project-section-three .project-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.project-section-three .project-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.project-section-three .project-box:hover img:nth-child(1) {
    transform: translatex(0) scalex(1) !important;
    opacity: 1;
    filter: blur(0);
}

.project-section-three .project-box:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.project-section-three .project-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--color-white-op10);
    background: var(--color-white-op10);
    padding: 7px 30px;
    border-radius: 14px;
}

.project-section-three .project-title h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 22px;
    color: var(--color-white);
    margin: 0;
}

.project-section-three .service-number span {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white-op60);
}

.project-section-three .project-list {
    position: absolute;
    bottom: 40px;
    left: 33px;
}

.project-section-three .project-list li {
    display: inline-block;
    background: #FFFFFF;
    padding: 8px 20px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    line-height: 16px;
    color: #060F2d;
    transition: .5s;
}

.project-section-three .project-box:hover .project-list li {
    background: #3F58FF;
    color: #fff;
}

.project-section-three .project-btn {
    width: 150px;
    height: 150px;
    line-height: 170px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    margin: 52px auto 0;
    transition: 0.5s;
    cursor: pointer;
}

.project-section-three .project-btn:hover {
    background: linear-gradient(90deg, #276BD4 0%, #DA4D4F 100%);
}

.project-section-three .project-btn a {
    display: inline-block;
    font-size: 18px;
    Line-height: 20px;
    font-weight: 500;
    color: var(--color-white);
}


/*<!-- =====================================-->
<!-- neurox project section css-->
<!-- =====================================-->*/
.project-section-four {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 305px 0px 220px;
    margin: 0px 30px;
    border-radius: 30px;
    position: relative;
}

.project-section-four.inner .section-title h1 {
    top: 120px;
}

.project-section-four.inner .section-title.project h1 {
    bottom: 130px;
}

.project-section-four .section-title {
    margin-top: 0;
}

.project-section-four .section-title h1 {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    font-size: 120px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
}

.project-section-four .project-box {
    margin-bottom: 100px;
}

.project-section-four .project-title h2 a {
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--title-color);
    margin: 25px 0 0;
    border-bottom: 1px dashed rgb(97, 97, 97, 0.30);
    padding: 0 0 20px;
}

.project-section-four .project-title h2 a:hover {
    color: var(--primary-color);
}

.project-section-four .project-title h2 a i {
    display: inline-block;
    background: #FFFFFF33;
    border: 1px solid #6161611A;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.5s;
}

.project-section-four .project-title h2 a:hover i {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.project-section-four .section-title.project h1 {
    left: 0;
    right: 0;
    top: auto;
    bottom: 70px;
}


/*<!-- =====================================-->
<!-- process section css-->
<!-- =====================================-->*/
.process-section-one {
    background: var(--bg-color1);
    margin-bottom: 25px;
}

.process-section-one .process-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0px 25px;
    padding: 120px 0px 40px;
    border-radius: 30px;
    position: relative;
}

/*work process*/

.process-section-one .work-process {
    text-align: center;
    padding: 0;
}

.process-section-one .work-process .work_progress-number {
    margin-bottom: 70px;
    position: relative;
}

.process-section-one .work-process .work_progress-number:before {
    position: absolute;
    content: "";
    bottom: -71px;
    border: dashed 1px #060F2D33;
    height: 70px;
    width: 1px;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
}

.process-section-one .work-process:hover .work_progress-number:before {
    border-color: #3F58FF;
}

.process-section-one .work-process:hover .process-content {
    border-color: #060F2D;
}

.process-section-one .work-process .process-content:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: var(--process-hover-bg, url(../images/demo-image/process-box-bg.png));
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px;
    transition: .5s;
    transform: scale(0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.process-section-one .work-process:hover .process-content:before {
    transform: scale(1);
}

.process-section-one .work-process .work_progress-number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: dashed 1px #060F2D33;
    line-height: 50px;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    background-color: var(--color-white);
}

.process-section-one .work-process:hover .work_progress-number span {
    background-color: var(--secondary-color);
    color: var(--color-white);
}

.process-section-one .work-process .process-content {
    border: dashed 1px #060F2D33;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px 32px 41px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.process-section-one .work-process .work_progress-title span.subtitle {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 5px;
    transition: .5s;
}

.process-section-one .work-process .work_progress-title h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 26px;
    margin: 5px 0 7px;
    transition: .5s;
}

.process-section-one .work-process .work_progress-desc p {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    transition: .5s;
}

.process-section-one .work-process:hover .work_progress-title span.subtitle,
.process-section-one .work-process:hover .work_progress-title h2,
.process-section-one .work-process:hover .work_progress-desc p {
    color: #fff;
}

.process-section-one .work-process:hover .process-icon img {
    animation: gelatine 0.6s;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.7, 1.1);
    }

    50% {
        transform: scale(1.1, 0.7);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.process-section-one .process-shape1 {
    position: absolute;
    top: 205px;
    left: 200px;
    animation: rotateInDownLeft 5s infinite;
}

.process-section-one .process-shape2 {
    position: absolute;
    top: 170px;
    right: 130px;
    animation: rotateInDownRight 5s infinite;
}

/*process section css*/
.process-section-one .work-process.two .work_progress-number {
    margin-top: 70px;
    position: relative;
}

.process-section-one .work-process.two .work_progress-number:before {
    position: absolute;
    content: "";
    top: -190px;
    border: dashed 1px #060F2D33;
    height: 70px;
    width: 1px;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
}

/*<!-- =====================================-->
<!-- process section css-->
<!-- =====================================-->*/
.process-section-two {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0px 40px;
    padding: 120px 0px 112px;
    border-radius: 30px 30px 0px 0px;
    position: relative;
}

.process-section-two .sec-title {
    margin-bottom: 40px;
}

.process-section-two .sec-title .section-title h1 {
    font-size: 34px;
    line-height: 44px;
}

.process-section-two .process-box-wrapper {
    position: relative;
}

.process-section-two .process-box-wrapper::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 50%;
    border: 1px dashed var(--color-white-op20);
    left: 25%;
    top: 28px;
}

.process-section-two .process-gap {
    margin-top: 38px;
}

.process-section-two .work-process {
    position: relative;
}

.process-section-two .work-process::before {
    position: absolute;
    content: '';
    height: 69px;
    width: 1px;
    border: 1px dashed var(--color-white-op20);
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

.process-section-two .process-icon {
    text-align: center;
    background: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.process-section-two .work-process {
    text-align: center;
    transition: 0.5s;
}

.process-thumb img {
    width: 303px;
    height: 301px;
    max-width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.process-section-two .work-process:hover .process-thumb img {
    animation: rotateIn 5s infinite;
}

.process-section-two .work_progress-title h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    margin: 16px 0 8px;
}

.process-section-two .work_progress-desc p {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    width: 85%;
    margin: auto;
}

/* process section css inner */
.process-section-two.inner {
    margin: 0;
}

.process-section-two.inner .process-box-wrapper::before {
    border: 1px dashed #41424E33;
}

.process-section-two.inner .work-process::before {
    border: 1px dashed #41424E33;
}

.process-section-two.inner .work_progress-title h2 {
    color: #020313;
}

.process-section-two.inner .work_progress-desc p {
    color: var(--text-color);
}

/*<!-- =====================================-->
<!--neurox video section css-->
<!-- =====================================-->*/
.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px !important;
    margin: 0px 25px;
    border-radius: 30px;
}

.video-section .video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 0;
    right: 0;
}

.video-section .video-box:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 350px;
    background: url(../images/demo-image/video-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .5s;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.video-section .video-icon {
    margin-bottom: 10px;
}

.video-section .video-icon a {
    display: inline-block;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 100%;
    background: var(--secondary-color);
    font-size: 18px;
    color: var(--color-white);
}

.video-section .video-title h1 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    color: var(--title-color);
}


/*===========================================
<--testimonial section css-->
==============================================*/
.testimonial-section-one {
    padding: 120px 0px 60px;
    position: relative;
}

.testimonial-section-one .testi-content {
    background: var(--color-white);
    border-radius: 20px;
    padding: 32px 35px 32px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section-one .testi-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--secondary-color);
    transform: skew(25deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.testimonial-section-one .testi-content:hover::after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.testimonial-section-one .testi-content.two {
    margin-bottom: 15px;
}

.testimonial-section-one .testi-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px;
    transition: .5s;
}

.testimonial-section-one .testi-content:hover .testi-desc p {
    color: var(--color-white);
}

.testimonial-section-one .testi-autor-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-section-one .autor-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}

.testimonial-section-one .testi-content:hover .autor-title {
    color: var(--color-white);
}

.testimonial-section-one .autor-desi {
    font-weight: 400;
    font-size: 16px;
    margin: 3px 0 0px;
    transition: .5s;
}

.testimonial-section-one .testi-content:hover .autor-desi {
    color: var(--color-white);
}

.testimonial-section-one .client_image,
[class*="testimonial-section"] .client_image {
    position: absolute;
    right: 34px;
    bottom: 43px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section-one .client_image img,
[class*="testimonial-section"] .client_image img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    object-fit: cover;
    border-radius: 50%;
    transition: .5s;
}

.testimonial-section-one .testi-content:hover .client_image img,
[class*="testimonial-section"] .testi-content:hover .client_image img {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(10, 102, 194, .35);
}

[class*="testimonial-section"] .testi-autor-box .author_img,
[class*="testimonial-section"] .testi-autor-box .author_img img,
[class*="testimonial-section"] .testi-autor-box>img,
[class*="testimonial-section"] .author_img,
[class*="testimonial-section"] .author_img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section-one .testi-masonry-grid {
    column-count: 3;
    column-gap: 25px;
    width: 100%;
}

.testimonial-section-one .testi-masonry-item {
    break-inside: avoid;
    margin-bottom: 25px;
}

.testimonial-section-one .single-testi-box {
    margin-bottom: 0;
    display: block;
}

.testimonial-section-one .testi-thumb {
    position: relative;
    border-radius: 20px;
    background: var(--color-white);
    padding: 15px 25px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.testimonial-section-one .testi-thumb .reveal {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.testimonial-section-one .testi-thumb .reveal img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .testimonial-section-one .testi-masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .testimonial-section-one .testi-masonry-grid {
        column-count: 1;
    }
}

.testimonial-section-one .testi-thumb .testi-autor-box {
    position: static;
    z-index: 2;
}

.testimonial-section-one .testi-thumb .client_image {
    position: static;
    z-index: 2;
}

/*===========================================
<--testimonial section css-->
==============================================*/
.testimonial-section-two {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px;
    margin: 0px 40px;
    border-radius: 30px;
}

.testimonial-section-two.inner {
    margin: 0;
    border-radius: 0;
}

.testimonial-circle {
    position: relative;
    z-index: 1;
    width: 510px;
    height: 510px;
    background: var(--color-white-op10);
    border-radius: 50%;
    overflow: hidden;
}

.circle-text {
    width: 100%;
    height: 100%;
    background: var(--color-white-op10);
    border-radius: 50%;
    padding: 50px;
    animation: spin 20s linear infinite;
    overflow: visible;
}

.circle-text text {
    width: 410px;
    height: 410px;
    font-size: 27px;
    overflow: visible;
}

.testimonial-circle textPath {
    fill: #fff;
    position: relative;
}

.testi-quote {
    position: absolute;
    width: 280px;
    height: 280px;
    line-height: 280px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    top: 115px;
    left: 115px;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.testimonial-section-two .single-testi-box {
    background: var(--color-white-op5);
    border: 1px solid var(--color-white-op10);
    border-radius: 14px;
    padding: 35px 0px 20px;
}

.testimonial-section-two .testi-autor-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0px 32px 0px;
}

.testimonial-section-two .autor-title {
    color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.testimonial-section-two .autor-desi {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.testimonial-section-two .testi-desc p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding: 28px 32px 28px;
    margin: 35px 0 30px;
}

.testimonial-section-two .testi-desc p::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.testimonial-section-two .testi-desc p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.testimonial-section-two .testi-ratting {
    padding: 0px 32px 0px;
}

.testimonial-section-two .testi-ratting ul li {
    display: inline-block;
    color: var(--color-orange);
}

.testimonial-section-two .ratting-num {
    color: var(--color-white) !important;
}


/*===========================================
<--testimonial section css-->
==============================================*/
.testimonial-section-three {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px;
    position: relative;
}

.testimonial-section-three .single-testi-box {
    background: var(--color-white-op5);
    border: 1px solid var(--color-white-op10);
    border-radius: 14px;
    padding: 35px 0px 20px;
    transition: 0.5s;
}

.testimonial-section-three .single-testi-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 14px;
    border: 1.5px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    background: linear-gradient(180deg, #D44E54 0%, #296BD3 100%);
}

.testimonial-section-three .single-testi-box:hover:before {
    opacity: 1;
}

.testimonial-section-three .testi-autor-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0px 32px 0px;
}

.testimonial-section-three .autor-title {
    color: var(--color-white);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.testimonial-section-three .autor-desi {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.testimonial-section-three .testi-desc p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    padding: 28px 32px 28px;
    margin: 35px 0 30px;
}

.testimonial-section-three .testi-desc p::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.testimonial-section-three .single-testi-box:hover .testi-desc p::before {
    background: linear-gradient(90deg, rgba(212, 78, 84, 0.05) 0%, #D44E54 50%, rgba(212, 78, 84, 0.05) 100%);
}

.testimonial-section-three .testi-desc p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1.5px solid transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.testimonial-section-three .single-testi-box:hover .testi-desc p::after {
    background: linear-gradient(90deg, rgba(212, 78, 84, 0.05) 0%, #D44E54 50%, rgba(212, 78, 84, 0.05) 100%);
}

.testimonial-section-three .testi-ratting {
    padding: 0px 32px 0px;
}

.testimonial-section-three .testi-ratting ul li {
    display: inline-block;
    color: var(--color-orange);
}

.testimonial-section-three .ratting-num {
    color: var(--color-white) !important;
}

.testimonial-section-three .rating-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
}

.testimonial-section-three .autor-number {
    font-weight: 800;
    font-size: 70px;
    line-height: 110px;
    color: var(--color-white);
}

.testimonial-section-three .autor-rating ul li {
    display: inline-block;
    color: var(--color-orange);
}

.testimonial-section-three .autor-rating p {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    padding-top: 6px;
}

.testi4-active.top-gap {
    margin-top: 100px;
}

.testi4-active.top-gap-2 {
    margin-top: 200px;
}

.testi-quote-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 32px;
}

.quote-image {
    background: linear-gradient(180deg, #DA4D4F 0%, #276BD4 100%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.quote-text h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    margin: 0;
}

.testi-shape4 {
    position: absolute;
    top: 65px;
    right: 0;
    animation: fadeInUp 5s infinite;
}

/* ============================================= */
/*marquee section css*/
/* ============================================= */
.marquee-section-one {
    position: relative;
    z-index: 1;
    padding: 0 0 78px;
}

.marquee-section-one .inner-container {
    max-width: 1820px;
    margin: 0 auto;
}

.marquee-section-one .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}

.marquee-section-one .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block h1 {
    color: var(--title-color);
    font-weight: 900;
    font-size: 100px;
    line-height: 120px;
}

.marquee-block h1 img {
    margin: 0 45px 0 45px;
}

.marquee-section-one .marquee-block .content-box {
    position: relative;
    margin-right: 0px;
}

.marquee-section-one .marquee-block .content-box:last-child {
    margin-right: 0px;
}

.marquee-section-one .marquee-block .content-box:last-child::before {
    display: none;
}

.marquee-section-one .marquee-block .content-box .title {
    margin: 0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee-section-one.two {
    position: relative;
    z-index: 1;
    padding: 0 0 0px;
}

.marquee-section-one.two .inner-container {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 1835px;
    margin: 0 auto;
}

.marquee-section-one.two .marquee-block h1 {
    color: var(--color-white);
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
}

.marquee-section-one.two .marquee {
    padding: 44px 0 55px;
}

/* marquee section css */
.marquee-section-one.two.three {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 0px;
}

.marquee-section-one.two.three .marquee {
    padding: 20px 0px 40px;
}

.marquee-section-one.two.three .marquee-block h1 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.marquee-section-one.two.three .inner-container {
    background: transparent;
    border-radius: 0px;
    max-width: 1905px;
    margin: 0 auto;
}

/*===========================================
<-- call to action css-->
==============================================*/
.call-to-action-one {
    padding: 120px 0px 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0px 25px;
    position: relative;
    border-radius: 20px;
}

.call-to-action-one.two.inner {
    margin: 0;
    border-radius: 0;
}

.call-to-action-one .call-to-thumb {
    position: absolute;
    bottom: 0;
    right: 230px;
}

.call-to-action-one .sec-title {
    margin-bottom: 20px;
}

.call-to-action-one.two .sub-title {
    color: var(--primary-color2);
}

.call-to-action-one.two .sub-title::before {
    background: linear-gradient(90deg, #D44E54 0%, #286BD4 100%);
}

.call-to-action-one.two .defult-btn a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.call-to-action-one.two .defult-btn a::before {
    background: var(--primary-color2);
}

.call-to-action-one.two .defult-btn a i {
    border: 1px solid var(--color-white-op40);
    background: var(--color-white-op20);
}

.call-cusor {
    position: relative;
}

.cusor-key {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    background: var(--color-white-op10);
    backdrop-filter: blur(20px);
    padding: 11px 32px;
    border-radius: 30px;
    position: absolute;
    top: -215px;
    left: -105px;
}

.cusor-key::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(90deg, #D64E53 0%, #276BD4 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.call-icon2 {
    position: absolute;
    right: 30px;
    bottom: 300px;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    animation: rotateIn 5s infinite;
}

.call-cusor img {
    position: absolute;
    bottom: 200px;
    left: -140px;
    animation: flipInX 4s infinite;
}


/*===========================================
<-- call to action css-->
==============================================*/
.call-to-action-two {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 0px;
    position: relative;
}

.call-to-action-two .section-title {
    margin-top: 0;
    margin-left: 55px;
}

.call-to-action-two .call-to-wrapper {
    position: relative;
    padding: 70px 0 46px;
}

.call-to-action-two .call-to-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.call-to-action-two .call-right {
    display: flex;
    align-items: center;
    gap: 96px;
    margin-left: auto;
    justify-content: end;
}

.call-to-action-two .defult-btn.two a {
    background: transparent;
    border: 1px solid var(--color-white);
    margin: 0;
}

.call-to-action-two .cta-img {
    animation: flipInX 4s infinite;
}


/*===========================================
<-- contact section css-->
==============================================*/
.contact-section-one {
    padding: 22px 0px 20px;
    margin: 0 25px;
}

.contact-section-one .sec-title {
    margin-bottom: 35px;
}

.form-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 80px 83px 75px;
    border-radius: 30px;
}

/*neural contact*/
.contact-section-one .row {
    display: flex;
    align-items: stretch;
}

.contact-section-one .row>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.contact-section-one .contact-form-col {
    padding-left: 30px;
    padding-right: 15px;
}

.contact-section-one .contact-thumb {
    height: 100%;
    width: 100%;
    display: flex;
    flex: 1;
}

.contact-section-one .contact-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.form-box {
    position: relative;
    margin-bottom: 22px;
}

.form-box input {
    border: 1px solid var(--color-white-op10);
    background: transparent;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    outline: 0;
    color: var(--color-white);
}

.contact-section-one .form-box input::placeholder {
    color: var(--color-white-op60);
}

.form-box textarea {
    border: 1px solid var(--color-white-op10);
    background: transparent;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    outline: 0;
    color: var(--color-white);
}

.contact-section-one .form-box textarea::placeholder {
    color: var(--color-white-op60);
}

.form-box span {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 25px;
}

.contact-section-one .submit-button button,
.contact-section-one .defult-btn button {
    padding: 15px 50px;
}

/* contact section css two */
.contact-section-one.two .sub-title {
    color: var(--primary-color2);
}

.contact-section-one.two .sub-title::before {
    background: var(--secondary-color);
}

.contact-section-one.two .form-box input {
    border: 1px solid var(--color-white-op16);
    background: var(--color-white);
    color: var(--title-color);
}

.contact-section-one.two .form-box textarea {
    border: 1px solid var(--color-white-op16);
    background: var(--color-white);
}

.contact-section-one.two .form-box input::placeholder {
    color: var(--text-color);
}

.contact-section-one.two .form-box textarea::placeholder {
    color: var(--text-color);
}

.contact-section-one.two .defult-btn button {
    padding: 12px 35px 12px 35px;
    background: var(--secondary-color);
}

.contact-section-one.two .defult-btn button::before {
    background: var(--primary-color2);
}


/*===========================================
<-- blog section css-->
==============================================*/
.blog-section-one {
    padding: 100px 0px 90px;
}

.single-blog-box {
    margin-bottom: 20px;
    border-radius: 20px;
    background: var(--color-white);
    padding: 20px;
}

.blog-section-one .blog-thumb {
    position: relative;
}

.blog-thumb figure {
    width: 100%;
}

.blog-thumb figure img {
    width: 100%;
    border-radius: 14px;
}

.blog-section-one .meta-blog {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.blog-section-one .meta-blog a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    padding: 9px 26px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.blog-section-one .meta-blog a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--color-white);
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    z-index: -1;
    transition: 0.5s;
}

.blog-section-one .meta-blog a:hover:before {
    width: 100%;
    left: 0;
}

.blog-section-one .meta-blog a:hover {
    color: var(--title-color);
}

.blog-section-one .blog-content {
    padding: 0 15px 8px 15px;
}

.blog-section-one .blog-content h2 {
    margin-top: 25px;
}

.blog-section-one .blog-content h2 a {
    display: inline-block;
    font-weight: 600;
    font-family: var(--text-font);
    color: var(--title-color);
    font-size: 26px;
    line-height: 34px;
    transition: 0.5s;
}

.blog-section-one .single-blog-box:hover .blog-content h2 a {
    color: var(--primary-color);
}

.blog-section-one .section-border {
    border-bottom: 1px solid var(--color-black-op10);
    padding-top: 28px;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.blog-section-one .section-border::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: var(--primary-color);
    content: "";
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.blog-section-one .single-blog-box:hover .section-border::before {
    width: 100%;
    opacity: 1;
}

.blog-section-one .blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-section-one .blog-user {
    display: inline-block;
}

.blog-section-one .blog-user img {
    margin-right: 10px;
}

.blog-section-one .blog-user a {
    color: var(--title-color);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    position: relative;
    transition: 0.5s;
}

.blog-section-one .blog-user a:hover {
    color: var(--primary-color);
}

.blog-section-one .blog-user a::before {
    position: absolute;
    content: '';
    height: 14px;
    width: 1px;
    right: 0;
    top: 6px;
    background: var(--color-border1);
}

.blog-section-one .blog-user a span {
    display: inline-block;
    color: var(--text-color);
}

.blog-section-one .blog-button {
    display: inline-block;
}

.blog-section-one .blog-button a {
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 15px;
    transition: 0.5s;
    text-transform: uppercase;
    color: var(--title-color);
    position: relative;
    z-index: 1;
}

.blog-section-one .blog-button a svg {
    margin-left: 10px;
}

.blog-section-one .single-blog-box:hover .blog-button a {
    color: var(--primary-color);
}

.blog-section-one .blog-button a i {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid var(--color-black-op10);
    border-radius: 50%;
    color: var(--title-color);
    transform: rotate(-45deg);
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.blog-section-one .blog-button a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: var(--primary-color);
    transition: all 300ms ease;
}

.single-blog-box:hover .blog-button a::before {
    transform: scale(1);
}

.single-blog-box:hover .blog-button a i {
    color: var(--color-white);
}

/* blog section css two */

.blog-section-one.two .single-blog-box {
    border: 1px solid #03070F1A;
}

.blog-section-one.two .meta-blog a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.blog-section-one.two .single-blog-box:hover .blog-content h2 a {
    color: var(--primary-color2);
}

.blog-section-one.two .section-border::before {
    background: var(--primary-color2);
}

.blog-section-one.two .blog-button a::before {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

/* blog section css three */
.blog-section-one.two.three {
    background: var(--bg-color4);
}

.blog-section-one.two.three .blog-btn {
    position: relative;
    text-align: right;
}

.blog-inner-box {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 3px 0px;
}

.blog-section-one.two.three .single-blog-box {
    border: 1px solid #03070F1A;
    background: var(--color-white);
    padding: 20px;
}

.blog-subtitle {
    list-style: none;
    border: 1px solid #03070F1A;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 26px;
    border-radius: 30px;
}

.blog-section-one.two.three .blog-content.three h2 a {
    color: #03070F;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    transition: .5s;
}

.blog-section-one.two.three .blog-content.three h2 a:hover {
    color: var(--primary-color2);
}

.blog-section-one.two.three .blog-content h2 {
    margin-top: 10px;
}

.blog-section-one.two.three .blog-content.three a {
    display: inline-block;
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}

.blog-section-one.two.three .blog-content.three a>i {
    background: linear-gradient(92.71deg, #DA4D4F 3.63%, #4890FF 95.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-section-one.two.three .section-border {
    padding-top: 35px;
    margin-bottom: 18px;
}

.blog-section-one.two.three .blog-inner-box .blog-thumb figure img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 15px;
}


/* newsletter section css */
.newsletter-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 185px 0px 210px;
    position: relative;
}

.newsletter-section .newsletter-title h1 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
}

.newsletter-section .subscribe-box {
    background: var(--color-white);
    border-radius: 50px;
    height: 66px;
    width: 38%;
    position: relative;
    margin: auto;
}

.newsletter-section .subscribe-box button {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.newsletter-section .subscribe-box input::placeholder {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
}

.newsletter-section .newsletter-shape1 {
    position: absolute;
    top: 30px;
    right: 460px;
    animation: lightSpeedIn 5s infinite;
}

.newsletter-section .newsletter-shape2 {
    position: absolute;
    bottom: 5px;
    left: 360px;
    animation: zoomIn 5s infinite;
}

.newsletter-section input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    background: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}


/*===========================================
<-- neurox footer area css-->
==============================================*/
.main-footer-one {
    padding: 100px 0px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    margin: 0px 40px;
}

.subcribe-area {
    padding-bottom: 42px;
}

.subcribe-title h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 28px;
    font-family: var(--text-font);
    line-height: 40px;
    margin-bottom: 15px;
}

.subscribe-box {
    border: 1px solid var(--color-white-op10);
    background: var(--color-white-op10);
    backdrop-filter: blur(20px);
    border-radius: 50px;
    height: 66px;
    width: 100%;
    position: relative;
}

.subscribe-box input {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 20px 35px 20px;
}

.subscribe-box input::placeholder {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 16px;
}

.subscribe-box button {
    color: var(--color-white);
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
    position: absolute;
    right: 12px;
    top: 10px;
    border: 0;
    outline: 0;
}

.main-footer-one .main-footer-section {
    position: relative;
    z-index: 1;
    padding: 90px 0 85px;
}

.main-footer-one .main-footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: var(--color-white-op5);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.main-footer-one .main-footer-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: var(--color-white-op5);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}


.main-footer-one .main-footer-section .footer-widget-content {
    padding-right: 45px;
}

.main-footer-one .main-footer-section .footer-widget-content.social {
    padding-right: 0px;
    padding-top: 15px;
}

.main-footer-one .logo img,
.footer-widget-content .logo img {
    max-width: 180px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-desc {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 36px 0 42px;
    width: 75%;
}

.main-footer-one .footer-btn a {
    color: var(--color-white);
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(90deg, #3F58FF 0%, #31B0FF 100%);
    border-radius: 50px;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
}

.main-footer-one .footer-btn a i {
    margin-left: 5px;
}

.main-footer-one .footer-btn a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--color-white);
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s;
}

.main-footer-one .footer-btn a:hover:before {
    width: 100%;
    left: 0;
}

.main-footer-one .footer-btn a:hover {
    color: var(--title-color);
}

.main-footer-one .footer-btn a:hover i {
    color: var(--title-color);
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social li {
    display: inline-block;
    margin-right: 7px;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social li a {
    display: inline-block;
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social li a::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    transition: all 300ms ease;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social li a:hover::after {
    transform: scale(1);
}

.main-footer-one .main-footer-section .footer-widget-content .footer-title {
    color: var(--color-white);
    font-weight: 600;
    font-size: 26px;
    margin: 0px 0 25px;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-html-text {
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-html-text p {
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-menu li {
    margin-bottom: 18px;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a,
.main-footer-one .main-footer-section .footer-widget-content a {
    color: var(--color-white);
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-menu li a:hover,
.main-footer-one .main-footer-section .footer-widget-content a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.main-footer-one .main-footer-section .footer-widget-content .location {
    color: var(--color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-bottom: 1px solid var(--color-white-op20);
    margin-bottom: 15px;
}

.main-footer-one .main-footer-section .footer-widget-content .location span {
    display: block;
    color: var(--color-white-op60);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
}

.main-footer-one .main-footer-section .footer-widget-content .location p {
    display: block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
}

.main-footer-one .main-footer-section .footer-widget-content .contact-info .email-text a {
    display: block;
    color: var(--color-white-op60);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
}

.main-footer-one .main-footer-section .footer-widget-content .contact-info .email-address a {
    display: inline-block;
    color: var(--color-white);
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
}

.main-footer-one .main-footer-section .footer-widget-content .footer-social-title h3 {
    display: inline-block;
    color: var(--color-white);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
}

.main-footer-one .footer-bottom {
    position: relative;
    border-top: 1px solid var(--color-border2);
    z-index: 1;
    padding: 30px 0 0;
}

.main-footer-one .footer-bottom .copyright-text {
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
}

.main-footer-one .footer-bottom .copyright-text a {
    display: inline-block;
    color: var(--primary-color);
}

.main-footer-one .footer-bottom .footer-bottom-menu {
    text-align: right;
}

.main-footer-one .footer-bottom .footer-bottom-menu ul li {
    display: inline-block;
    margin-left: 43px;
}

.main-footer-one .footer-bottom .footer-bottom-menu ul li a {
    color: var(--color-white);
    display: inline-block;
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}

.main-footer-one .footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--primary-color);
}

/* neurox footer two */

.main-footer-one.two .subscribe-box button {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.main-footer-one.two .footer-btn a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.main-footer-one.two .main-footer-section .footer-widget-content .footer-social li a::after {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

footer.main-footer-one.two.three {
    padding: 0px 0px 0px;
    margin: 0;
    border-radius: 0;
}

footer.main-footer-one.two.three .footer-bottom {
    position: relative;
    border-top: 0;
    z-index: 1;
    padding: 30px 0 30px;
    backdrop-filter: blur(20px);
    background: #FFFFFF0D;
}

.main-footer-one.four {
    padding: 95px 0px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    margin: 0px 40px 30px;
}

.main-footer-one.four .main-footer-section {
    padding: 0px 0 85px;
}

.main-footer-one.four .main-footer-section::before {
    display: none;
}

.main-footer-one.four .footer-title h1 {
    display: inline-block;
    font-weight: 700;
    font-size: 120px;
    line-height: 130px;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 123px;
}

.main-footer-one.four .main-footer-section .footer-widget-content .footer-menu li a {
    color: var(--color-white-op60);
    font-weight: 500;
    font-size: 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(44 44 44);
    padding-bottom: 14px;
}

.main-footer-one.four .main-footer-section .footer-widget-content .footer-menu li a:hover {
    color: var(--primary-color);
}

.main-footer-one.four .defult-btn a {
    margin-top: 0;
}

.main-footer-one.four .footer-content {
    backdrop-filter: blur(20px);
    background: rgb(255 255 255 /10%);
    border-radius: 15px;
    padding: 30px 40px 40px;
}

.main-footer-one.four .subscribe-box {
    border: 1px solid var(--color-white-op10);
    border-radius: 50px;
    height: 60px;
    width: 100%;
    position: relative;
    margin: 45px 0 38px;
}

.main-footer-one.four .subscribe-box button {
    color: var(--color-white);
    background: #FFFFFF0D;
    border-radius: 50%;
    position: absolute;
    right: 12px;
    top: 8px;
    outline: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #FFFFFF26;
    backdrop-filter: blur(10px);
    padding: 0;
}

.main-footer-one.four .subscribe-box input {
    padding: 15px 35px 20px;
}

.main-footer-one.four .main-footer-section .footer-widget-content.five {
    padding-right: 0px;
}

.main-footer-one.four .footer-shape {
    position: absolute;
    top: 0;
    right: 525px;
    animation: spin 20s linear infinite;
}

/* neurox footer inner */
.main-footer-one.inner {
    border-radius: 0;
    margin: 0;
}

.main-footer-one.inner .subscribe-box button {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.main-footer-one.inner .main-footer-section .footer-widget-content .footer-social li a::after {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.main-footer-one.inner .defult-btn a {
    margin: 0px;
}


/* ============================================= */
/* servic section css*/
/* ============================================= */
.service-section-one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 150px 90px;
    margin: 0 40px;
    border-radius: 30px 30px 0px 0px;
}

.service-section-one.inner {
    margin: 0;
    border-radius: 0;
}

.service-section-one .defult-btn.two a {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    margin: 50px 0px 10px;
}

.service-section-one .service-thumb figure img {
    border-radius: 20px;
    max-width: 100%;
}

.service-section-one .single-service-box {
    position: relative;
    background: rgba(255, 255, 255, 0.051);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
}

.service-section-one .single-service-box.two {
    border: 1px solid var(--color-white-op10);
}

.service-section-one .single-service-box.two::before {
    display: none;
}

.service-section-one .single-service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1.5px solid transparent;
    background: linear-gradient(270deg, #D64E52 0%, #296BD3 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.service-section-one .service-icon {
    margin-bottom: 21px;
}

.service-section-one .service-content h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 34px;
    line-height: 56px;
}

.service-section-one .service-content p {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0 35px;
    width: 85%;
}

.service-section-one .service-button a {
    display: inline-block;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    color: var(--color-white);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 5px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.service-section-one .service-button a:hover {
    background: var(--primary-color2);
}

.service-section-one .service-button .btn2 {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: transparent;
    backdrop-filter: blur(20px);
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
    transition: 0.5s;
}

.service-section-one .service-button .btn2:hover {
    background: var(--primary-color2);
}

.service-section-one .single-service-box.two .service-content h2 {
    font-size: 26px;
    line-height: 36px;
}

.service-section-one .single-service-box.two .service-content p {
    width: 100%;
    margin: 14px 0 35px;
}

.service-section-one .single-service-box.two .service-button a {
    border: 1px solid #FFFFFF33;
    background: transparent;
    backdrop-filter: blur(20px);
    color: var(--color-white-op60);
    transition: 0.5s;
}

.service-section-one .single-service-box.two .service-button a:hover {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.service-section-one .service-plus i {
    display: inline-block;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: var(--color-white);
    position: absolute;
    top: 40px;
    right: 40px;
}


/* servic section css two */
.service-section-two {
    padding: 120px 0px 95px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-section-two .section-title {
    margin-top: -10px;
}

.service-pin {
    position: relative;
    overflow: hidden;
}

.service-section-two .service-item {
    background: var(--title-color);
    backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF1A;
    border-radius: 14px;
    padding: 45px 20px 5px 40px !important;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.service-section-two .service-content h2 img {
    margin-right: 15px;
}

.service-section-two .service-title a {
    display: inline-block;
    color: var(--color-white);
    font-weight: 600;
    font-size: 40px;
    line-height: 46px;
    transition: 0.5s;
}

.service-section-two .service-content p {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    width: 65%;
    margin: 70px 0 30px;
    transition: 0.5s;
    position: relative;
}

.service-section-two .service-list li {
    display: inline-block;
    color: var(--color-white-op60);
    backdrop-filter: blur(20px);
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--color-white-op20);
    padding: 6px 22px;
    border-radius: 30px;
    margin-right: 6px;
    transition: 0.5s;
    position: relative;
}

.service-section-two .service-list li:hover {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.service-section-two .service-thumb {
    text-align: right;
}

.service-section-two .service-thumb img {
    border-radius: 10px;
}


/*<!-- ============================== -->
<!-- servic section css three -->
<!-- ==============================-->*/
.service-section-three {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 95px;
}

.service-section-three .section-title {
    margin-top: 0;
}

.service-section-three .service-space {
    margin-bottom: 53px;
}

.service-box.style42 {
    background: url(../images/demo-image/service42-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 14px;
    overflow: hidden;
    padding: 38px 30px 10px;
    margin-bottom: 25px;
}

.service-box.style42:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: url(../images/demo-image/service42-bg-hv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
}

.service-box.style42:hover:before {
    width: 100%;
}

.service-box.style42:hover {
    padding: 35px 30px 30px;
}

.service-box.style42 .service-thumb {
    position: absolute;
    right: 0;
    top: 0;
}

.service-box.style42 .icon {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    transition: .5s;
}

.service-box.style42:hover .icon {
    border: 1px solid rgba(255, 255, 255, 0.502);
    background: rgba(255, 255, 255, 0.2);
}

.service-box.style42 .icon img {
    transition: .5s;
}

.service-box.style42:hover .icon img {
    filter: brightness(0) invert(1);
}

.service-box.style42 .content h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 62px 0 16px;
}

.service-box.style42:hover .content h2 {
    margin: 18px 0 16px;
}

.service-box.style42 .content p {
    color: var(--color-white-op60);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}

.service-box.style42 .service-btn a {
    display: inline-block;
    color: var(--color-white);
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0 0;
    opacity: 0;
    transition: .8s;
}

.service-box.style42 .service-btn a i {
    padding-left: 6px;
}

.service-btn:hover a {
    letter-spacing: 1px;
}

.service-box.style42:hover .service-btn a {
    margin: 20px 0 0;
    opacity: 1;
}





/*<!-- ============================== -->
<!-- servic section css four -->
<!-- ==============================-->*/
.service-section-four {
    background-color: transparent;
    background-image: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    padding: 145px 0px 110px;
}

.service-section-four .service-title h1 {
    color: var(--color-white);
    font-weight: 800;
    font-size: 150px;
    margin-bottom: 130px;
    text-align: center;
}

.service_section.style4 {
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
    padding: 30px 0 32px;
}

.service_section.style4:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.502);
}

.tp-bd.service_section.style4 {
    border-top: 1px solid #FFFFFF26;
}

.service_section.style4 .service_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service_section.style4 .service_img {
    background: rgba(255, 255, 255, 0.149);
    border: 1px solid rgba(255, 255, 255, 0.102);
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
}

.service_section.style4 h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 34px;
    line-height: 30px;
    margin: 0;
}

.service_section.style4 p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 8px 0 0;
}

.service_section.style4 p i {
    padding-right: 6px;
}

.service_section.style4 .service_thumb {
    position: absolute;
    left: 0%;
    transition: .5s;
    opacity: 0;
}

.service_section.style4:hover .service_thumb {
    left: 38%;
    opacity: 1;
}

.service_section.style4 .service_body {
    display: flex;
    align-items: center;
    gap: 100px;
}

.service_section.style4 ul.features li {
    list-style: none;
    display: inline-block;
    background: rgba(255, 255, 255, 0.102);
    border: 1px solid rgba(255, 255, 255, 0.302);
    backdrop-filter: blur(20px);
    padding: 5px 22px;
    border-radius: 30px;
    color: var(--color-white);
    margin-right: 5px;
}

.service_section.style4 .service_btn a {
    display: inline-block;
    color: var(--color-white);
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    background: rgba(255, 255, 255, 0.102);
    backdrop-filter: blur(20px);
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service_section.style4 .service_btn a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
    border-radius: 50px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.service_section.style4:hover .service_btn a:after {
    transform: scale(1);
}



/*<!-- ============================== -->
<!-- servic section css five -->
<!-- ==============================-->*/
.service-section-five {
    padding: 120px 0px 30px;
}

.service-section-five .about-btn.three {
    text-align: right;
}

.service-section-five .section-title {
    margin-top: 0;
}

.service-section-five .service-gb {
    margin-bottom: 90px;
}

.service-box.style24 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 370px 40px 65px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-box.style24 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.service-box.style24 .service-number {
    display: inline-block;
    background: #FFFFFF1A;
    backdrop-filter: blur(30px);
    border: 1.5px solid #FFFFFF1A;
    color: var(--color-white);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 25px;
}

.service-box.style24 .service-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-box.style24 .service-btn a {
    display: inline-block;
    background: var(--bg-color2);
    backdrop-filter: blur(30px);
    border: 1.5px solid #FFFFFF1A;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    color: #3F58FF;
    font-size: 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-box.style24 .service-btn a:hover {
    color: #fff;
}

.service-box.style24 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3F58FF;
    transform: scale(0);
    transition: .5s;
}

.service-box.style24 .service-btn a:hover:before {
    transform: scale(1);
}

/* service box 25 */
.service-box.style25 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 45px 40px 292px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 98px 0px 0px 0px;
}

.service-box.style25 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.service-box.style25 .service-number {
    display: inline-block;
    background: #FFFFFF1A;
    backdrop-filter: blur(30px);
    border: 1.5px solid #FFFFFF1A;
    color: var(--color-white);
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 25px;
}

.service-box.style25 .service-number span {
    color: #fff;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.service-box.style25 .service-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-box.style25 .service-btn a {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    border-radius: 50px;
    padding: 9px 9px 9px 40px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}

.service-box.style25 .service-btn a i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left: 16px;
}

.service-box.style25 .service-btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #3F58FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service-box.style25 .service-btn a:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.service-box.style25 .service-btn a:hover {
    color: #fff;
}

/* ============================================= */
/* servic section css six*/
/* ============================================= */

.service-section-six {
    padding: 120px 0px 100px;
}

.service-section-six .service-gb {
    margin-top: 90px;
}

.service-section-six .about-btn.three {
    text-align: right;
}

.service-section-six .service-box {
    background: #F2F3FE;
    padding: 20px 20px;
    border-radius: 20px;
    transition: 0.5s;
    margin-bottom: 20px;
}

.service-section-six .service-thumb {
    position: relative;
}

.service-section-six .service-date span {
    display: inline-block;
    background: #FFFFFF40;
    backdrop-filter: blur(30px);
    border: 1.5px solid #FFFFFF66;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 25px 10px 35px;
    border-radius: 25px;
    color: var(--color-white);
    position: absolute;
    top: 35px;
    left: 35px;
}

.service-section-six .service-date span::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-white);
    border-radius: 50%;
    left: 15px;
    top: 20px;
}

.service-section-six .service-btn a {
    display: inline-block;
    backdrop-filter: blur(30px);
    background: #FFFFFF80;
    color: var(--color-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: 0.5s;
}

.service-section-six .service-box:hover .service-btn a {
    background: var(--primary-color);
}

.service-section-six .content {
    padding: 26px 20px 30px;
}

.service-section-six .service-subtitle h2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 60px;
    color: var(--text-color);
    position: relative;
    margin-bottom: 8px;
}

.service-section-six .service-subtitle h2::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: rgb(97 97 97 /50%);
    left: 0;
    top: 15px;
}

.service-section-six .content .title {
    color: var(--title-color);
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    transition: 0.5s;
}

.service-section-six .service-box:hover .content .title {
    color: var(--primary-color);
}

/*<!-- ============================== -->
<!-- cta section css -->
<!-- ==============================-->*/
.cta-section-one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 210px;
    position: relative;
    overflow: hidden;
}

.cta-section-one.two {
    padding: 120px 0px 150px;
}

.cta-section-one.two .cta-img-1 {
    top: 250px;
}

.cta-section-one.two .cta-img-3 {
    top: 250px;
}

.cta-img-1 {
    position: absolute;
    left: 230px;
    top: 80px;
}

.cta-img-2 {
    position: absolute;
    left: 400px;
    bottom: 80px;
}

.cta-img-3 {
    position: absolute;
    right: 225px;
    top: 80px;
}

.cta-img-4 {
    position: absolute;
    bottom: 80px;
    right: 390px;
}


.cta-icon-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 170px 30px 0px;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 30px;
    border-radius: 150px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 150px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    margin: 10px;
    border: 1px dashed;
}

.icon-box .img-icon {
    background: linear-gradient(180deg, #DA4D4F 0%, #276BD4 100%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    transition: 0.5s;
}

.icon-box .icon-box-content h2 {
    color: #020313;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 0;
    transition: 0.5s;
}

.cta-icon-box .icon-box:nth-child(1) {
    transform: rotate(-10deg);
    transition: 0.5s;
}

.cta-icon-box .icon-box:nth-child(1):hover {
    transform: rotate(0deg);
}

.cta-icon-box .icon-box:nth-child(2) {
    transform: rotate(10deg);
    transition: 0.5s;
}

.cta-icon-box .icon-box:nth-child(2):hover {
    transform: rotate(0deg);
}

.cta-icon-box .icon-box:nth-child(3) {
    transform: rotate(-10deg);
    transition: 0.5s;
}

.cta-icon-box .icon-box:nth-child(3):hover {
    transform: rotate(0deg);
}

.cta-icon-box .icon-box:nth-child(4) {
    transform: rotate(10deg);
    transition: 0.5s;
}

.cta-icon-box .icon-box:nth-child(4):hover {
    transform: rotate(0deg);
}

.icon-box:hover .img-icon img {
    animation: gelatine 0.6s;
}


/*
<!-- ============================== -->
<!-- des portfolio area -->
<!-- ==============================-->*/
.des-portfolio-area {
    padding: 100px 0px 110px;
    background: var(--bg-color4);
    overflow: hidden;
}

.des-portfolio-area .des-protfolio-title {
    margin-bottom: 65px;
}

.des-portfolio-area .des-protfolio-title h1 {
    font-weight: 900;
    font-size: 150px;
    line-height: 140px;
    text-align: center;
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.des-portfolio-area .des-portfolio-item {
    background: var(--color-white);
    border-radius: 20px;
    border: 1px solid #03070F1A;
    padding: 20px 20px 20px !important;
    position: relative;
}

.des-portfolio-area .protfolio-title {
    color: var(--color-black1);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.des-portfolio-area .portfolio-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.des-portfolio-area .des-portfolio-category span {
    color: var(--title-color);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #03070F1A;
    border-radius: 30px;
    padding: 5px 20px;
    margin-right: 6px;
    transition: 0.5s;
}

.des-portfolio-area .des-portfolio-category span:hover {
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    color: var(--color-white);
}

.des-portfolio-area .portfolio-view {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
    z-index: 2;
}

.des-portfolio-area .portfolio-view a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black1);
    background: var(--color-white);
    border-radius: 30px;
    padding: 6px 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.des-portfolio-area .portfolio-view a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -70px;
    top: -27px;
    background: url(../images/demo-image/send.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

.des-portfolio-area .portfolio-view a:hover {
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    color: var(--color-white);
}

.des-portfolio-area .des-portfolio-thumb {
    position: relative;
}

.des-portfolio-area .des-portfolio-thumb img {
    border-radius: 14px;
}


/*<!-- ============================== -->
<!-- team section css one -->
<!-- ==============================-->*/
.team-section-one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 100px;
    position: relative;
}

.team-section-one .sub-title.two {
    color: var(--color-white);
}

.team-section-one .sub-title.two::before {
    background: var(--secondary-color);
}

.team-section-one .defult-btn a {
    padding: 9px 12px 9px 40px;
    margin-top: 0;
}

.team-section-one .defult-btn.two a {
    background: var(--color-white-op10);
    border: 1px solid var(--color-white-op10);
}

.team-section-one .defult-btn.two a::before {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.team-section-one .defult-btn a i {
    border: 1px solid var(--color-white-op20);
    background: var(--color-white-op10);
}

.team-section-one .team-img-wrapper {
    margin-top: 40px;
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.team-section-one .team-img-wrapper img {
    object-fit: cover;
    border-radius: 14px;
}

/* RIGHT LIST */
.team-section-one .team-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: 0.4s;
    position: relative;
}

.team-section-one .team-item-box.upp {
    border-top: none;
}

.team-section-one .team-item-box:hover {
    border-bottom: 1px solid var(--secondary-color);
}

.team-section-one .team-info {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 0 65%;
}

.team-section-one .team-social {
    margin-left: auto;
    display: flex;
    gap: 10px;
    transition: 0.5s;
    transform: translateY(10px);
    opacity: 0;
}

.team-section-one .team-item-box:hover .team-social {
    opacity: 1;
    transform: translateY(0px);
}

.team-section-one .team-item-box h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
}

.team-section-one .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: var(--color-white);
    transition: 0.5s;
}

.team-section-one .team-social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1.5px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 11.41%, rgba(103, 102, 255, 0.3) 21.67%, rgba(103, 102, 255, 0.3) 79.49%, rgba(255, 255, 255, 0.6) 87.5%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.team-section-one .team-social a:hover {
    background: linear-gradient(90deg, #DA4D4F 0%, #276BD4 100%);
}

.team-section-one .team-item-box p {
    color: var(--color-white-op60);
    font-weight: 500;
    font-size: 18px;
}

/*<!-- ============================== -->
<!-- team section css two -->
<!-- ==============================-->*/
.team-section-two {
    padding: 120px 0px 55px;
    position: relative;
    position: relative;

}

.team-section-two .section-desc p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin: 22px 0 0px 0px;
    width: 70%;
}

.team-section-two .single-team-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.team-section-two .team-content {
    border: 1px solid #6161611A;
    border-radius: 40px 20px 20px 40px;
    padding: 35px 30px 14px;
    flex: 0 0 51%;
}

.team-section-two .team-content h2 a {
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    transition: 0.5s;
}

.team-section-two .team-content h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: rgb(97 97 97 /70%);
}

.team-section-two .team-content>a {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 285px;
    position: relative;
}

.team-section-two .team-content>a::before {
    position: absolute;
    content: '';
    width: 372px;
    height: 1px;
    background: #6161611A;
    left: -40px;
    bottom: 52px;
}

.team-section-two .team-content>a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #FFFFFF33;
    border: 1px solid #6161611A;
    text-align: center;
    transition: 0.5s;
    color: #060F2D;
}

.team-section-two .single-team-box:hover .team-content>a i {
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    color: var(--color-white);
}

.team-section-two .team-shape {
    position: absolute;
    left: 0;
    top: 0;
}

/*<!-- ============================== -->
<!-- pricing section css -->
<!-- ==============================-->*/
.pricing-section-one {
    padding: 100px 0px 120px;
}

.pricing-section-one .pricing-title h1 {
    font-weight: 800;
    font-size: 150px;
    line-height: 140px;
    text-align: center;
    position: relative;

    background: linear-gradient(90deg,
            #D64E52,
            #ff6ec7,
            #8f6bff,
            #276BD4,
            #4fd1ff);

    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 70px;

    animation: gradientMove 8s ease-in-out infinite;
}

/* 🔥 Glow effect (valo) */
.pricing-section-one .pricing-title h1::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    background: inherit;
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    filter: blur(30px);
    opacity: 0.6;

    animation: gradientMove 8s ease-in-out infinite;
}

/* ✨ Shine sweep */
.pricing-section-one .pricing-title h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;

    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.7),
            transparent);

    transform: skewX(-20deg);
    animation: shineMove 4s infinite;
}

/* 🎨 Smooth gradient motion */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ⚡ Light sweep animation */
@keyframes shineMove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.pricing-section-one .pricing-single-item {
    border: 1px solid #02031312;
    border-radius: 14px;
    padding: 40px 40px 40px;
    position: relative;
    overflow: hidden;
}

.pricing-section-one .pricing-title h2 {
    display: inline-block;
    color: var(--color-black1);
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #0203131A;
    border-radius: 50px;
    padding: 9px 25px;
    margin-bottom: 16px;
}

.pricing-section-one .pric-text h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, #D64E52 0%, #276BD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-section-one .pric-text h3>span {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-black1) !important;
    -webkit-background-clip: none;
    background: transparent !important;
    margin-left: 8px;
}

.pricing-section-one .pricing-pric-des p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #0203131A;
    padding-bottom: 22px;
    margin: 7px 0px 5px;
}

.pricing-section-one .feature-title h4 {
    color: var(--color-black1);
    font-weight: 500;
    font-size: 20px;
    line-height: 60px;
}

.pricing-section-one .feature-list li {
    color: var(--color-black1);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pricing-section-one .feature-list li img {
    margin-right: 10px;
}

.pricing-section-one .feature-list .list_closed {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration: line-through;
}

.pricing-section-one .defult-btn a {
    padding: 9px 12px 9px 40px;
    margin-top: 26px;
}

.pricing-section-one .pricing-single-item {
    cursor: grab;
    transition: all .3s ease;
}

.pricing-section-one .pricing-single-item.dragging {
    cursor: grabbing;
    transform: scale(0.97);
}

.pricing-section-one .swiper-slide:nth-child(1n) {
    background: #FDF4F4 !important;
    border-radius: 14px;
}

.pricing-section-one .swiper-slide:nth-child(2n) {
    background: #EFF5FF !important;
    border-radius: 14px;
}

.pricing-section-one .swiper-slide:nth-child(3n) {
    background: #F9F3FF !important;
    border-radius: 14px;
}

.pricing-section-one .swiper-3d .swiper-slide-shadow {
    background: transparent !important;
}

.pricing-section-one .pricing-shape {
    position: absolute;
    right: 0;
    top: 0;
}


/*
<!-- ============================== -->
<!-- feature section css -->
<!-- ==============================-->*/
.feature-section-one {
    background: var(--bg-color4);
    padding: 120px 0px 120px;
}

.feature-section-one .single-feature-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 40px;
    transition: 0.5s;
}

.feature-section-one .single-feature-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.feature-section-one .single-feature-box:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.feature-section-one .feature-icon {
    text-align: right;
}

.feature-section-one .feature-icon img {
    transition: 0.5s;
}

.feature-section-one .single-feature-box:hover .feature-icon img {
    animation: gelatine 0.6s;
}

.feature-section-one .feature-title {
    padding: 20.7rem 0 0;
}

.feature-section-one .feature-title h2 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}

.feature-section-one .defult-btn a {
    margin-top: 40px;
}

/*<!-- ============================== -->
<!-- gallery Secttion css-->
<!-- ==============================-->*/
.gallery-section {
    padding: 30px 30px 0;
}

.gallery-thumb {
    margin-bottom: 30px;
}

.gallery-thumb img {
    width: 100%;
}

.img-wh {}


/*=========================================
 <!--Client gallery area css-->
===========================================*/
.Client-gallery-area {
    padding: 120px 0 120px;
}

.Client-gallery-area .service-gb {
    margin-bottom: 90px;
}

.Client-gallery-area .section-title {
    margin-top: 0;
}

.Client-gallery-area .about-btn.three {
    text-align: right;
}

.Client-gallery-wraper {
    border: 1px solid #6161611A;
    border-radius: 20px;
}

.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.4s;
}

.options .option {
    position: relative;
    overflow: hidden;
    min-width: 335px;
    height: 620px;
    margin: 15px;
    background: url(../images/demo-image/click11.png);
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    flex: 1;
    transition: flex 0.7s cubic-bezier(0.05, 0.61, 0.41, 0.95),
        background-size 0.7s ease,
        opacity 0.5s ease,
        transform 0.5s ease;
}

.options .option:not(.active) {
    flex-grow: 1;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #6161611A;
    background: #fff;
    background-image: none !important;
}

.options .option:not(.active):before {
    position: absolute;
    content: "";
    z-index: 1;
    transition: .5s;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}

.options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}

.options .option .label {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option:not(.active) .label .icon-custom {
    display: flex !important;
}

.options .option .label .icon-custom {
    display: none;
    justify-content: center;
    align-items: center;
    min-width: 87px;
    max-width: 87px;
    height: 250px;
    transition: all 0.4s;
}

.options .option .label .icon-custom h2 {
    transform: rotate(-90deg);
    min-width: 480px;
    position: relative;
    bottom: 140px;
    left: 85px;
    font-size: 50px;
    color: #060F2D;
    font-weight: 700;
    transition: all 0.4s;
    font-family: "Inter", sans-serif;
    margin: 0 0 0;
    z-index: 1;
}

.options .option .label .icon-custom p {
    transform: rotate(-90deg);
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    transition: all 0.4s;
    margin: 0 0 7px;
    position: absolute;
    bottom: 143px;
    left: -32px;
    width: 69%;
    z-index: 1;
}

.options .option:not(.active) .label .info {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.options .option .label .info {
    color: white;
    border-radius: 5px;
    padding: 0px 25px 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    margin: 0 10px 0;
}

.options .option:not(.active) .label .info>div {
    opacity: 0;
}

.options .option .label .info .main {
    font-size: 50px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    transition: all 0.4s;
    font-family: "Inter", sans-serif;
    margin: 60px 0 60px;
}

.options .option .label .info .sub p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.4s;
    font-family: "Inter", sans-serif;
    margin: 10px 0 0px;
}

.options .option.active {
    flex-grow: 10;
    transform: scale(1);
    border-radius: 10px;
    background-size: cover;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 40px;
}

.options .option.active:before {
    position: absolute;
    content: "";
    transition: .5s;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 15, 24, 0);
}

.options .option:not(.active) .search-icon {
    display: none;
}

.option.active .search-icon {
    display: inline;
}

.option.active .search-icon .img-icon {
    display: inline-block;
    background: #FFFFFF33;
    backdrop-filter: blur(30px);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
}

.option.active .search-icon .icon a.popup-image {
    display: inline-block;
    background: rgb(255, 125, 68);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ffff;
    font-size: 20px;
    position: absolute;
    bottom: 62px;
    right: 124px;
    transform: rotate(-45deg);
    font-weight: bold;
}

.option .search-icon .icon a.popup-image {
    display: none;
}

.e-font-icon-svg {
    width: 1em;
    height: 1em;
    color: currentColor;
    fill: currentColor;
}

.options .option .label .info .slider2-button {
    position: relative;
    left: -20px;
    top: 0;
}

.options .option .label .info .slider2-button a {
    list-style: none;
    color: #fff;
    display: inline-block;
    background: linear-gradient(90deg, #3F58FF 0%, #A052FF 100%);
    border-radius: 51px;
    padding: 9px 9px 9px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: 7px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-align: left;
    backdrop-filter: blur(20px);
}

.options .option .label .info .slider2-button a i {
    display: inline-block;
    border: 1px solid #FFFFFF33;
    background: #FFFFFF33;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-left: 6px;
}

.options .option .label .info .slider2-button a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #6766FF;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.options .option .label .info .slider2-button a:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.options .option .label .info .slider2-button a:hover {
    color: #fff;
}

/*<!-- ============================== -->
<!-- prepare meet area -->
<!-- ==============================-->*/
.prepare-meet-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 95px 0px 130px;
    position: relative;
    margin: 0px 30px;
    border-radius: 20px;
    height: 750px;
}

.prepare-meet-area .section-title h1 {
    font-family: var(--title-font);
    color: var(--color-white);
    font-weight: 600;
    font-size: 75px;
    line-height: 85px;
}

.meet-box {
    position: absolute;
    right: 210px;
    bottom: 130px;
    background: #FFFFFF33;
    backdrop-filter: blur(30px);
    padding: 50px 35px 42px;
    border-radius: 20px;
    width: 19%;
}

.meet-icon {
    margin-bottom: 60px;
}

.meet-icon img {
    animation: rotateIn 5s infinite;
}

.meet-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white);
}

/*
<!-- ============================== -->
<!-- breadcumb Secttion css -->
<!-- ==============================-->*/
.breadcumb-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 535px;
    position: relative;
    margin-top: -125px;
}

ul.breadcumb-item li i {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 12px;
}

.breadcumb-content {
    padding-top: 105px;
}

.breadcumb-content h1 {
    margin: 0 0 12px;
    color: var(--color-white);
    font-weight: 600;
    font-size: 54px;
}

ul.breadcumb-item li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: var(--color-white);
    font-weight: 500;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    padding: 4px 17px;
    margin: 7px 3px 0;
}

ul.breadcumb-item li a {
    transition: 0.5s;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--color-white2);
    font-weight: 500;
}

ul.breadcumb-item li a:hover {
    color: var(--primary-color);
}

ul.breadcumb-item li a i {
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}


/* service Details css
==============================*/

.neurox-section {
    padding: 120px 0 100px;
    background: var(--color-white);
}

.neurox-category-box {
    padding: 40px 40px 30px;
    border-radius: 0;
    background: var(--color-white4);
    border: 2px solid var(--color-white);
    margin-bottom: 30px;
}

.search-bx {
    position: relative;
    z-index: 1;
}

.search-bx input {
    padding: 10px 25px;
    width: 100%;
    height: 60px;
    border-radius: 0;
    background: var(--color-white);
    border: none;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    outline: 0;
}

.search-bx input::placeholder {
    color: var(--title-color);
}

.search-bx button.subscribe-btn {
    border: 0;
    background: transparent;
    color: var(--color-gray);
    position: absolute;
    right: 20px;
    top: 16px;
    border-radius: 5px;
    font-size: 17px;
}

.neurox-category-box {
    padding: 40px 40px 30px;
    border-radius: 0;
    background: var(--color-white4);
    border: 2px solid var(--color-white);
    margin-bottom: 30px;
}

h2.category-title {
    padding: 0px 0 19px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 0;
}

h2.category-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 1px;
    background: var(--title-color);
    transition: 0.5s;
}

h2.category-title:hover:before {
    width: 50px;
}

h1.category-title {
    padding: 0px 0 19px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 0;
}

h1.category-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 30px;
    height: 1px;
    background: var(--title-color);
    transition: 0.5s;
}

h1.category-title:hover:before {
    width: 50px;
}

.post-thumb {
    flex-shrink: 0;
}

.neurox-category-items {
    margin-bottom: 20px;
}

.category-content {
    padding-left: 20px;
}

.category-content h3 {
    margin: 0;
}

.category-content h3 a {
    display: inline-block;
    transition: 0.5s;
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color);
    font-weight: 500;
}

.category-content h3 a:hover {
    color: var(--primary-color);
}

.category-content h2 {
    margin: 0;
}

.category-content h2 a {
    display: inline-block;
    transition: 0.5s;
    font-size: 18px;
    line-height: 24px;
    color: var(--title-color);
    font-weight: 500;
}

.category-content h2 a:hover {
    color: var(--primary-color);
}

.category-content h4 {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.2;
}

.neurox-category-box.two h3.category-title {
    margin-bottom: 12px;
}

ul.neurox-service li {
    list-style: none;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-bottom: 1px solid rgba(16, 16, 16, 0.10196078431372549);
}

ul.neurox-service li span {
    float: right;
}

ul.neurox-service li span i {
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    transition: 0.5s;
}

ul.neurox-service li a {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    padding: 11px 0 11px;
    display: block;
}

ul.neurox-service li a i {
    padding: 0 10px 0 0;
    font-size: 14px;
    display: inline-block;
    color: #52614e;
    transition: 0.5s;
}

ul.neurox-service li:hover:before {
    width: 100%;
    left: 0;
}

ul.neurox-service li:hover a {
    color: var(--primary-color);
}

ul.neurox-service li:hover a i {
    color: var(--primary-color);
}

ul.neurox-service li:last-child {
    border-bottom: 0;
}

ul.neurox-service li:last-child a {
    padding: 11px 0 0;
}

ul.neurox-service li:hover span i {
    opacity: 1;
}

.category-content h3 {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.2;
}

.category-content h5 {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.2;
}


/* list category  */

ul.list_category li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 7px;
}

ul.list_category li a {
    display: inline-block;
    padding: 5px 20px;
    background: var(--color-white);
    font-size: 15px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 400;
}

ul.list_category li a:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.neurox-btn.style_inner {
    margin-top: 30px;
}

ul.list_category li a {
    display: inline-block;
    padding: 5px 20px;
    background: var(--color-white);
    font-size: 15px;
    line-height: 30px;
    color: var(--title-color);
    font-weight: 400;
}

ul.list_category li a:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.neurox-title h2 {
    padding: 24px 0 19px;
    font-size: 30px;
    color: var(--title-color);
    font-weight: 600;
}

.neurox-description p {
    font-size: 17px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 400;
    margin: 0;
}

.neurox-title.two h2 {
    padding: 14px 0 44px;
}

.neurox-title h2 {
    padding: 24px 0 19px;
    font-size: 30px;
    color: var(--title-color);
    font-weight: 600;
}

.neurox-single-box {
    margin-bottom: 30px;
}

.neurox-single-box ul li {
    font-size: 17px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 10px;
}

.neurox-single-box ul li img {
    border-radius: 50%;
    background: #52614e2b;
    flex-shrink: 0;
    padding: 13px 12px;
}

/* Team details Section 
==============================*/

.team-details-area {
    padding: 120px 0 68px;
    background: var(--color-white);
}

.team-details {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.team-details-thumb img {
    width: 100%;

}

/* Team details content */

.team-details-content {
    padding: 0 0 0 35px;
}

.team-details-title h2 {
    color: #0e0e0e;
    font-size: 30px;
    font-weight: 700;
}

.team-details-title p {
    font-size: 16px;
    margin: 10px 0 0;
    color: var(--title-color);
    font-weight: 600;
}

.team-details-content-text ul li {
    margin-bottom: 17px;
    display: block;
    color: #65677a;
}

.team-details-content-text ul li span {
    font-weight: 500;
    margin-right: 15px;
    font-size: 17px;
    color: var(--title-color);
}

.team-details-content-icon a {
    margin: 3px;
    background: var(--primary-color);
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
    color: var(--color-white);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.5s;
    border: 1px solid var(--primary-color);
}

.team-details-content-icon a:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.skill-wrapper h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.team-detail-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #161616;
    line-height: 0;
}

.team-detail-title p {
    font-size: 16px;
    font-weight: 400;
    color: #63636b;
    margin-top: 40px;
}

/* neurox blog details section */
.blog-meta {
    padding: 8px 0 16px;
}

.blog-meta span a {
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
}

.blog-meta span i {
    display: inline-block;
    transform: rotate(68deg);
    font-size: 10px;
    position: relative;
    top: -2px;
    margin: 0 6px 0;
}

.blog-content-text.text-left h2 {
    margin: 0 0 22px;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 600;
}

p.qouik {
    margin-right: 33px;
}

p.qouik2 {
    margin: 25px 44px 46px 0;
}

h3.blog-dtls-title3 {
    font-size: 28px;
    color: #1e1e1e;
    font-weight: 500;
    margin: 0 0 18px;
}

p.desc-style1 {
    margin: 0 34px 28px 0;
}

.blog-details-list-item {
    margin-top: 29px;
    margin-bottom: 52px;
}

ul.blog-details-list li {
    margin-bottom: 14px;
    font-size: 16px;
    color: #1e1e1ebd;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-dtls-img img {
    width: 100%;
}

p.desc-style1 {
    margin: 20px 34px 28px 0;
}

.blog-details-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
    border-top: 1px solid rgba(16, 16, 16, 0.10196078431372549);
    border-bottom: 1px solid rgba(16, 16, 16, 0.10196078431372549);
    padding: 25px 0 25px;
    margin-bottom: 59px;
}

.blog-social-tags ul li {
    display: inline-block;
}

.blog-social-tags ul li strong {
    font-size: 20px;
    color: #101010;
    font-weight: 500;
    margin-right: 10px;
}

.blog-social-tags ul li a {
    display: inline-block;
    text-align: center;
    padding: 2px 20px;
    margin-right: 8px;
    border: 1px solid rgba(16, 16, 16, 0.1);
    font-size: 15px;
    color: #616161;
    font-weight: 400;
}

.single-blog-social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-left: 12px;
}

.details_rcnt .neurox-category-items {
    background-color: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.1);
    padding: 30px 30px 30px;
    align-items: center;
    justify-content: center;
}

.pagination-btns a {
    display: inline-block;
    font-size: 18px;
    color: #616161;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 18px;
}

.pagination-btns a i {
    font-size: 14px;
    position: relative;
    top: -2px;
}

.category-content h4 {
    margin: 0;
}

.details_rcnt .category-content h4 a {
    display: inline-block;
    transition: 0.5s;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 500;
}

.details_rcnt .category-content h6 {
    margin: 5px 0 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}

.comment-bx {}

.comment-title h3 {
    margin-bottom: 33px;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: 500;
}

.blog-details-comment {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(16, 16, 16, 0.1);
    padding: 25px 44px 6px 30px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 25px;
    position: relative;
    top: 5px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    margin: 0;
    margin-bottom: 13px;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 500;
}

.blog-details-comment-content p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}

.blog-details-comment-reply a {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 15px;
    text-decoration: underline;
    color: #1e1e1e;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-details-comment.reply {
    margin-left: 100px;
    padding: 25px 44px 6px 30px;
}

.comment-title.two h3 {
    margin: 90px 0 35px;
}

input.comment-box {
    border: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    height: 60px;
    background-color: #F3F4F2;
    outline: 0;
}

input.comment-box::placeholder {
    color: var(--title-color);
}

#comment-msg-box::placeholder {
    color: var(--title-color);
}

#comment-msg-box {
    width: 100%;
    transition: .5s;
    height: 180px;
    background-color: #F3F4F2;
    border: 0;
    padding: 21px 25px;
    outline: 0;
}

.check_bx {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 27px;
    margin-top: 6px;
}

.check_bx.two {
    margin: 13px 0 20px;
}

.check_bx input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.check_bx.two p {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
}

.comment-form .submit-comment {
    padding: 14px 10px;
    margin-left: 15px;
    border: 0;
    transition: .5s;
    border-radius: 0;
    margin-top: 10px;
    font-family: "Open Sans";
    width: 165px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--primary-color);
}

.comment-form .submit-comment:hover {
    background: var(--title-color);
}

.blog-thumb figure {
    width: 100%;
}

/*==========================
	Prelaoder
===========================*/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: var(--bg-color1);
}

.preloader::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: var(--title-color);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    content: "Cargando...";
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid var(--primary-color);
    border-top-color: var(--text-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--text-color);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gallery-section {
    padding: 30px 0px 0px;
    margin: 0px 20px;
}

.gallery-wrapper {
    display: flex;
    gap: 30px;
}

/* LEFT SIDE */
.left-grid {
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.grid-item {
    border-radius: 20px;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item.large {
    height: 400px;
}

.grid-bottom {
    display: flex;
    gap: 30px;
}

.grid-bottom .grid-item {
    width: 50%;
    height: 450px;
}

/* RIGHT SIDE */
.right-large {
    width: 66%;
    position: relative;
}

.right-large img {
    width: 100%;
    height: 880px;
    object-fit: cover;
    border-radius: 20px;
}

/* COUNTER BOX */
.counter-box {
    position: absolute;
    bottom: 5px;
    right: 130px;
    display: flex;
    gap: 120px;
}

.counter-item h1,
.counter-item span {
    color: var(--title-color);
    display: inline-block;
    font-weight: 600;
    font-size: 65px;
    line-height: 28px;
}

.counter-item p {
    color: #616161;
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

/* water image */
.water_image_bg {
    height: 100%;
}

.breadcumb-section.water_image_bg {
    width: 100%;
    height: 535px;
}

/* About Section Three - Alignment & Icon Styling */
.about-icon-box {
    display: flex !important;
    align-items: flex-start !important;
}

.about-icon-box i {
    margin-top: 10px !important;
}

.about-icon-box .about-icon {
    flex-shrink: 0 !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.about-icon-box .about-icon img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
}

.about-icon-box .about-title {
    flex: 1 !important;
}

/* Team Vertical Infinite Carousel Styles */
.team-list-viewport {
    position: relative;
    overflow: hidden;
    touch-action: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}

.team-list-viewport.is-dragging {
    cursor: grabbing !important;
}

.team-list-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.team-set-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
}

.team-set-group .team-item-box {
    margin-bottom: 0 !important;
}

/* Team Member Avatar Fixed Size & Rounded Circle */
.team-item-box .team-info img {
    width: 117px !important;
    height: 117px !important;
    min-width: 117px !important;
    min-height: 117px !important;
    max-width: 117px !important;
    max-height: 117px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

/* Process Section - 2 Column Connecting Lines Alignment */
.process-section-two .process-box-wrapper::before {
    width: 50% !important;
    left: 25% !important;
    right: auto !important;
    margin: 0 !important;
}

.process-section-two .work-process::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Why Choose Us Section - Equal Row Heights & Refined Spacing */
.why-choose-section-one .row {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-section-one .row>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.why-choose-section-one .single-choose-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 30px;
    padding: 35px 35px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.why-choose-section-one .single-choose-box .choose-content {
    margin-bottom: 20px;
}

.why-choose-section-one .choose-content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}

.why-choose-section-one .choose-content p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.why-choose-section-one .single-choose-box .choose-thumb {
    margin-top: auto;
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 70px);
    text-align: center;
}

.why-choose-section-one .single-choose-box .choose-thumb figure {
    margin: 0;
    width: 100%;
}

.why-choose-section-one .single-choose-box .choose-thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.why-choose-section-one .choose-single-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
    margin-bottom: 30px;
    padding: 35px;
    box-sizing: border-box;
    overflow: hidden;
}

.why-choose-section-one .choose-single-box .choose-content {
    flex: 1;
}

.why-choose-section-one .choose-single-box .choose-thumb {
    flex-shrink: 0;
    max-width: 45%;
    height: calc(100% + 70px);
    margin-top: -35px;
    margin-bottom: -35px;
    margin-right: -35px;
    display: flex;
    align-items: center;
}

.why-choose-section-one .choose-single-box .choose-thumb figure {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
}

.why-choose-section-one .choose-single-box .choose-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .why-choose-section-one .choose-single-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .why-choose-section-one .choose-single-box .choose-thumb {
        max-width: 100%;
        margin-top: 20px;
    }
}