/*===============================================
Template Name: AI Agency — Modern technology solutions HTML Template
Author:  https://templycraft.com
Description: Description
Version: 1.0.0
Text Domain: ai_agency

================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Header Area Css
02. Css Hero Area
03. Css Section Title
06. Css Service Area
09. Css Countdown Area
10. Css Testimonial Area
12. Breadcumb Area
13. Css Team Area
14. Css Blog Details Area
15. Css Service Details Area
16. Css Contact Area
17. All Animation CSS
=======================*/



/*---=====================================================
   <!-- Header Area Css-->
=========================================================---*/
.ai-header-area {
    position: relative;
    z-index: 2;
    background: #0F1D37!important;
}

.ai-header-area.inner-style {
    position: relative;
    z-index: 3;
    background: transparent;
}

.ai-header-area.inner-style .header-menu ul li a {
    color: #e2eef5;
}

.ai-header-area.inner-style.ai-header-area::before {
    display: none;
}

.ai-header-area.inner-style .header-logo {
    position: relative;
    top: 0;
    right: -102px;
}

.ai-header-area.inner-style .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 315px;
    margin-right: 55px;
}

.header-logo {
    position: relative;
}
a.logo_two {
    display: none;
}
.sticky a.logo_two {
    display: block;
}
.sticky a.active_logo {
    display: none;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ai-header-area  ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 35px 15px 35px 6px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
    color: #e2eef5;
    font-weight: 500;
}
.header-menu ul li a i {
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
}
.header-menu ul li a::before {
    position: absolute;
    content: "";
    height: 1%;
    width: 0;
    background: linear-gradient(90deg, #DE4D4D 0%, #3A6BB6 100%);
    bottom: 35%;
    transition: .5s;
}
.header-menu ul li a:hover::before {
    width: 60%;
}
.header-menu ul li a:hover{
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sticky .header-menu > ul > li > a:before {
    background: var(--gradient);
}
.header-menu ul li span {
    font-size: 15px;
    color: #131414;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(88deg);
}
.ai-header-area .ai_btn a {
    display: inline-block;
    border-radius: 10px;
}


/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #e2eef5;
    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: 2px solid linear-gradient(90deg, #DE4D4D 0%, #3A6BB6 100%);
    opacity: 0;
}

.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 .sub_menu li a {
    display: block;
    padding: 12px 25px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    color: #1a1a1a!important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    
}
.header-menu ul .sub_menu li:hover>a {
    color: linear-gradient(90deg, #DE4D4D 0%, #3A6BB6 100%) !important;
    margin-left: 10px;
}
.header-menu ul .sub_menu li a:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 18px;
    height: 8px;
    width: 8px;
    background: linear-gradient(90deg, #DE4D4D 0%, #3A6BB6 100%);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .5s;
}
.header-menu ul .sub_menu li a:hover:before {
    opacity: 1;
}
.sticky .header-menu ul .sub_menu li a:hover:before {
    left: 8px;
}
.sticky .header-menu ul .sub_menu li a:hover {
    margin-left: 15px;
}
/* sub menu style two */
.ai-header-area.style_two .header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
}
.sticky .sub_menu li a {
    padding: 12px 20px !important;
}
/* header right */

.header_right {
    display: flex;
    align-items: center;
}
.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: #e2eef5;
    font-weight: 500;
}

/* 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: #0F1D37!important;
    transition: .5s;
    z-index: 9;
}
.sticky .header-menu ul li a {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sticky .header-menu ul li a i {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ai-header-area.style_two .header-menu ul .sub_menu li a:before {
    left: 6px;
}
.sticky .ai_btn a::before {
    background: linear-gradient(90deg, #DE4D4D 0%, #3A6BB6 100%);
}
.logo-box {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 999;
}

/*===========================================
<--  Css Hero Area -->
==============================================*/

.hero_area {
    padding: 120px 0 110px;
    position: relative;
    background: radial-gradient(600px 400px at 0% -10%, rgba(0, 209, 255, 0.25), transparent 60%);
}
.hero_area #js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ai_sass {
   padding: 190px 0 180px;
   position: relative;
}

.ai_sass #js-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero_content {
    position: relative;
    z-index: 1;
}
.hero_content h4 {
    font-size: 20px;
    color: #DE4D4D;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.hero_content h2 {
    font-size: 52px;
    line-height: 70px;
    color: #e2eef5;
    font-weight: 700;
}
.hero_content span {
    display: inline-block;
    color: #DE4D4D;
}

.hero_content p {
    margin: 0;
    padding: 15px 0 40px;
    font-size: 16px;
    line-height: 30px;
    color: #e2eef5;
    font-weight: 400;
}

.hero_area .badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 35px;
    color: #e2eef5;
    font-size: 16px;
    margin-bottom: 30px;
}

.hero_area .hero-art {
    display: grid;
    gap: 20px;
}
.hero_area .glass {
    backdrop-filter: blur(8px) saturate(120%);
}
.hero_area .card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px 32px 25px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.hero_area .card::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: var(--gradient);
    border-radius: 6px;
    z-index: -1;
    transition: .5s;
}
.hero_area .card:hover:before{
    width: 100%;
    left: 0;
}
.hero_area .glass.card i {
    font-size: 40px;
    display: inline-block;
    color: #e2eef5;
}
.hero-art-content h3 {
    font-size: 25px;
}
.hero-art-content p {
    font-size: 16px;
    color: #e2eef5;
}
.all-shape{
    position: relative;
    z-index: 1;
}
.hero-shape2 {
    position: absolute;
    bottom: -110px;
    left: 500px;
    animation: down-up 4s ease-in-out infinite;
}
.hero-shape2 img{
    width: 70%;
}
.hero-shape {
    position: absolute;
    top: -525px;
    left: 160px;
    animation: bounceleft 7s linear infinite;
}
.hero_area .bannar-shape {
    position: absolute;
    top: -490px;
    left: 195px;
    width: 8%;
    animation: bounce-y 7s infinite linear;
}
.bannar-shape img {
    width: 100%;
}
.hero-shape3 {
    position: absolute;
    top: -500px;
    right: 0px;
    animation: bounceleft 7s linear infinite;
}
.hero-shape4 {
    position: absolute;
    bottom: -80px;
    left: 130px;
    width: 8%;
}
.hero-shape4 img {
    width: 100%;
    animation: tp_animation_spin 6s linear infinite;
}

@keyframes bounce-y{
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes tp_animation_spin{
  0% {
    transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }

}

@keyframes down-up{
    0% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(20px);
    }
    100% {
    transform: translateY(0);
    }
}

@keyframes bounceleft{
    0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    }
    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}


/*===========================================
<--  Css Section Title  -->
==============================================*/

.section_title h4 {
    font-size: 18px;
    color: #DE4D4D;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.section_title h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 10px 0 18px;
}

.section_title p {
    font-size: 16px;
    color: #e2eef5;
    margin-bottom: 25px;
}
.section_title span {
    color: #E53925;
    display: inline-block;
}
.about_list {
    margin-bottom: 30px;
}
.about_list ul li {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
}
.about_list ul li i{
    font-size: 18px;
   margin-right: 9px;
   display: inline-block;
}


/*===========================================
<-- ai About Area Css-->
==============================================*/
.about_area {
    padding: 110px 0 110px;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about_thumb {
    position: relative;
    z-index: 1;
}

.about_thumb_inner {
    text-align: right;
}
.about_thumb_inner img {
    width: 100%;
}
.about_thumb::before{
   background: #e2eef5;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 0.3;
    pointer-events: none;
    transition: all 300ms ease;
}
.about_thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 300ms linear;
}
.about-shape2 {
    position: absolute;
    top: 40px;
    right: 130px;
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* about shape */
.about-shape {
    position: absolute;
    top: -6%;
    left: -55%;
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.about_area .ai_dna_shape {
    transform: scale(0.65) rotate(-90deg);
}
.about_area .ai_animation {
    position: absolute;
    right: 150px;
    bottom: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(-45deg);
}

.ai_animation span {
        width: 80px;
        height: 4px;
        background: #DE4D4D;
        margin: 6px;
        position: relative;
        transform-style: preserve-3d;
        animation: dnaAnim 2.5s linear infinite;
        &::before{
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #DE4D4D;
            position: absolute;
            top: calc(50% - 5px);
        }
        &::after{
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #DE4D4D;
            position: absolute;
            top: calc(50% - 5px);
        }
    }
    .ai_animation span:after {
        right: -8px;
        }
        .ai_animation span:before {
        left: -8px;
        }
        .ai_animation span:nth-child(1) {
        animation-delay: 0.1s;
        }
        .ai_animation span:nth-child(2) {
        animation-delay: 0.2s;
        }
        .ai_animation span:nth-child(3) {
        animation-delay: 0.3s;
        }
        .ai_animation span:nth-child(4) {
        animation-delay: 0.4s;
        }
        .ai_animation span:nth-child(5) {
        animation-delay: 0.5s;
        }
        .ai_animation span:nth-child(6) {
        animation-delay: 0.6s;
        }
        .ai_animation span:nth-child(7) {
        animation-delay: 0.7s;
        }
        .ai_animation span:nth-child(8) {
        animation-delay: 0.8s;
        }
        .ai_animation span:nth-child(9) {
        animation-delay: 0.9s;
        }
        .ai_animation span:nth-child(10) {
        animation-delay: 1s;
        }
        .ai_animation span:nth-child(11) {
        animation-delay: 1.1s;
        }
        .ai_animation span:nth-child(12) {
        animation-delay: 1.2s;
        }
        .ai_animation span:nth-child(13) {
        animation-delay: 1.3s;
        }
        .ai_animation span:nth-child(14) {
        animation-delay: 1.4s;
        }
        .ai_animation span:nth-child(15) {
        animation-delay: 1.5s;
        }
        .ai_animation span:nth-child(16) {
        animation-delay: 1.6s;
        }
        .ai_animation span:nth-child(17) {
        animation-delay: 1.7s;
        }
        .ai_animation span:nth-child(18) {
        animation-delay: 1.8s;
        }
    

    @keyframes mask_animation {
        from {
            -webkit-mask-position: 0 0;
            mask-position: 0 0;
        }

        to {
            -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
        }
    }

    @keyframes mask_animation_2 {
        from {
            -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
        }

        to {
            -webkit-mask-position: 0 0;
            mask-position: 0 0;
        }
    }

    @keyframes dnarotate {
        0% {
            transform: rotateZ(0deg);
        }
        100% {
            transform: rotateZ(359deg);
        }
    }
    @keyframes dnaAnim {
        0% {
            transform: rotateY(0deg);
        }
        100% {
            transform: rotateY(359deg);
        }
    }


/*===========================================
    <-- ai About Area two Css-->
==============================================*/
.about_area-two {
    padding: 110px 0 110px;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about_area-two .inner-box{
    margin: 10px 0 20px;
    position: relative;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--bg);
    border-radius: 10px;
    z-index: 1;
    transition: .5s;
}
.about_area-two .inner-box::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: var(--gradient);
    border-radius: 10px;
    transition: .5s;
    z-index: -1;
}   
.about_area-two .inner-box img {
    height: 40px;
    filter: brightness(0) invert(1);
    transition: .5s;
}
.about_area-two .inner-box h4.title{
    font-size: 20px;
}
.about_area-two .inner-box:hover:before{
    width: 100%;
    left: 0;
}
.about_area-two .inner-box:hover img {
    transform: scaleX(-1);
}

.about_area-two .ai_animation {
    position: absolute;
    right: 125px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(45deg);
}

/*===========================================
<--  ai counter Area  Css  -->
==============================================*/

section.counter_area {
    padding: 70px 0 70px;
    background: radial-gradient(600px 400px at 0% -10%, rgba(0, 209, 255, 0.25), transparent 60%);
}
.counter-box {
    text-align: center;
    border-right: 1px solid #E46F64;
}
.counter-box .style_one{
   border-left: 1px solid #E46F64; 
}
h3.counter {
    display: inline-block;
}
.counter-title h3 {
    font-size: 50px;
    color: #e2eef5;
    font-weight: 700;
}
.counter-title span {
    font-size: 50px;
    color: #e2eef5;
    font-weight: 700;
    display: inline-block;
    margin: 0 -2px 0;
}
.counter-title p {
    font-size: 15px;
    text-transform: uppercase;
    color: #e2eef5;
    font-weight: 400;
}



/*===========================================
<--  ai service Area Css  -->
==============================================*/

.service_area {
    padding: 100px 0 90px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.single_service_box {
    text-align: center;
    padding: 35px 25px 35px;
    background: var(--bg);
    border: 1px solid var(--border);
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}
.single_service_box::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: var(--gradient);
    border-radius: 6px;
    z-index: -1;
    transition: .5s;
}
.single_service_box:hover:before {
    width: 100%;
    left: 0;
}
h3.service_title {
    font-size: 30px;
    color: #e2eef5;
    font-weight: 700;
    line-height: 40px;
    transition: .5s;
}
p.service_des {
    font-size: 16px;
    line-height: 28px;
    color: #e2eef5;
    font-weight: 400;
    padding: 15px 0 30px;
}
.service-btn a {
    font-size: 16px;
    padding: 10px 20px;
    color: #e2eef5;
    border-radius: 5px;
    display: inline-block;
    background: var(--gradient);
    border: 1px solid #060129;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-weight: 400;
}
.service-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #060129;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}
.single_service_box:hover .service-btn a:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}
.single_service_box:hover .service-btn a{
   border: 1px solid #e2eef5; 
}
.service-btn a i {
    display: inline-block;
    font-size: 16px;
    color: #e2eef5;
    transform: rotate(-45deg);
    margin-left: 5px;
    transition: .5s;
}
.single_service_box:hover .service-btn a i{
    transform: rotate(0deg);
}
.service-shape {
    position: absolute;
    top: 60px;
    animation: bounceleft 5s linear infinite;
}

/*===========================================
<-- ai Button Css Css  -->
==============================================*/
.ai_btn {
    display: inline-block;
}

.ai_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background: var(--gradient);
    transition: 0.4s;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 9px;
    color: #e2eef5;
    font-weight: 400;
}
.ai_btn a::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: linear-gradient(90deg, #3A6BB6 0%, #DE4D4D 100%);
    right: 0;
    border-radius: 9px;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}

.ai_btn a:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ai_btn a i{
    font-size: 15px;
    display: inline-block;
    margin-left: 3px;
}

.btn.ghost {
    margin-left: 12px;
}

section.hero_area .ai_btn a::before {
    background: #0F1D37;
}


/*===========================================
<--  ai pricing Area Css  -->
==============================================*/

.pricing-section {
  padding: 100px 0 90px;
  position: relative;
}

.pricing-section .pricing-switcher {
  text-align: center;
  margin-top: 20px;
}
.pricing-section .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 30px;
  border: 1px solid #e2eef5;
}

.pricing-section .pricing-switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-section .pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #e2eef5;
}
.pricing-section .pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 100px;
  background: var(--gradient);
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-section .pricing-switcher input[type=radio]:checked + label + .switch,
.pricing-section .pricing-switcher input[type=radio]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.pricing-section .no-js .pricing-switcher {
  display: none;
}
.pricing-section .pricing-list {
  margin: 30px 0 0px;
}
.pricing-section .pricing-body {
    padding: 0 70px 0;
}
.pricing-list ul li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #0F1D37;
    left: -20px;
    top: 11px;
    z-index: 1;
}

.pricing-list ul li::after {
    position: absolute;
    content: '';
    left: -24px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #e2eef5;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-section .pricing-list > li {
    width: 32.3333333333%;
    float: left;
  }
  .pricing-section .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .pricing-section .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}
.pricing-section .pricing-wrapper {
  position: relative;
  border-radius: 10px;
}
.pricing-section .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.pricing-section .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}
.pricing-section .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}
.pricing-section .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.pricing-section .pricing-wrapper > li {
  background: var(--gradient);
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pricing-section .pricing-wrapper > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #e2eef5, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #e2eef5, rgba(255, 255, 255, 0));
}
.pricing-section .pricing-wrapper > li.is-ended::after {
  display: none;
}
.pricing-section .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}
.pricing-section .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pricing-section .pricing-wrapper .is-selected {
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .pricing-section .pricing-wrapper > li::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #e2eef5;
  }
  .pricing-section .pricing-wrapper > li::after {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li,
  .pricing-section .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .pricing-section :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .pricing-section .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .pricing-section .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}
.pricing-section .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .pricing-section .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .pricing-section .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}
.pricing-section .pricing-header h2 {
  font-size: 25px;
  padding: 40px 0 12px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991.98px) {
  .pricing-section .pricing-header h2 {
    font-size: 20px;
  }
}
.pricing-section .pricing-header {
  text-align: center;
  color: #e2eef5;
}
.pricing-section .currency, .pricing-section .value {
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 991.98px) {
  .pricing-section .currency,
  .pricing-section .value {
    font-size: 30px;
  }
}
.pricing-section .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-section .currency {
  font-size: 30px;
  display: inline-block;
  color: #e2eef5;
}
.pricing-section .duration {
  font-size: 15px;
  color: #e2eef5;
  text-transform: uppercase;
}
.pricing-section .duration {
  font-size: 15px;
}
.pricing-section .pricing-features {
  margin: 12px 0 25px;
}
.pricing-section .is-switched .pricing-body {
  overflow: hidden;
}
.pricing-section .pricing-list > li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1em;
}
.pricing-section .pricing-features li {
    font-size: 17px;
    position: relative;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing-section .pricing-features li {
    padding: 5px 0px;
  }
}
.pricing-section .pricing-footer {
  text-align: center;
}
.pricing-section .pricing-footer .select {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  color: #e2eef5;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 30px;
  border: 1px solid #e2eef5;
  transition: all 0.6s;
}
.pricing-section .pricing-footer .select::after { 
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--bg);
  z-index: -1;
  border-radius: 8px;
  transition: all 300ms ease;
}
.pricing-section .pricing-footer .select:hover::after {
  width: 100%;
  left: 0;
}
.pricing-section .has-margins .pricing-footer {
  padding-bottom: 0;
}
.pricing-section .has-margins .select {
  display: block;
  padding: 18px 0;
  border-radius: 0 0 4px 4px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.pricing-section .ai_dna_shape {
    transform: scale(0.65) rotate(-90deg);
}
.pricing-section .ai_animation {
    position: absolute;
    right: -390px;
    bottom: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(45deg);
}

/*===========================================
<-- ai testimonial Area Css  -->
==============================================*/

.testimonial_area{
    padding: 100px 0 80px;
    position: relative;
}
.testimonial_area #js-particles-testimonial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper {
  max-width: 900px;
  margin: auto;
  padding-bottom: 50px;
}

.swiper-slide {
  background: var(--gradient);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: left;
}

.testimonial_area .swiper-slide p {
  font-size: 18px;
  font-style: italic;
  color: #e2eef5;
  line-height: 1.6;
}
.testi-rating ul li{
    display: inline-block;
}
.testi-rating ul li i{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
}
.client-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.client-info h4 {
  margin: 0;
  font-size: 22px;
  color: #e2eef5;
}

.client-info span {
  font-size: 16px;
  color: #e2eef5;
}
.quote-icon{
    position: absolute;
    right: 55px;
    bottom: 50px;
}
.swiper-pagination-bullet {
  background: #e2eef5;
}

.swiper-pagination-bullet-active {
  background: #DE4D4D;
  opacity: 1;
}



/*===========================================
<-- ai team Area Css  -->
==============================================*/

.team_area {
    padding: 100px 0 90px;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.team_area .swiper {
  max-width: 1140px;
  margin: auto;
  padding: 20px;
}
.team-member{
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
}
.team-member::before {
    background: #e2eef5;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 0.3;
    pointer-events: none;
    transition: all 300ms ease;
}
.swiper-slide:hover .team-member::before{
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 300ms linear;
}

.team-member h4{
    font-size: 25px;
    color: #e2eef5;
    margin-top: 20px;
}
.team-member span{
    font-size: 17px;
    display: inline-block;
    margin: 3px 0 12px;
}
.team-member img{
    width: 100%;
    border-radius: 7px;
}
.team-social a i{
   font-size: 14px;
   display: inline-block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px solid #060129;
   border-radius: 50%;
   margin-right: 4px;
   text-align: center;
   position: relative;
   z-index: 1;
   transition: .5s;
} 
.team-social a i::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #060129;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}
.team-social a:hover i:after{
   transform: scale(1);
}

.team-shape{
    position: absolute;
    top: 110px;
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/*===========================================
<-- Sater Css Blog Area -->
==============================================*/
section.blog_area {
    padding: 100px 0 90px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-blog-box {
    background: var(--bg);
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 300ms ease;
}
.single-blog-thumb {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    z-index: 1;
}

.single-blog-thumb img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-blog-thumb img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: all 300ms ease;
}
.single-blog-box:hover .single-blog-thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.single-blog-box:hover .single-blog-thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-content {
    padding: 20px 12px 15px;
}
.blog-title h3 a {
    display: inline-block;
    font-size: 24px;
    line-height: 35px;
    color: #e2eef5;
    font-weight: 700;
    transition: 0.5s;
}

.single-blog-box:hover .blog-title h3 a{
    color: #E54231; 
}

p.blog-description {
    font-size: 16px;
    line-height: 28px;
    color: #e2eef5;
    font-weight: 400;
    padding: 0px 0 32px;
}
.blog-btn a {
    font-size: 16px;
    color: #e2eef5;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #e2eef5;
    font-weight: 400;
    z-index: 1;
    transition: 0.5s;
}
.blog-btn a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--gradient);
    z-index: -1;
    border-radius: 8px;
    transition: all 300ms ease;
}
.blog-btn a:hover::after {
    width: 100%;
    left: 0;
}
.blog-btn a i {
    display: inline-block;
    font-size: 16px;
    transform: rotate(-45deg);
    margin-left: 8px;
    transition: all 300ms ease;
}
.blog-btn a:hover i{
    transform: rotate(0deg);
}

/*===========================================
<-- Sater Css Footer Area -->
==============================================*/

.footer_area {
    padding: 115px 0 25px;
    position: relative;
    z-index: 1;
}
p.footer_desc {
    margin: 16px 0 30px;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.700;
    color: #e2eef5;
    font-weight: 400;
    border-bottom: 1px solid #3F4A5D;
    padding: 0 0 25px;
}

.footer-widget-title h4 {
    font-size: 24px;
    line-height: 26px;
    color: #e2eef5;
    font-weight: 700;
    margin-bottom: 25px;
}
.footer-widget-menu ul li a {
    display: inline-block;
    opacity: 0.700;
    font-size: 17px;
    line-height: 42px;
    color: #e2eef5;
    font-weight: 400;
}
.footer-widget-menu ul li a:hover{
    color: #E53925;
    opacity: 1;
}
.footer-widget-menu ul li a i {
    font-size: 12px;
    transition: .5s;
    margin-right: 6px;
}
.footer-widget-menu ul li a:hover i {
    opacity: 1;
}

p.footer_desc2 {
    padding: 11px 0 17px;
    opacity: 0.700;
    font-size: 17px;
    line-height: 24px;
    color: #e2eef5;
    font-weight: 400;
}
.subscribe_form button {
    background: var(--gradient);
    width: 100%;
    height: 55px;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #e2eef5;
    font-weight: 500;
    transition: all 0.3s ease;
}
button.btn:hover {
    background: #E53925;
    color: #e2eef5;
    transition: all 0.3s ease;
}
.footer_social_icon {
    margin-top: 5px;
}
.subscribe_form input {
    background: transparent;
    outline: 0;
    color: #e2eef5;
    width: 100%;
    height: 56px;
    border-radius: 3px;
    background-color: rgba(226,238,245,0);
    border: 1px solid rgb(226 238 245 / 20%);
    padding: 20px;
    transition: all 0.3s ease;
}
.subscribe_form input::placeholder{
    opacity: 0.700;
    font-size: 16px;
    line-height: 24px;
    color: #e2eef5;
    font-weight: 400;
    transition: all 0.3s ease;
}
.subscribe_form input:focus{
    background: transparent;
    transition: all 0.3s ease;
}
.footer_social_icon a {
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    margin-right: 9px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #e2eef5;
    border-radius: 50%;
    border: 1px solid rgb(226 238 245 / 20%);
    transition: all 0.3s ease;
}

.footer_social_icon a:hover {
    color: #e2eef5 !important;
}

.footer_social_icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: var(--gradient);
    transition: .5s;
    content: "";
    z-index: -1;
}
.footer_social_icon a:hover:before {
    width: 100%;
}

/* footer bottom */

.row.add-border {
    position: relative;
    padding-top: 20px;
    margin-top: 90px;
    z-index: -1;
}
.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: #253349;
    content: "";
}
.footer-bottom-content-copy p {
    font-size: 16px;
    line-height: 24px;
    color: #97a9bf;
    font-weight: 400;
    text-align: center;
}

@keyframes micro {
	from { transform: translateX(620px);}
	to { transform: translateX(-1650px);}
}

.footer-shape {
    position: absolute;
    bottom: 50px;
    right: 42px;
    animation: micro 22s linear infinite;
    z-index: -1;
}


/* ============================================= */
    /* Start ai breadcub area */
/* ============================================= */
.breadcumb-area {
    padding: 170px 0 145px;
    position: relative;
    z-index: 1;
}

.breadcumb-content {
    text-align: center;
}
.breadcumb-title h4 {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 50px;
    color: #e2eef5;
    font-weight: 700;
    font-family: "Space Grotesk";
    text-align: center;
}
.breadcumb-content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 32px;
    color: #e2eef5;
    font-weight: 500;
    text-align: center;
}

.breadcumb-content ul li a {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 32px;
    color: #e2eef5;
    font-weight: 500;
    text-align: center;
}

.breadcumb-content ul li a:hover {
    color: #DE4D4D;
}
.breadcumb-content ul li a:hover i {
    color: #DE4D4D;
}

.breadcumb-content ul li a::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    background-color: #DE4D4D;
    left: -56px;
    top: 10px;
}

.breadcumb-content ul li a::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 1px;
    background-color: #DE4D4D;
    left: -56px;
    top: 18px;
}

li.breadcumb-intext {
    position: relative;
}

li.breadcumb-intext::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    background-color: #DE4D4D;
    right: -56px;
    top: 15px;
}

li.breadcumb-intext::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 1px;
    background-color: #DE4D4D;
    right: -56px;
    top: 22px;
}


/* google map */

.google-map{
    padding: 100px 0 90px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.google-map iframe {
    width: 100%;
    height:550px;
}


/* ======== contact-address-area CSS =============*/

.contact-address-area{
    padding: 100px 0 90px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;  
}

.contact-box {
    position: relative;
    background: var(--bg);
    padding: 25px 20px;
    border-radius: 7px;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.contact-box::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    border-radius: 7px;
    background: var(--gradient);
    z-index: -1;
    transition: all 0.3s ease;
}
.contact-box:hover:before{
    width: 100%;
    left: 0;
}
.contact-box:hover {
  transform: translateY(-5px);
}
.contact-box .contact-icon {
    padding-bottom: 18px;
    transition: all 0.3s ease;
}
.contact-box .contact-icon img {
    height: 35px;
    filter: brightness(1) invert(0);
    transition: all 0.3s ease;
}
.contact-box:hover .contact-icon img{
    filter: brightness(0) invert(1);
}
.contact-box .contact-content h3 {
  font-size: 25px;
  color: #e2eef5;
  margin-bottom: 12px;
}
.contact-box .contact-content p {
  font-size: 16px;
  color: #e2eef5;
  line-height: 1.8;
}


/* ======== contact-section CSS =============*/
.contact-area{
    padding: 100px 0 90px;
}

.contact-area form {
    margin-top: 25px;
}
.contact-area .form_box input {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    height: 56px;
    width: 100%;
    border: 0;
    border-radius: 7px;
    background: #e2eef5;
    outline: 0;
    padding-left: 15px;
    margin-bottom: 20px;
}
.contact-area .form_box textarea {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    border: 0;
    width: 100%;
    height: 220px;
    border-radius: 7px;
    background: #e2eef5;
    padding-top: 15px;
    padding-left: 15px;
    outline: 0;
    margin-bottom: 20px;
}
.contact-area .submit_button button {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    width: 175px;
    height: 55px;
    background: var(--gradient);
    border: 0;
    border-radius: 7px;
    transition: all 0.3s ease;
}

/* ======== marquee-section CSS =============*/

.marquee-section {
    background: var(--bg);
    padding: 100px 0 100px;
    text-align: center;
    overflow: hidden;
}

.marquee-section-two{
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    text-align: center;
    overflow: hidden;
}

.marquee-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #e2eef5;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-content {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee-content img {
    height: 80px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.marquee-content img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move half because duplicate */
}

/*===========================
   blog-details-css
=============================*/

.blog-details-area{
    padding: 100px 0 90px;
    background-image: url(../images/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.blog-details-thumb {
  overflow: hidden;
}

.blog-details-area span.mate-text {
  position: relative;
}

.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}

.blog-details-content span.mate-text {
  display: inline-block;
  color: #e2eef5;
}

span.mate-comment {
  display: inline-block;
  color: #e2eef5;
  margin-left: 20px;
}

span.mate-text i,
span.mate-comment i {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-thumb img {
  width: 100%;
  transition: 0.5s;
}

.blog-details-thumb img:hover {
  transform: scale(1.2);
}

.blog-details-content {
  padding: 27px 36px 20px;
  border: 1px solid #e2eef5;
}

.blog-details-area .meta-blog span {
  display: inline-block;
  margin-right: 28px;
  font-weight: 500;
}

.blog-details-area .meta-blog i {
  display: inline-block;
  color: #DE4D4D;
  padding-right: 9px;
}

.blog-details-area .meta-blog img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

h4.blog-details-title {
    font-size: 32px;
    color: #e2eef5;
    line-height: 45px;
    margin: 12px 0 19px;
}

p.blog-details-desc {
  font-size: 17px;
  margin-bottom: 25px;
  color: #e2eef5;
}

.blog-details-author-talk {
  display: flex;
  gap: 26px;
  background: var(--bg);
  padding: 41px 30px 40px;
  margin-top: 48px;
  border-radius: 10px;
  position: relative;
}

.blog-details-quote i {
    font-size: 25px;
    display: inline-block;
    color: #e2eef5;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--gradient);
    border-radius: 50%;
}

.blog-details-quote img {
  position: relative;
  top: 8px;
}

.blog-details-author-title p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #e2eef5;
  margin-bottom: 12px;
}

.blog-details-quote img {
  position: relative;
  top: 8px;
  color: #e2eef5;
}

.blog-details-author-title span {
  margin-left: 58px;
  display: inline-block;
  color: #e2eef5;
  position: relative;
}

.blog-details-author-title span:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: -58px;
  top: 12px;
  background: var(--gradient);
}

h3.blog-details-title {
  font-size: 28px;
  margin: 54px 0 16px;
  font-weight: 400;
}

p.blog-details-desc.two {
  width: 95%;
}

.blog-details-list-item {
  margin-bottom: 40px;
}

.blog-details-list-item ul li {
  margin-bottom: 10px;
  font-size: 17px;
}

.blog-details-list-item ul li {
  list-style: none;
}

.blog-details-list-item ul li i {
  display: inline-block;
  color: #DE4D4D;
  font-size: 18px;
  margin-right: 16px;
}

h3.blog-details-title.two {
  font-size: 28px;
  margin: 38px 0 16px;
  font-weight: 400;
}

.blog-details-comment-title h4 {
  font-size: 28px;
  margin: 20px 0 28px;
  font-weight: 400;
}

.blog-details-comment.style-two {
  margin-left: 105px;
}

.blog-details-comment {
  margin-bottom: 19px;
  position: relative;
  border: 1px solid #e2eef5;
  padding: 29px 29px 25px;
}

.blog-details-comment-reply {
  position: absolute;
  right: 22px;
  top: 21px;
}

.blog-details-comment-reply a {
  background: var(--gradient);
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #e2eef5;
  border-radius: 2px;
  display: inline-block;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 30px;
}

.blog-details-comment-thumb img {
  border-radius: 50%;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content span {
  display: inline-block;
  color: #e2eef5;
}

.blog-details-comment-content h2 {
  font-size: 20px;
  margin-top: 0;
  display: inline-block;
  margin-right: 30px;
  font-weight: 400;
}

.blog-details-comment-content p {
  font-size: 15px;
  margin: 13px 0 0;
  color: #e2eef5;
}

p.blog-details-desc.three {
  width: 100%;
}

.blog-details-socila-box {
  border: 1px solid #e2eef5;
  border-top: transparent;
  padding: 19px 35px 18px;
  border-radius: 0 0 5px 5px;
}

.blog-details-category span a {
  display: inline-block;
  background: var(--gradient);
  padding: 6px 16px;
  font-weight: 500;
  color: #e2eef5;
  border-radius: 3px;
  margin-right: 7px;
  transition: 0.5s;
}

.blog-details-category span a:hover {
  background: var(--gradient);
  color: #e2eef5;
}

.blog-details-category span a.active-class {
  background: var(--gradient);
  color: #e2eef5;
}

.blog-details-social-icon {
  text-align: right;
}

.blog-details-social-icon ul li {
  display: inline-block;
}

.blog-details-social-icon ul li i {
  display: inline-block;
  position: relative;
  background: var(--gradient);
  color: #e2eef5;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 5px;
  transition: .5s;
  z-index: 1;
}
.blog-details-social-icon ul li i::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--bg);
    border-radius: 50%;
    transition: .5s;
    z-index: -1;
    transform: scale(0);
}
.blog-details-social-icon ul li i:hover:after{
    transform: scale(1);
}

/* details form */
.blog-details-contact-title h4 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
}

.blog-details-area .contact-input-box input {
  background: #e2eef5;
  border: transparent;
  width: 100%;
  height: 60px;
  padding: 22px;
  outline: 0;
  margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
  background: #e2eef5;
  border: transparent;
  width: 100%;
  height: 170px;
  padding: 12px 22px 0;
  outline: 0;
  margin-top: 11px;
  margin-bottom: 20px;
}

.blog-details-area input::placeholder {
  color: #232323;
}

.input-check-box span {
  font-size: 15px;
  margin-left: 7px;
  color: #e2eef5;
}

.blog-details-submi-button button {
  background: var(--gradient);
  color: #e2eef5;
  text-transform: uppercase;
  border: transparent;
  padding: 12px 26px;
  font-size: 15px;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #DE4D4D;
  margin-bottom: 30px;
  border-radius: 5px;
  font-weight: 500;
}

.blog-details-submi-button button:hover {
  color: #DE4D4D;
}

.blog-details-submi-button button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #e2eef5;
  transition: 0.5s;
  z-index: -1;
  border-radius: 5px;
}

.blog-details-submi-button button:hover:before {
  width: 100%;
  left: 0;
}


/*=========================================
<!-- blog details area sidebar css-->
===========================================*/
.widget-sidber {
  border-radius: 5px;
  background-color: #e2eef5;
  padding: 32px 41px 29px;
  margin-bottom: 27px;
}

.widget_search {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px !important;
  height: 60px;
  width: 100% !important;
  position: relative;
  color: #060129;
  outline: 0 !important;
  border: transparent !important;
}

button.icons {
  border: 0;
  font-size: 16px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: #060129;
  background: transparent;
}

.widget-sidber-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #060129;
  margin: 0 0 25px;
  font-weight: 400;
}

.widget-category ul li {
  list-style: none;
}

.widget-category ul li a {
  font-size: 18px;
  padding: 14px 26px;
  width: 100%;
  display: inline-block;
  margin-bottom: 14px;
  color: #060129;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #060129;
  text-transform: capitalize;
}

.widget-category ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--gradient);
  z-index: -1;
  transition: 0.5s;
}

.widget-category ul li a:hover:before {
  width: 100%;
  left: 0;
}

.widget-category ul li a:hover {
  color: #fff;
}

.widget-category ul li i {
  color: #060129;
  display: inline-block;
  float: right;
  font-size: 17px;
  opacity: 0;
  transition: 0.5s;
}

.widget-category ul li a:hover i {
  opacity: 1;
  color: #fff;
}
.sidber-widget-recent-post {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 19px;
  transition: 0.5s;
}

.recent-widget-content a {
  transition: 0.5s;
  width: 95%;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #060129;
  font-weight: 600;
}

.recent-widget-content a:hover {
  background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.recent-widget-content p {
  font-size: 14px;
  margin: 0;
  color: var(--bg);
  text-transform: uppercase;
}

.widget-catefories-tags a {
    display: inline-block;
    color: #060129;
    font-weight: 500;
    background: #fff;
    padding: 8px 8px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.widget-catefories-tags a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: var(--gradient);
  transition: 0.5s;
  z-index: -1;
}

.widget-catefories-tags a:hover {
  color: #fff;
}

.widget-catefories-tags a:hover:before {
  width: 100%;
  left: 0;
}

/* comments box */
.sidebar__comments {
  position: relative;
  display: block;
  color: #fff;
  background-color: #f2f3f5;
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
  color: #fff;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: #937a4b;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
  color: #232323;
}

.sidebar__comments-text-box h5 {
  font-weight: 400;
  font-size: 18px;
}

/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.rotates {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- ai Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


/*===========================
<-- Loader Css -->
=============================*/
/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0d12;
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #0b0d12;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #E2DFDD;
    border-top-color: #DE4D4D;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #E2DFDD;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #DE4D4D;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Inter", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Inter", sans-serif;
    }
}


/*=======================================
<--start ai_solution home Css -->
=======================================*/

section.solution-slider-area {
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}

.solution-slider-height {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-slider-height-2 {
  height: 750px;
}

.solution-slider-bg,
.solution-slider-bg2 {
  background: url(../images/home2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.solution-slider-bg2 {
  background: url(../images/home2.jpg);
}

.solution-slider-bg,
.solution-slider-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in,
    -webkit-transform 9000ms ease;
}

.solution-slider-content {
  padding-top: 55px;
}

.solution-slider-sub-title {
  font-size: 25px;
  color: #DE4D4D;
  font-weight: 500;
}

h2.solution-slider-title {
  font-size: 55px;
  color: #e2eef5;
  font-weight: 700;
}
.solution-slider-desc{
    font-size: 18px;
    margin: 10px 0 30px;
}
.slider-btn {
  display: inline-block;
}
.slider-btn a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #e2eef5;
  font-weight: 500;
  background: var(--gradient);
  padding: 18px 35px;
  margin-right: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.slider-btn a::before {
  position: absolute;
  content: "";
  width: 141px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  left: 0px;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.slider-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--bg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.slider-btn a:hover::after {
  transform: scale(1);
}

.slider-btn:hover a {
  color: #fff;
}

.slider-btn a:hover {
  background: #fff;
  color: #232323;
}

.slider-btn a:hover {
  color:#fff;
}

.slider-video-btn {
  display: inline-block;
}

.slider-video-btn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: #232323;
  text-align: center;
}

.slider-video-btn a i {
  font-size: 20px;
  color: #97aa85;
}

.solution-slider-arrow-box button {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 472px;
    z-index: 5;
    background: var(--gradient);
    border: 0;
}

.solution-slider-arrow-box button.slider-next {
  margin-bottom: 10px;
  left: auto;
  right: 60px;
}

.solution-slider-arrow-box button {
  transition: 0.4s;
}

.solution-slider-arrow-box-2 button {
  left: 0;
}
.solution-slider-arrow-box-2 button.slider-next {
  right: 0;
}

.solution-slider-title-box {
  opacity: 0;
  z-index: 3;
  position: relative;
  transform: translateY(-150px);
}
.solution-slider-btn {
  transform: translateY(150px);
  opacity: 0;
}
.solution-slider-wrapper .swiper-slide.swiper-slide-active .solution-slider-bg {
  -webkit-transform: scale(1.2);
  transform: scale(1.1);
}
.solution-slider-wrapper
  .swiper-slide.swiper-slide-active
  .solution-slider-bg2 {
  -webkit-transform: scale(1.2);
  transform: scale(1);
}
.solution-slider-wrapper
  .swiper-slide.swiper-slide-active
  .solution-slider-title-box {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.solution-slider-wrapper
  .swiper-slide.swiper-slide-active
  .solution-slider-btn {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}

/*=======================================
<--start project section Css -->
=======================================*/

.projects-section {
  padding: 100px 0;
  position: relative;
}

.projects-section .swiper {
    max-width: 1140px;
    margin: auto;
    padding-bottom: 45px;
    margin-top: 40px;
}
.projects-section .swiper-slide {
  background: var(--gradient);
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: left;
}

.project-card {
  background: var(--bg);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}
.project-card::before {
    background: #e2eef5;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 0.3;
    pointer-events: none;
    transition: all 300ms ease;
}
.swiper-slide:hover .project-card::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 300ms linear;
}
.project-card:hover {
  transform: translateY(-6px);
}
.project-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.project-content {
  padding: 20px;
}
.project-content h3{
    line-height: 40px;
}
.project-content h3 a{
  font-size: 25px;
  display: inline-block;
  margin: 0 0 7px;
  transition: all 300ms linear;
}
.project-content h3 a:hover{
   background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #4f46e5;
}
.swiper-pagination-bullet-active {
  background: #4f46e5;
}

.project-cta.text-center {
    margin-top: 30px;
}
.project-cta.text-center h3 {
    font-size: 25px;
    margin: 0 0 15px;
}
.project-cta a.btn{
   font-size: 16px;
   color: #e2eef5;
   display: inline-block;
   padding: 12px 30px;
   background: var(--gradient);
   transition: all 300ms linear;
}
.project-cta a.btn:hover{
    color: var(--bg);
}

/*=======================================
<--start feature section Css -->
=======================================*/

.features-section {
    padding: 100px 0 90px;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-card {
  background: var(--bg);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 300ms linear;
}
.feature-card::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background: var(--gradient);
    border-radius: 6px;
    z-index: -1;
    transition: all 300ms linear;
}
.feature-card:hover:before{
  width: 100%;
  left: 0;
}
.feature-card:hover {
  transform: translateY(-6px);
}

.feature-icon i{
  font-size: 40px;
  display: inline-block;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
.feature-card:hover i{
  color: #e2eef5;
  transform: scaleX(-1);
}
.feature-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #e2eef5;
}


/*=======================================
<--start faq section Css -->
=======================================*/
section.faq-section {
    padding: 100px 0 90px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e2eef5;
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 22px;
  color: #e2eef5;
  font-weight: 600;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 22px;
  color: #e2eef5; /* theme color */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 15px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  margin-bottom: 10px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: #DE4D4D;
}

.faq-item.active .faq-question {
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.react-shape {
    position: absolute;
    top: 140px;
    left: 110px;
    width: 7%;
}
.react-shape img {
    width: 100%;
    animation: tp_animation_spin 6s linear infinite;
}
.faq-section .bannar-shape {
    position: absolute;
    top: 620px;
    right: 90px;
    width: 8%;
    animation: bounce-y 7s infinite linear;
}


