/* @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* General Style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    /* background-color: pink; */
}
a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}


/* ?       To check overflow issues */

 
/** {*/
/*    outline: 1px solid red;*/
/*} */


/*? Be vietnam  Font Family */

/* .be-vietnam-pro-extralight {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 200;
    font-style: normal;
  } */

.header .top-bar {
    background-color: #2c0238;
    color: #fff;
    font-size: 0.9rem;
}

.header .top-bar .contact-info span,
.header .top-bar .social-media span {
    margin-right: 15px;
}

.social-media a {
    color: #fff;
}

.drn-header {
    margin-left: 15%;
}

.header .navbar {
    background-color: #fff;
    padding: 0px 30px;
}

.header .navbar-nav .nav-link {
    color: #4b3263;
}

.header .navbar-nav .dropdown-menu {
    background-color: #f8f9fa;
}

.header .header-icons {
    display: flex;
    align-items: center;
}

.header-icons {
    margin-left: 17%;
}

/* .header .menu-icon {
    font-size: 1.2rem;
    margin-left: 20px;
    color: #4b3263;
} */

.search-icon {
    /* font-size: 14px; */
    height: 56px;
    width: 56px;
    /* padding: 10px; */
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #b42af3;
    color: #384bff;
}

.header-menu-icon {
    margin-left: 20px;
    font-size: 23px;
    height: 56px;
    width: 56px;
    /* padding: 10px; */
    border-radius: 50%;
    /* text-align: center; */
    background-color: transparent;
    border: 1px solid #b42af3;
    color: #384bff;
}

.header-search-icon {
    padding-top: 4px;
    font-size: 22px;
}

/* 
.Get-in-touch img{
height: 17px; 
width: 17px;
margin-left:8px;
transition : transform 0.3s ease;
}

.Get-in-touch:hover img {
    transform: rotate(180deg);
} */

.Get-in-touch {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* .Get-in-touch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2c0238;
    transition: width 0.3s ease;
     z-index: 2; 
    transform-origin: top left;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
} */

.Get-in-touch:hover::before {
    width: 100%;
}

.Get-in-touch img {
    height: 17px;
    width: 17px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.Get-in-touch:hover img {
    transform: rotate(180deg);
}

.header {
    /* background: linear-gradient(to right, #6f00ff, #c000ff); */
    background-color: #17012c;
    border: none;
    /* margin-left: 20px; */
}

.btn-primary {
    padding-top: 13px;
    height: 45px;
    background: linear-gradient(to right, #6f00ff, #c000ff);
    /* background-color: #17012c; */
    border: none;
    margin-left: 20px;
    min-width: 160px;
    /* padding:20px 16px 20px 5px; */
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

/* ? header dropdown hover */

.services-header-section .service-header-wrap-section li .nav-link {
    position: relative;
    color: inherit; 
    text-decoration: none; 
    transition: color 0.3s ease-in-out;
}

.services-header-section .service-header-wrap-section li .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; /* Adjust thickness of the border */
    background-color: #b42af3;
    transition: width 0.3s ease-in-out;
}

.services-header-section .service-header-wrap-section li .nav-link:hover {
    color: #b42af3;
}
.services-header-section .service-header-wrap-section li a:hover {
    color: #b42af3;
}

.services-header-section .service-header-wrap-section li .nav-link:hover::after {
    width: 90%; 
}

/* Hide dropdown menu by default */
.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show dropdown menu on hover */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    position: absolute;
}


/* 
.services-header-section .service-header-wrap-section .our-services-section a{
    
} */


/* Search Modal */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    color: white;
}

.search-modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}

.search-modal .search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:57%;
}

.search-modal .search-input {
    width: 100%;
    padding: 12px 12px 12px 31px;
    font-size: 1.5rem;
    border: none;
    border-radius: 40px;
    outline: none;
}

.search-modal .search-btn {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 1.2rem;
    border-radius:25px;
    border: none;
    background: linear-gradient(to right, #6f00ff, #c000ff);
    color: #fff;
    cursor: pointer;
}

/* Right Side Modal CSS */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

/* Modal content with sliding effect */
.modal-content {
    padding: 80px 30px;
    position: fixed;
    top: 0;
    bottom:0;
    right: -50%;
    height: 100%;
    width: 35%;
    background-color: #ffffff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease;
    overflow-y: auto;
}

/* Transparent left side */
.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    height: 100%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0);
}

.modal.show .modal-content {
    right: 0;
}

.modal .modal-content .close{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid;
    position: absolute;
    top:20px;
    right: 20px;
    background-color: white;
    border-radius: 50%;
    font-size: 30px;
}

.modal-content .right-modal-widget{
    padding: 0;
    margin-bottom: 40px;
    background-color: transparent;
    border: none;
}

.right-widget-about{
    max-width: 354px;
}

.right-widget-about_logo{
    margin-bottom: 10px;
}

.right-widget-about .text{
    color: #17012c;
}

.modal-content .right-modal-widget .right-widget-title{
    font-size: 24px;
    font-weight: 700;
    color: #17012c;
}

.right-gt-widget-contact{
    max-width: 260px;
}

.right-gt-widget-contact .info-box_text{
    display: flex;
    gap: 10px;
    color:#726b7d;
}

.right-gt-widget-contact .right-widget_icon{
    padding: 6px;
    flex: none;
    width: 40px;
    height: 40px;
    color: #726b7d;
    border-radius: 50%;
    border: 1px solid #726b7d;
    text-align: center;
}


/* ?               Footer Css                              */
.footer {
    /* background-color: #212529; */
    background-image: url("../img/logo/footerBg1.png");
    color: #fff;
    padding: 50px 0;
    position: relative;
}

/* 
.footer-row-upper{
    padding: 75px;
} */

.footer-heading-column {
    font-size: 24px !important;
}

.footer-hr {
    opacity: 1 !important;
    width: 85px;
    height: 2px;
    border: none;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
}

.footer-list {
    padding-left: 0 !important;
}

.footer-list .footer-list-items {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-post-column {
    margin-left: 20px;
}

.Footer-social-icon {
    /* display: block; */
    /* height: 20px!important; */
    /* width: 20px!important; */
    border: 1px solid white;
    padding: 10px;
    /* color: #fff!important; */
    /* font-size: 15px; */
}

.footer-paragraph .footer-company-paragraph {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.recent-post-column {
    margin-left: -87px;
}

.footer-post-column p {
    /* padding: 10px; */
    margin-top: 10px;
    /* margin-top: 10px; */
    font-weight: 600;
    text-transform: capitalize;
}

.contact-us-column {
    margin-left: 87px;
}

.footer h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer p,
.footer a {
    color: #fff;
    /* color: #aaa; */
    text-decoration: none;
}

.footer-list .footer-list-items a:hover {
    color: #b42af3;
}

.footer-post-column span {
    margin-right: 10px;
}

.footer-post-column p:hover {
    color: #b42af3;
}

.footer .social-icons a {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.footer .recent-posts img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.footer .input-group .form-control {
    background-color: #fff;
    color: #000;
    border-radius: 5px 0 0 5px;
}

.footer-email-input {
    height: 20%;
    width: 76% !important;
}

.footer .input-group .btn {
    color: white !important;
    background-color: #5b1e7a;
    border-radius: 0 5px 5px 0;
}

.footer .privacy-check label {
    font-size: 12px;
}

.footer-email-input i {
    transition: transform 0.3s ease;
}

.footer-email-input i:hover {
    transform: rotate(180deg);
}

/* 
.footer .back-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #5b1e7a;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
} */

/* 
.Get-in-touch img {
    height: 17px; 
    width: 17px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.Get-in-touch:hover img {
    transform: rotate(180deg);
} */

/* ?  CopyRight Section */

/* ?               media Query for Header & footer               */

@media only screen and (max-width: 768px) {
 
   .navbar .drn-header {
       margin-left:0;
   }
   
   /*.header .header-icons{*/
   /*    display:none;*/
   /*}*/
   
   
    .services-header-section ul{
        text-align: center;
    }
   
    .header .header-icons{
        margin-left: 0;
    }
    
    .about-wrap .about-wrapper.style1{
        display:grid;
        grid-template-columns:repeat(1,1fr);
    }
    
    .footer-row-upper .quick-link-media{
        margin-top:35px;
    }

    .footer .footer-row-upper .recent-post-column{
        margin-left: 0px;
    }

    .footer .footer-row-upper .contact-us-column{
        margin-left: 0px;
    }
    
    .carousel .carousel-inner{
        width: 100%;
    }

    .carousel-item .carousel-caption{
        top:40%;
    }

    .carousel-item .carousel-caption p{
        padding-right: 5%;
    }

    .carousel-item .carousel-caption h1{
        padding-right: 0;
    }
    
   .service-area-section-1 .service-card-wrapper-section-1.style1{
    display: grid;
    /*grid-template-columns: 1fr !important;*/
    grid-template-columns:repeat(1,1fr);
    }
    
    
    .service-area-section-1{
        margin-top: 70px!important;
    }

    .about-wrap .about-wrapper.style1{
        grid-template-columns: repeat(1,1fr);
    }

    .about-wrap .about-wrapper.style1 .about-thumb-box.about-thumb2 {
        position: absolute;
        top: 70%;
        bottom: 0;
        right: 77px;
    }
    
    .about-wrap .about-wrapper.style1 .about-thumb-box.about-thumb2 .play-btn{
        top:75%;
    }

    .about-content .title-area .title{
        font-size: 35px;
    }

    .about-content .title-area{
        width: 95vw;
    }

    .about-wrap .about-wrapper.style1 .about-content .fancy-box-wrapper-about-section, .about-wrap .about-wrapper.style1 .about-content .profile-wrapper-about-section{
        width: 95vw;
        gap: 5px;
    }

    .fancy-box-about-section.style1 .fancy-box-about_content span{
        width: 30vw;
    }

    .services-section .Featured-services-section{
        padding: 0px;
    }

    .services-section h2{
        font-size: 2rem!important;
    }

    .services-section .card-icon-section-2{
        top: 45%;
    }


    .offering-area .offering-services-section{
        padding: 0;
    }

    .offering-area .offering-section-heading{
        text-align: center;
        font-size: 35px;
        padding:0px;
        /* margin-bottom: 65px; */
    }

    .offering-services-section .offer-box-wrap{
        grid-template-columns: repeat(2,1fr);
    }

    .offer-box{
        margin-top: 23%;
    }

    .work-process-wrap .title-area .title{
            margin-bottom: 22%;
    }

    .work-process-wrap .process-card-wrap{
        grid-template-columns: repeat(2,1fr);
        gap: 4px;
    }

   .process-card-wrap .process-card.style1{
    padding:70px 20px 20px;
   }

   .work-process-wrap .process-card .work-icon-container{
    left: 50%;
    top: -23%;
    width: 70px;
    height: 70px;
   }

   .work-process-wrap .process-card .work-icon-container .work-process-icon{
    left: -5%;
    top:-2%;
    width: 75px;
    height: 75px;
   }

   .work-process-wrap .process-card .work-icon-container .work-process-icon img{
    position: absolute;
   top: 17px;
   right: 16px;
   height: 40px;
   width: 40px;
   }

   .work-process-wrap .media-process-card{
    margin-top: 25%;
   }

  .process-card-wrap .content-title-paragraph{
    margin-bottom: 20px;    
  }
  
  .pricing-wrap-section .pricing-card-wrap{
        grid-template-columns: repeat(1,1fr);
    }

    .pricing-wrap-section .pricing-card-wrap .pricing-card.style1{
        width: 95vw;
    }

    .pricing-card .checklist{
        margin-top: 30px;
    }

    .pricing-card-wrap .pricing-card.style1 .pricing-card-header{
        padding: 29px 73px;
        border-radius: 15px;
    }

    .pricing-card .btn-wrapper{
        margin-left: 60px!important;
    }

    .testimonial-area .testimonial-wrap.style1 .title-wrap{
        display: block;
    }

    .slider-area .swiper-wrapper{
        display: block;

    }
    .swiper-wrapper .swiper-slide{
        width: 350px!important;
    }

    .swiper-wrapper .swiper-slide .testimonial-card.style1 .profile-box{
        padding-top: 20px;
        padding-left: 20px;
    }

    .swiper-wrapper .swiper-slide .testimonial-card.style1 .quote{
        right: 10px;
    }

    .testimonial-area.space{
        padding-bottom: 20px;
    }

    .blog-area-section .space-top{
        padding-top: 40px!important;
        padding-bottom: 100px !important;
    }

   .blog-area-section .blog-wrap .blog-card-wrap.style1{
        grid-template-columns: repeat(1,1fr);
    }

    .cta-area.mt-n150.mb-n116{
        display: none;
    }
    
     .cta-area.mt-n150.mb-n116{
        display: none;
    }

    .counter-area.mb-n116{
        display: none;
    }

    .pricing-area.price-space-bottom{
        padding-top: 40px;
    }

}

/*@media (max-width: 480px) {*/
/*   .services-section .Featured-services-section {*/
/*    padding:0px;*/
/*}*/
    
/*     .footer .footer-row-upper .recent-post-column{*/
/*        margin-left: 0px;*/
/*    }*/

/*    .footer .footer-row-upper .contact-us-column{*/
/*        margin-left: 0px;*/
/*    }*/
    
/*    .service-area-section-1 .service-card-wrapper-section-1.style1 {*/
/*        grid-template-columns:repeat(1,1fr);*/
/*    }*/
/*}*/

@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 414px) 
and (min-device-height: 896px) 
and (max-device-height: 896px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: portrait) {
    .header {
        width: 100%;
    }

    .contact-info .header-phone-media {
        display: flex;
    }

    .footer {
        width: 100%;
        /* padding: 0 10%;  */
        box-sizing: border-box;
    }

    .contact-us-column {
        margin-left: 0px;
    }

    .recent-post-column {
        margin-left: 0px;
    }

    body {
        overflow-x: hidden;
    }

    .quick-link-media {
        margin-top: 30px;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .navbar.drn-header {
        display: block!important;
        margin-left: 0;
    }

    .carousel-item .carousel-caption p{
        padding-right:0 ;
    }

    .carousel-item .carousel-caption h1{
        padding-right: 0;
        font-size: 2rem;
    }

    .style-service-sectuion .container .service-card-wrapper-section-1.style1{
        display: grid!important;
        grid-template-columns: repeat(1,1fr)!important;
    }

    .about-wrapper .about-thumb-box .about-thumb1 img{
        height: 50vh!important;
        width: 95vw !important;
    }
    /* .about-area .about-wrap .about-wrapper .about-thumb-box.about-thumb2 a {
        top:0;
        left: 40%;
        bottom: 10%;
    } */

    .about-area .about-wrap .container .about-wrapper.style1 .about-thumb-box .about-thumb2{
        right: 30px;
        bottom: -20%;
        /* position: unset; */
    }

    .card-section-2 .card-body-section-2{
        height: 220px;
    }
    .services-section .container .row .col-md-3 .card-icon-section-2{
        top:43%;
    }

   .offering-section .offering-services-section {
        padding: 0px;
    }

   .offering-section .offering-services-section .offering-services-inner {
    /* text-align: left; */
    justify-content: left!important;
    margin-left: 10px;
   }

   
   .offering-services-section .offering-section-heading {
    padding: 0px;
    font-size: 35px;
   }

   
   .offering-services-section .offer-box-wrap{
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.work-process-area{
    padding-bottom: 85px!important;
}

.work-process-wrap .process-card-wrap{
    gap: 4px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.process-card.style1{
    margin-bottom: 20%;
}

.work-process-wrap .title-area .title {
margin-bottom: 17%;
font-size: 35px;
}

.counter-area .counter-wrap{
    gap: 0px;
    padding: 30px 0px;
}


.pricing-wrap-section .container .pricing-card-wrap{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.testimonial-area .testimonial-wrap.style1 .title-wrap {
    display: flex;
    flex-direction: column;

}

.swiper-slide .testimonial-card.style1{
    margin-top: 10px;
    height: 50vh;
    width: 95vw;
}

.cta-area.mt-n150.mb-n116{
    display: none;
}

.blog-area-section .blog-wrap.space-top{
    padding-top: 0px;
    padding-bottom: 40px;
}

.blog-area-section .blog-wrap .container .blog-card-wrap{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.counter-area .counter-wrap .counter-box.style2 .counter-box_counter .counter-number, .counter-box.style2 .counter-box_counter .plus{
    font-size: 20px;
    font-weight: 500;
    line-height: 0px;
}

.counter-area .counter-wrap .counter-box.style2 .counter-box_counter span{
    font-size: 14px;
    line-height: 20px;
}

.testimonial-slider1 .swiper .swiper-wrapper{
    flex-direction: column;
}



.counter-area .counter-wrap .counter-box.style2 .counter-box_icon img{
    padding: 10px;

} 

.contact-us-column {
    margin-left: 0px;
}

.blog-area-section .space-top{
    padding-bottom: 280px;
}

.recent-post-column {
    margin-left: 0px;
}

.drn-header {
    display: flex;
    margin-left: 0;
}

.header-icons {
    margin-left: 0;
}

.header .header-icons {
    display: none;
    padding-bottom: 15px;
    padding-top: 15px;
}

.service-header-wrap-section{
    display: ruby;
    /* display: flex!important; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.style-service-sectuion .container .service-card-wrapper-section-1.style1{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.about-area .about-wrap .container .about-wrapper.style1{
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.about-content .title-area .title{
    font-size: 35px;
    margin-bottom: 5%;
}

.services-section .container .Featured-services-section {
    padding: 0px;
}



.services-section .container .row .col-md-3 .card-body-section-2 .card-title-2{
    font-size: 18px;
}



.offering-area .offering-section{
    padding-bottom: 90px;

}



.offering-services-section .offer-box-wrap .offer-box{
    margin-top: 30%;
}



.media-process-card{
    margin-top: 20%;
}


.pricing-wrap-section .container .pricing-card-wrap .pricing-card.style1 .pricing-card-header{
    padding: 11px 120px;
}

.pricing-wrap-section .container .pricing-card-wrap .pricing-card.style1 .pricing-card-header_badge{
    padding: 18px 18px;
}
   
}



/* ?                                                Hero Section                                                */
.carousel-item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    /* transition: transform 1s ease-in-out; */
}

/* .hero-left-arrow{
    width: 40px; height: 40px;
} */

.hero-best-solution img {
    margin-top: 8px;
}

.hero-best-solution-para {
    font-weight: 700;
    font-size: 15px;
}

.hero-arrow-button {
    position: relative;
    border: 1px solid #384bff;
    padding-top: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 2;
}

.hero-arrow-button:hover {
    background: linear-gradient(to right, #6f00ff, #c000ff);
    border: none;
}

/* .carousel-item.active {
    transform: scale(1.1); 
} */

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.7),
        rgba(51, 51, 51, 0.3)
    );
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
}

.carousel-caption h1 {
    width: auto;
    padding-right: 45%;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
}

.carousel-caption p {
    width: auto;
    padding-right: 51%;
    /* color: #ddd; */
}

.carousel-caption .btn {
    background-color: #6200ea;
    border: none;
}

/* ?                                            Service Area Section-1                                                   */
.service-area-section-1 {
    position: relative;
    margin-top: 16px;
    z-index: 9;
    /* margin-bottom: 80px; */
}

.service-card-wrapper-section-1.style1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    place-items: center;
    grid-gap: 30px;
    gap: 30px;
}

.service-card-area-section-1.style1 {
    z-index: 1;
    top: -30%;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 36px;
    max-width: 280px;
    max-height: 285px;
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(56, 75, 255, .08);
    border-radius: 8px;
}

.service-card-area-section-1.style1 .card_icon {
    padding: 37px 15px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.service-card-area-section-1.style1 .card_icon:before {
    position: absolute; 
    z-index: 2;


    content: "";
    width: 80px;
    height: 80.638px;
    background-color: #384bff;
    opacity: .1;
    clip-path: polygon(43px 80.5px, 43px 80.5px, 39.53360194px 80.6138793px, 35.93715952px 80.1950024px, 32.27225038px 79.3019371px, 28.60045216px 77.9932512px, 24.9833425px 76.3275125px, 21.48249904px 74.3632888px, 18.15949942px 72.1591479px, 15.07592128px 69.7736576px, 12.29334226px 67.2653857px, 9.87334px 64.6929px, 9.87334px 64.6929px, 7.9367128753px 62.2494616px, 6.2104916824px 59.6854208px, 4.6949916931px 57.0120192px, 3.3905281792px 54.2404984px, 2.2974164125px 51.3821px, 1.4159716648px 48.4480656px, .7465092079px 45.4496368px, .2893443136px 42.3980552px, .0447922537px 39.3045624px, .0131683px 36.1804px, .0131683px 36.1804px, .1857139617px 33.13325371px, .5595666176px 30.11371768px, 1.1381176039px 27.13886617px, 1.9247582568px 24.22577344px, 2.9228799125px 21.39151375px, 4.1358739072px 18.65316136px, 5.5671315771px 16.02779053px, 7.2200442584px 13.53247552px, 9.0980032873px 11.18429059px, 11.2044px 9.00031px, 11.2044px 9.00031px, 13.4497356px 7.0972821754px, 15.8464968px 5.4603242994px, 18.3770652px 4.0732687683px, 21.0238224px 2.9199479789px, 23.76915px 1.9841943275px, 26.5954296px 1.2498402107px, 29.4850428px .7007180251px, 32.4203712px .320660167px, 35.3837964px .0934990332px, 38.3577px .00306702px, 38.3577px .00306702px, 41.363953px .0404444904px, 44.35772px .2181352006px, 47.323653px .5511659215px, 50.246404px 1.0545634235px, 53.110625px 1.7433544775px, 55.900968px 2.6325658541px, 58.602085px 3.7372243239px, 61.198628px 5.0723566578px, 63.675249px 6.6529896262px, 66.0166px 8.49415px, 66.0166px 8.49415px, 68.3999054px 10.69325995px, 70.6702992px 13.0542976px, 72.7870678px 15.56399965px, 74.7094976px 18.2091028px, 76.396875px 20.97634375px, 77.8084864px 23.8524592px, 78.9036182px 26.82418585px, 79.6415568px 29.8782604px, 79.9815886px 33.00141955px, 79.883px 36.1804px, 79.883px 36.1804px, 79.5103764px 39.0453677px, 79.0147072px 41.5826016px, 78.3824948px 43.8539179px, 77.6002416px 45.9211328px, 76.65445px 47.8460625px, 75.5316224px 49.6905232px, 74.2182612px 51.5163311px, 72.7008688px 53.3853024px, 70.9659476px 55.3592533px, 69px 57.5px, 69px 57.5px, 66.7549105px 60.0575467px, 64.478px 62.8473696px, 62.1516255px 65.7609029px, 59.758144px 68.6895808px, 57.2799125px 71.5248375px, 54.699288px 74.1581072px, 51.9986275px 76.4808241px, 49.160288px 78.3844224px, 46.1666265px 79.7603363px, 43px 80.5px);
}

.service-card-area-section-1.style1 .card_icon img, .service-card-area-section-1.style1 .card_icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    z-index:5;
}


.service-card-area-section-1.style1 .card_content {
    z-index: 10;
}

.service-card-area-section-1.style1 .card_content h3 {
    line-height: 1.278;
    color: #202020;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.service-card-area-section-1.style1 .card_content h3 a {
    color: #17012c;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.service-card-area-section-1.style1 .card_content .text {
    color: #726b7d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.service-card-area-section-1.style1 .link-btn {
    position: absolute;
    bottom: -9%;
    left: 38%;
    text-align: center;
    z-index: 11;
}

.service-card-area-section-1.style1 .link-btn a {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    color: white;
    box-shadow: 0 4px 25px 0 rgba(98, 34, 204, .08);
    border-radius: 100px;
}


.service-card-area-section-1.style1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 284px;
    max-height: 0;
    overflow: hidden;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: max-height 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
}



/*?  Target all hover effects under the main hover */
.service-card-area-section-1.style1:hover .card_icon:before {
    background-color: white;
}

.service-card-area-section-1.style1:hover .card_icon img {
    transform: translate(-50%, -50%) rotate(360deg);
}

.service-card-area-section-1.style1:hover .link-btn a {
    background: white;
    color: #384bff;
}

.service-card-area-section-1.style1:hover .bg {
    max-height: 284px; 
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.service-card-area-section-1.style1:hover .card_content h3 a,
.service-card-area-section-1.style1:hover .card_content p.text {
    color: white;  
}

.service-card-area-section-1.style1:hover .card_icon,
.service-card-area-section-1.style1:hover .card_icon:before {
    z-index: 3; 
    opacity:1;
}

.service-card-area-section-1.style1 .card_icon,
.service-card-area-section-1.style1 .card_icon:before {
    z-index: 2;
}



/* ?                                               About Section Area                        */ 

.about-wrap.style1 {
    position: relative;
}

.about-wrapper.style1 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 120px; */
    gap: 120px;
    z-index: 5;
    background-color: white;
}

.about-wrapper.style1 .about-thumb-box {
    position: relative;
}
.about-wrapper .about-thumb-box .about-thumb1 img{
    /* height="483" width="439" */
    height: 483px;
    width:439px;
}

.about-wrapper.style1 .about-thumb-box.about-thumb1 {
    display: inline-block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.about-wrapper.style1 .about-thumb-box {
    position: relative;
}

.about-wrapper.style1 .about-thumb-box.about-thumb2 {
    position: absolute;
    bottom: 39px;
    right: -63px;
    display: inline-block;
    border: 7px solid white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.about-wrapper.style1 .about-thumb-box.about-thumb2 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}



/*  fancy box Wrapper  */

.about-wrapper.style1 .about-content .fancy-box-wrapper-about-section, .about-wrapper.style1 .about-content .profile-wrapper-about-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    gap: 30px;
}
.about-wrapper.style1 .about-content .fancy-box-wrapper {
    margin-bottom: 25px;
}


.fancy-box-about-section.style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fancy-box-about-section.style1 .fancy-box-about_icon {
    display: block;
    padding: 4px;
    text-align: center;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(56, 75, 255, .08);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.fancy-box-about-section.style1 .fancy-box-about_content h4 {
    color: #17012c;
    /* font-family: var(--title-font); */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
}

.fancy-box-about-section.style1 .fancy-box-about_content span {
    display: inline-block;
    color: #726b7d;
    /* font-family: var(--title-font); */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


/* ?                               Service-Section-2                                            */

.services-section {
    background-image: url("../img/serviceCardBg2_1.png");
    padding: 60px 0;
    text-align: center;
}

.service-section-img-2 {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.services-section p.subtitle {
    font-size: 1.1rem;
}

.gradient-text {
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
}
/* 
.gradient-text {
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
} */

.card-section-2 {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

/* 
.card-section-2:hover {
    transform: translateY(-10px);
} */

.card-section-2:hover .service-section-img-2 {
    transform: scale(1.1);
    opacity: 0.9;
}

.Featured-services-section {
    padding: 0px 190px;
}

.card-icon-section-2 {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #384bff, #b42af3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: all 1s ease;
    z-index: 1;
}

.card-section-2:hover .card-icon-section-2 {
    transform: rotate(360deg);
}

.card-body-section-2 {
    padding: 20px;
}

.card-title-2 {
    text-align: left;
    margin-top: 40px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #343a40;
}

.card-text-2 {
    text-align: left;
    color: #6c757d;
}

.card-section-2 a {
    display: flex;
    color: #6c757d;
    text-decoration: none;
    font-weight: bold;
    /* display: inline-flex; */
    /* align-items: center; */
    transition: color 0.3s ease;
}

.card-section-2:hover a {
    color: #384bff;
}

/* ?                           Offering-Area                                   */
.offering-area {
    position: relative;
    z-index: 1;
}

.fix {
    overflow: hidden;
}

.offering-section {
    position: relative;
    background-image: url("../img/offeringBg1_1.png");
    padding: 70px 0 150px;
}

.offering-services-section .offering-services-inner .offering-section-title {
    color: white;
}

.offering-section-heading {
    font-weight: 800;
    color: white;
    padding: 0 24%;
    font-size: 40px;
}

.offer-box-wrap {
    margin-top: 10%;
    /* gap: 10px; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    place-items: center;
}

.offer-box {
    position: relative;
}

.offer-box .content {
    width: 170px;
    height: 102px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #525252;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.offer-box .content .title {
    margin-top: 39px;
}

.offer-box .icon {
    position: absolute;
    top: -35px;
    left: 50px;
    display: inline-block;
    padding: 18px;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offer-box .content .title a {
    text-decoration: none;
    color: white;
    text-align: center;
    /* font-family: Plus Jakarta Sans, sans-serif; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.36px;
}

.offering-services-section {
    padding: 0 90px;
}

.video-box-area {
    position: relative;
    z-index: 3;
    padding: 355px 0 0;
}

.video-box {
    background-image: url("../img/videoBoxBg1_1.png");
}

.video-box-area .video-box {
    position: relative;
    z-index: 5;
    padding: 300px 0 270px;
    /* margin-top: 100px; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.video-box-area .video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
}

.play-btn,
.play-btn > i {
    display: inline-block;
    z-index: 1;
}

a {
    cursor: pointer !important;
}

.play-button-div {
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    /* top:10%; */
    left: 50%;
    height: 60px;
    width: 60px;
    /* background: transparent; */
    background: radial-gradient(
        157.24% 123.22% at 47.19% -0.63%,
        hsla(0, 0%, 100%, 0.4) 0,
        hsla(0, 0%, 100%, 0) 100%
    );
}

.play-button-div:hover {
    background-color: #b42af3;
}

.play-button-div a {
    position: absolute;
    left: 35%;
    color: white;
    /* color: var(--theme-color); */
    text-decoration: none;
    outline: 0;
    transition: all 0.4s ease;
}

.play-video-btn-section {
    color: white;
    padding-top: 12px;
    font-size: 30px;
}

.play-btn:after {
    animation-delay: 2s;
}

.play-btn:after,
.play-btn:before,
.ripple-animation {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 56, 59, 0.3);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.play-btn > i {
    /* width: var(--icon-size, 60px); */
    /* height: var(--icon-size, 60px); */
    /* line-height: var(--icon-size, 60px); */
    text-align: center;
    /* border-radius: 100px; */
    border: 1px solid white;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: white;
    /* font-size: var(--icon-font-size, 24px); */
    border-radius: 50%;
    transition: all 0.4s ease;
}

.fa-play:before {
    content: "\f04b";
    
}


.fadeInUp {
    animation-name: fadeInUp;
}

.mt-n355 {
    margin-top: -710px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

/* ?                                  Project-Section                                              */

/* .project-area-section-img{
    background-image: url('../img/portfolioBg1_1.png');
} */

.space {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Background for the whole section */
.projects-section {
    background-image: url("../img/portfolioBg1_1.png");
    /* background: linear-gradient(135deg, #384bff, #b42af3); */
    color: #ffffff;
    padding: 50px 0;
}

.arrow-btn .style2 {
    width: 52px;
    height: 52px;
    line-height: 35px;
    text-align: center;
    border: 1px solid white;
    /* border-radius: 50%; */
    background: transparent;
    box-shadow: 0 4px 25px 0 rgba(56, 75, 255, 0.08);
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
    /* transition: background .4s ease; */
    /* -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease; */
}

.project-section-subtitle {
    display: inline;
}

.slider-arrow-project {
    background: transparent;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid white;
}

.slider-arrow-project:hover {
    background: linear-gradient(to right, #6f00ff, #c000ff);
    border: none;
}

/* ?           image    */
/* 
.project-wrap.style1 .project-slider1 .gt-slider {
    margin-right: -775px;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper {
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
}

.project-card.style1 {
    position: relative;
    overflow: hidden;
    max-width: 465px;
    margin: 0 auto;
}

.project-card.style1 .project-img {
    position: relative;
    z-index: 1;
}

.project-card.style1 .fancy-box.style2 {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    padding: 26px 30px;
    background-color: var(--white-color);
    overflow: hidden;
    border-left: 4px solid var(--white-color);
}

.fancy-box.style2 p {
    color: #384bff;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 0;
}

.fancy-box.style2 h4 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 0;
} */

/* Card Styles */
.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-width: 465px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 
.project-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px; 
    background-color: white; 
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s ease;
}

.project-card:hover::before {
    transform: scaleX(1);
} */

.project-img img {
    /* opacity: 0.1; */
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.project-img:hover img {
    transform: scale(1.15);
}

.fancy-box {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 32px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fancy-box p {
    color: #384bff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.fancy-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.fancy-box .fancy-box-link a {
    /* color: white; */
    color: #17012c;
    text-decoration: none;
}

.fancy-box .icon a {
    color: white;
    text-decoration: none;
}

.fancy-box:hover .icon {
    background: linear-gradient(to right, #6f00ff, #c000ff);
}

.fancy-box:hover {
    box-shadow: -8px 0 16px rgba(0, 0, 0, 0.8);

    /* box-shadow: 8px 0 16px rgba(0, 0, 0, 0.8); */
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
    border-left: 2px solid linear-gradient(to right, #6f00ff, #c000ff); */
}

/* .fancy-box{
    position: relative;
}

.fancy-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:20px;
    height: 100%;
    background-color: linear-gradient(to Right, #6f00ff, #c000ff);;
} */

.fancy-box .icon {
    background-color: #17012c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

/* ?                                          Work Process Area                                               */

.work-process-area {
    padding-bottom: 120px;
    padding-top: 120px;
    /* position: ; */
    overflow: hidden !important;
}

.work-process-wrap {
    position: relative;
    z-index: 5;
    background-color: white;
}
/* 
.shape1_1{
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 1;
}

.moving {
    animation: moving 8s linear infinite;
} */

.title-area {
    max-width: 645px;
}

.subtitle {
    /* background: linear-gradient(90deg, #384bff, #b42af3 123.82%); */
    color: #384bff;
}

.title-area .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    background-clip: text;
    margin-bottom: 10px;
}

.title-area .title {
    margin-bottom: 15%;
    color: #17012c;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

/* ?         offer card Css            */
.process-card-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-gap: 30px; */
    gap: 30px;
    background-color: white;
    z-index: 5;
}

.process-card.style1 {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: relative;
    padding: 82px 30px 32px;
    border-bottom: 8px solid white;
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(98, 34, 204, 0.08);
}

.content-title-heading {
    text-align: center;
    font-style: normal;
    color: #17012c;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.content-title-paragraph {
    color: #726b7d;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 37px;
    text-align: center;
    font-style: normal;
}

.content-title-number {
    color: transparent;
    -webkit-text-stroke: 1px #726b7d;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    opacity: 0.5;
}

.process-card .work-icon-container {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -35%;
    width: 114px;
    height: 114px;
    line-height: 114px;
    background-color: white;
    border: 1px solid #384bff;
    transform: translate(-50%, 35%);
    /* -webkit-transform: translate(-50%, 35%); */
}

.work-process-icon {
    border-radius: 50%;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
}

/* ?                                         Counter Area Section                         */

.counter-area {
    margin-top: -40px;
}
.counter-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-content: center;
    place-items: center;
    /* grid-gap: 35px; */
    gap: 35px;
    padding: 80px 66px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    border-right: 14px solid #d1c5fe;
    box-shadow: inset 14px 0 0 0 #d1c5fe;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    z-index: 5;
    position: relative;
}

.counter-box .style2 {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.counter-box.style2 .counter-box_icon {
    width: 52px;
    height: 52px;
}

.counter-box.style2 .counter-box_counter .counter-number,
.counter-box.style2 .counter-box_counter .plus {
    color: white;
    /* font-family: var(--title-font); */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.counter-box.style2 .counter-box_counter span {
    color: white;
    /* font-family: var(--title-font); */
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.counter-box_counter {
    padding-left: 10px;
}

/* ?                                    Price Area Section                                                       */

.pricing-area {
    background-image: url("../img/pricingBg1_1.png");
}

.price-space-bottom {
    padding-top: 110px;
    padding-bottom: 120px;
}

.pricing-wrap-section .style1 {
    position: relative;
    z-index: 2;
}

.pricing-title-area {
    max-width: 645px;
}

.pricing-card-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    /* grid-gap: 30px; */
    gap: 10px;
    z-index: 5;
}

.pricing-card.style1 {
    position: relative;
    text-align: center;
    max-width: 370px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    background: white;
    z-index: 2;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.pricing-card-header {
    background-repeat:no-repeat;
    background-image: url("../img/pricingCardThumbBg1_1.png");
}

.pricing-card.style1 .pricing-card-header {
    padding: 20px 93px;
    text-align: center;
    border-radius: 16px;
    /* border-radius: 16px 16px 50px 50px;
    -webkit-border-radius: 16px 16px 50px 50px;
    -moz-border-radius: 16px 16px 50px 50px;
    -ms-border-radius: 16px 16px 50px 50px;
    -o-border-radius: 16px 16px 50px 50px; */
}

.pricing-card.style1 .pricing-card-header_badge,
.pricing-card.style1 .pricing-card-header_price {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.pricing-card.style1 .pricing-card-header_badge {
    padding: 18px 48px;
    display: inline-block;
    color: #17012c;
    font-size: 16px;
    margin-bottom: 25px;
    border-radius: 12px;
    background: white;
    /* -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; */
}

.pricing-card.style1 .pricing-card-header_price {
    color: white;
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}
/* 
.pricing-card.style1 .pricing-card-header_price {
    color: var(--white-color);
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
} */

.pricing-card.style1 .pricing-card-header_text {
    color: white;
    text-align: center;
    /* font-family: var(--title-font); */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checklist {
    margin-top: 40px;
    margin-bottom: 40px;
}

.checklist ul {
    display: flex;
    align-items: center;
    margin-left: 6px;
    gap: 8px;
    list-style-type: none;
}

.pricing-card .btn-wrapper {
    text-align: start;
    margin-left: 40px;
    margin-bottom: 36px;
}

.gt-btn.style2 {
    background: #17012c;
    transition: all 0.3s ease 0s;
}

.gt-btn-icon {
    text-wrap: nowrap;
}

.gt-btn {
    border-radius: 8px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 16px 20px 25px;
    min-width: 160px;
}

.gt-btn:before {
    top: 0;
    /* right: 0; */
    border: 0 solid;
    /* border-color: transparent transparent transparent var(--title-color); */
    /* transform: rotate(1turn); */
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    transition: 0.7s ease;
    z-index: -1;
    /* -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn); */
    /* bottom: 0; */
    left: 0;
    right: auto;
    bottom: auto;
    border-color: #17012c transparent transparent transparent;
}

.gt-btn.style2:before {
    top: 0;
    border: 0 solid;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease 0s;
    left: 0;
    right: auto;
    bottom: auto;
    border-color: #b42af3 transparent transparent transparent;
}

.gt-btn-icon:after {
    display: inline-block;
    position: relative;
    text-align: center;
}

.gt-btn-icon:after {
    content: "";
    background-image: url("../img/logo/icon2.png");
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    line-height: 1;
    margin-bottom: -0.3em;
    margin-left: 15px;
    transition: transform 0.3s ease;
    /* transition: .4s; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.gt-btn-icon:hover:after {
    transform: rotate(180deg);
}

.gt-btn.style2:hover {
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
}

.gt-btn:hover {
    background: #17012c;
}

/* ?                                         Testimonial Area Section                                            */
.testimonial-wrap.style1 {
    position: relative;
    z-index: 4;
}

.testimonial-wrap.style1 .section-bg {
    bottom: -88px;
}

.section-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.testimonial-wrap.style1 .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mb-50 {
    margin-bottom: 50px;
}

.testimonial-wrap.style1 .title-wrap .title-area {
    margin: 0;
    max-width: 488px;
}

.testimonial-wrap-heading {
    font-size: 18px;
    color: #17012c;
    text-transform: none;
    font-weight: 700;
}

/* ?                              Testimonial-Slider                                  */
.swiper-horizontal {
    /* -ms-touch-action: pan-y; */
    touch-action: pan-y;
}

.swiper {
    /* overflow: hidden; */
    /* overflow: clip; */
    list-style: none;
    padding: 0;
}
.swiper {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper-wrapper {
    /* -webkit-transform: translateZ(0); */
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* display: -webkit-box;
    display: -webkit-flex; */
    /* display: -ms-flexbox; */
    display: flex;
    /* -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); */
    box-sizing: content-box;
}

.swiper-backface-hidden .swiper-slide {
    /* -webkit-transform: translateZ(0); */
    transform: translateZ(0);
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: hidden;
}
.swiper-slide {
    /* -webkit-flex-shrink: 0; */
    /* -ms-flex-negative: 0; */
    flex-shrink: 0;
    /* width: 100%; */
    height: 100%;
    position: relative;
    /* -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform; */
    transition-property: transform, -webkit-transform;
    display: block;
}

.testimonial-card.style1 {
    position: relative;
    border-radius: 16px;
    border-left: 4px solid #384bff;
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.testimonial-card.style1 .profile-box {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.testimonial-card.style1 .profile-box .testi-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-card.style1 .profile-box .testi-content .title {
    color: #17012c;
    /* font-family: var(--title-font); */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 1px;
}

.testimonial-card.style1 .profile-box .testi-content .designation,
.testimonial-card.style1 .text {
    color: #726b7d;
    /* font-family: var(--title-font); */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.testimonial-card.style1 .profile-box .testi-content .designation {
    text-align: start;
    line-height: 22px;
}

.star-wrap {
    display: flex;
    padding-left: 0;
}

.testimonial-card.style1 .text {
    line-height: 28px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 34px;
}

.testimonial-card.style1 .quote {
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonial-wrap.style1 .slider-arrow.style2 {
    position: absolute;
    top: 63%;
    right: 97.5%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    background-color: #17012c;
    border: 1px solid #17012c;
    z-index: 5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-wrap.style1 .slider-arrow.style2.slider-next {
    position: absolute;
    top: 63%;
    right: -8%;
    width: 56px;
    height: 56px;
    line-height: 36px;
    text-align: center;
    z-index: 5;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    border: 1px solid var(--theme-color);
    /* transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ?                                    Blog Section                       */
/* .blog-area .blog-wrap .style1{
    background-image: url('../img/blogBg1_1.png');
    position: relative;
    padding-top: 120px;
    padding-bottom: 425px;
} */

.blog-area-section .space-top {
    background-image: url("../img/blogBg1_1.png");
    position: relative;
    padding-top: 120px;
    padding-bottom: 425px;
}

.blog-card-wrap.style1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    /* grid-gap: 30px; */
    gap: 30px;
}

.blog-card.style1 {
    position: relative;
    padding: 24px;
    max-width: 370px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    background-color: white;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.img-shine {
    /* position: relative; */
    overflow: hidden;
}

.blog-card-thumb.style1 {
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.blog-card-thumb.style1 img {
    width: 322px;
    height: 216px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    /* transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease; */
}

.tag-cloud {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.meta .text {
    color: #726b7d;
    /* font-family: var(--title-font); */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.blog-title.style1 {
    margin-bottom: 20px;
}

.blog-title.style1 a {
    color: #17012c;
    /* font-family: var(--title-font); */
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.blog-title.style1 a:hover {
    color: #b42af3;
}

.blog-card.style1 .blog-card-body .btn-wrapper a {
    color: #726b7d;
}

.blog-card.style1 .blog-card-body .btn-wrapper a:hover {
    color: #384bff;
}

.blog-card.style1 .blog-card-body .btn-wrapper img {
    /* color: var(--body-color); */
    /* font-family: var(--title-font); */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.blog-card.style1 .calendar {
    position: absolute;
    top: 205px;
    left: 44px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
}

.blog-card.style1 .calendar .date,
.blog-card.style1 .calendar .month {
    text-align: center;
    /* font-family: var(--title-font); */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.blog-card.style1 .calendar .month {
    color: #726b7d;
    font-size: 10px;
}

.blog-card.style1 .calendar .date {
    padding: 10px 18px;
    color: white;
    font-size: 14px;
    margin-bottom: 3px;
    border-radius: 10px;
    background-color: #384bff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.img-shine:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0.3)
    );
    transform: skewX(-20deg);
    opacity: 0;
}

/* ?                                CTA Section Above Footer Area Section                           */
.mb-n116 {
    margin-bottom: -20px;
}
.mt-n150 {
    margin-top: -150px;
}

.cta-wrap.style1 {
    z-index: 1;
    position: relative;
    padding: 64px 73px 62px;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 47px;
}

.cta-wrap.style1 .cta-thumb {
    position: absolute;
    bottom: 0;
    left: 73px;
}

.gt-btn.style5 {
    background: white;
    color: #17012c;
}

.gt-btn.style5:before {
    border-color: transparent transparent transparent #384bff;
}

.gt-btn.style5:hover {
    color: white;
    background: linear-gradient(90deg, #384bff, #b42af3 123.82%);
}

.cta-wrap.style1 .cta-title {
    max-width: 359px;
}
