section.home-banner {
    position: relative;
    padding-top: 140px;
}

section.home-banner .home-cont h1 {
    color: var(--white-color);
    color: #0d0a46;
    font-size: var(--f60);
    font-weight: 900;
}

section.home-banner .home-cont h1 span {
    background: linear-gradient(to right, #ff7f50, #ff1493, #00bfff);
    -webkit-background-clip: text;
    color: transparent;
}

section.home-banner .home-cont p.home-para {
    font-size: var(--f18);
    letter-spacing: 2px;
    line-height: 36px;
}

.home-cont a.hd-btn {
    text-decoration: none;
    color: var(--black-color);
    border: 1px solid #ff6900;
    background: #ff6900;
    padding: 12px 20px;
    border-radius: 100px;
    font-weight: 500;
    font-size: var(--f16);
}

.home-cont a.hdscnd-btn {
    text-decoration: none;
    color: var(--white-color);
    border: 1px solid #9810fa;
    background: #280246;
    padding: 12px 20px;
    border-radius: 100px;
    font-weight: 500;
    font-size: var(--f16);
}

.home-cont .hd-stats p.para-conv {
    color: var(--white-color);
    font-size: var(--f14);
    margin: 0;
    margin-bottom: -7px;
}

.home-cont .hd-stats span {
    color: #99a1af;
    font-size: var(--f14);
}

.home-cont .hd-stats span.hd-conversion {
    color: #05df63;
    font-size: var(--f14);
}

section.home-banner .home-vid {
    padding: 10px 10px 5px;
    border: 2px solid #9810fa;
    /* border-color: 
 color-mix(in oklab, rgb(110 17 176) 40%, transparent); */
    border-radius: 15px;
    /* background: #280246c7;*/
}

section.home-banner .home-vid video {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}


/* service section css start */


section.services {
    position: relative;
    /* background: linear-gradient(0deg, rgba(11, 18, 31, 1) 50%, rgba(0, 0, 0, 0.93) 79%, rgba(11, 18, 31, 0.93) 100%); */
}

.main-head {
    text-align: center;
    padding-bottom: var(--p40);
}

.main-head h2 {
    color: var(--heading-color);
    font-size: var(--f40);
    font-weight: 700;
    /* background: linear-gradient(90deg, #ff6ec4, #7873f5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
    padding-bottom: var(--p10);
}

.main-head p {
    /* color: gray; */
}

.row.service-row {
    gap: 40px;
}

.service-col {
    /* background: linear-gradient(145deg, #1f0935, #10062426);
    border: 1px solid #9810fa96; */
    border-radius: 20px;
    padding: var(--p40) var(--p60) !important;
    color: var(--white-color);
    width: 31.3% !important;
    background: white;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .07);
}


.icon-block {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: var(--p20);
}

.servimg {
    background: linear-gradient(135deg, #7b2ff7, #5c6bc0);
    padding: var(--p15);
    border-radius: 15px;
}

.servimg img {
    width: 36px;
    height: 36px;
}

.service-head h4 {
    margin: 0;
    font-size: var(--f20);
    font-weight: 700;
    color: var(--heading-color);
}

a.case-studies {
    text-decoration: none;
    color: #fb8704;
}

a.case-studies i {
    margin-left: var(--m3);
}


/* case study section start  */

section.case-studies {
    position: relative;
}

section.case-studies .card {
    border: 1px solid #9810fa96;
    background: transparent;
    border-radius: 15px;
}

section.case-studies .card a {
    text-decoration: none;
}

section.case-studies h5.card-title {
    color: var(--white-color);
    font-size: var(--f22);
    font-weight: 500;
    letter-spacing: 1px;
}

section.case-studies p.card-text {
    line-height: 28px;
    margin-bottom: 10px;
}

section.case-studies .card img.card-img-top {
    border-radius: 15px 15px 0 0;
}

.case-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-link span {
    color: gray;
    font-size: var(--f13);
}


/* package section css start  */


section.pricing {
    position: relative;
}

.price-row {
    gap: 40px;
}

.price-col {
    text-align: center;
    padding: var(--p30) !important;
    /* border: 1px solid #9810fa96; */
    background: white;
    border-radius: 15px;
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .07);
    width: 31% !important;
}

.price-col h2 {
    color: var(--heading-color);
    font-weight: 700;
    font-size: var(--f28);
}

h5.starter-pkg {
    font-size: var(--f18);
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

h3.pkg-price {
    font-weight: 700;
    font-size: var(--f32);
    color: var(--heading-color);
}

a.get-started {
    color: white;
    background: red;
    padding: 12px 50px;
    border-radius: 200px;
    text-decoration: none;
}

a.get-started i {
    margin-right: 7px;
}

p.pkg-para {
    /* color: gray; */
    padding-top: 30px;
    font-size: var(--f18);
}

a.pkg-btn {
    text-decoration: none;
    color: var(--white-color);
    background: #8200db;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    font-size: var(--f14);
    font-weight: 600;
}

a.pkg-btn.btn-pro {
    background: #ff6900;
}

.pro-pkg {
    border-color: #ff6900;
    background: linear-gradient(145deg, #ff69004a, #ff69001a, #10062426);
}

ul.ul-package {
    text-align: left;
    padding-left: 10px;
    padding-top: 30px;
    line-height: 28px;
}

h5.ulh5-packg {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 700;
}

ul.ul-package li {
    font-size: 16px;
}

ul.ul-package li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #00a896;
}

p.testi-content {
    color: var(--white-color);
    letter-spacing: 1px;
}


/* Industries we serve section css start  */


section.industries-we-serve {
    position: relative;
    /* background: linear-gradient(0deg, rgba(11, 18, 31, 1) 50%, rgba(0, 0, 0, 0.93) 79%, rgba(11, 18, 31, 0.93) 100%); */
}

.induservices-box {
    position: relative;
    border: 2px solid #9810fa96;
    padding: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.induservices-box:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.induservices-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

h5.induservices-hd {
    position: absolute;
    color: var(--white-color);
    background: #0000007d;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* Centering horizontally and vertically */
    text-align: center;
    width: 70%;
    padding: 7px 0;
    border-radius: 5px;
    font-size: var(--f16);
    letter-spacing: 1px;
    margin-bottom: 0;
}



.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000038;
    z-index: 0;
    display: none;
}



/* testimonial section start  */



section.testimonial {
    /* background: linear-gradient(0deg, rgba(11, 18, 31, 1) 50%, rgba(0, 0, 0, 0.93) 79%, rgba(11, 18, 31, 0.93) 100%); */
}

section.testimonial .bg-img {
    background: url('../images/testy.webp');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.testimonial .attr-bnt {
    position: absolute;
    bottom: 7.7%;
    right: 45%;
    z-index: 1;
}

section.testimonial .para {
    max-height: 115px;
    overflow: hidden;
}

section.testimonial {
    /* background: #fff; */
    position: relative;
    /* padding: 0; */
    /* padding-bottom: 60px; */
    /* background: var(--lt-bg-color); */
    padding-left: 0;
    padding-right: 0;
}


section.testimonial .col-6.cont-head {
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}

section.testimonial .head-sec {
    position: relative;
    text-align: left;
    width: 70%;
    margin: auto;
    /* padding-left: var(--p30); */
    /* padding-top: var(--p50); */
    margin-bottom: var(--m20);
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -5px;
}

section.testimonial .icon img {
    height: 50px;
}

section.testimonial .testy {
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
    /* padding-top: 10px; */
}

section.testimonial .item {
    /* padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5); */
    padding: 5px;
}

section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
}

section.testimonial .overlay {
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;
    right: 0px;
    padding: 20px 30px;
}

section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /* top: 30px; */
    justify-content: center;
    width: 80%;
    margin-top: 30px;
    display: none;
}

section.testimonial .head-sec h2 {
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0;
    padding-right: 0px;
}

section.testimonial .owl-prev {
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial .owl-next {
    font-size: 16px !important;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial .owl-prev:hover,
section.testimonial .owl-next:hover {
    background: var(--btn-hover) !important;
}

section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 17%;
    top: 20%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.testimonial .user-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}


section.testimonial .test-card {
    text-align: center;
    border-radius: 10px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07);
    padding: var(--p25);
    height: 230px;
    width: 100%;
    /* border: 2px solid #9810fa; */
    background: #fff;
}

section.testimonial .test-card p {
    color: var(--white-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--whtie-color);
}

section.testimonial .cont-sec {
    margin-top: 0;
    text-align: center;
}

section.testimonial .cont-sec img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}

section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}

section.testimonial h3 {
    padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
    padding-top: 10px;
}

section.testimonial small {
    color: var(--white-color);
    display: none;
}

section.testimonial .container-fluid {
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
    text-align: center;
    width: 90%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--heading-color);
    height: auto;
    max-height: 141px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
    margin-bottom: var(--m20);
}

section.testimonial .para i {
    font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}

section.testimonial p.clt-name {
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}

section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height: 100%;
}

section.testimonial a.main-bttn {
    display: inline-block;
    padding: 0px;
}


.all-data-testimonial p {
    max-height: auto;
}

.less-data-testimonial p {
    max-height: 151px;
}

.owl-carousel {
    display: block !important;
}

/* Ensure overflow hidden */
.testy {
    overflow: hidden;
    position: relative;
}

/* Make inner track move like marquee */
.owl-stage {
    display: flex;
    animation: scroll-left 160s linear infinite;
}

/* Adjust speed: 40s = slower, 20s = faster */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* portfolio section start  */


section.portfolio-sec .icon,
section.portfolio-sec h4,
section.portfolio-sec p {
    transform: translateY(0);
    transition: .3s;
    position: relative
}

section.portfolio-sec {
    /* background: #fff */
}

section.portfolio-sec .portfolio-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    overflow: hidden
}

section.portfolio-sec .portfolio-img img {
    bottom: -495px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 5s;
    -moz-transition: top 5s;
    -ms-transition: top 5s;
    -o-transition: top 5s;
    transition: bottom 5s
}

section.portfolio-sec a:hover .portfolio-img img {
    bottom: 0;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition: 5s
}

section.portfolio-sec .portfolio-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    z-index: 2;
    max-width: 320px;
    min-height: 250px;
    opacity: 1;
    visibility: visible;
    transition: .3s
}

section.portfolio-sec .portfolio-cont:before {
    position: absolute;
    top: 0;
    height: 100%;
    left: -115px;
    width: 500px;
    content: "";
    opacity: .9;
    border-radius: 30px 90px 20px 30px;
    transform: skew(-22deg);
    background: var(--territiary-color)
}

section.portfolio-sec a {
    position: relative
}

section.portfolio-sec .icon {
    display: block;
    height: 48px;
    width: 48px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: var(--m20);
    opacity: 1
}

section.portfolio-sec .icon i {
    font-size: var(--f25);
    height: 30px
}

section.portfolio-sec p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--white-color);
    opacity: 1
}

section.portfolio-sec h4 {
    color: var(--white-color);
    /* font-size:var(--f32); */
    margin-bottom: 0;
    opacity: 1
}

section.portfolio-sec a:hover .icon,
section.portfolio-sec a:hover p {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    opacity: 1
}

section.portfolio-sec a:hover .portfolio-cont {
    opacity: 1;
    left: 0;
    visibility: visible
}

section.portfolio-sec a:hover .icon {
    transform: translate(0);
    transition: none
}

section.portfolio-sec a:hover p {
    transform: translate(0);
    transition-delay: .2s
}

section.portfolio-sec a:hover h4 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: .3s
}

section.portfolio-sec .portfolio-area {
    overflow: hidden;
    border-radius: 10px;
}

section.portfolio-sec .row {
    gap: 40px 0
}