@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
p,
h4 { font-size: var(--font-20); line-height: 28px;}
p { color: var(--secondary);}
.section-spacing { padding: 100px 0;}
.section-inner-head h2,
.bold-title { color: var(--color-black);}
.section-inner-head h2 { font-weight: var(--fw-700); -webkit-user-select: none; -moz-user-select: none; user-select: none; margin-bottom: 10px;}
.section-inner-head p { opacity: 1;}
.btn1 { padding: 13px 20px !important; border-radius: 40px; font-size: var(--font-20); line-height: 24px; text-transform: capitalize; display: inline-flex; align-items: center; justify-content: center; letter-spacing: 0px; gap: 10px; box-shadow: 0px 4px 15px 0px rgba(29, 25, 14, .1019607843);}

/* Header CSS */
.header-main {position: sticky; background: var(--color-white); border-bottom: 1px solid #eae6d7;}
body:not(.showLoader) .header-main {z-index: 999999;}

.hero-wrapper{background-color:#F8F7F3;position:relative;}
.hero-wrapper .hero-content {max-width: 582px;}
.hero-wrapper .hero-content .hero-title {font-size:64px;font-weight: 500;line-height: 100%;margin-bottom: 36px;}
.hero-video {
    max-width: 393px;
    margin: 0 auto;
}
.hero-video .process__video {
    width: 100%;
}
.project-count{
    display:flex; 
    gap:60px;
    padding-top: 20px;
    border-top: 1px solid #25395C33
}
.project-count .count-number{
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    color: #F2A843;
    position: relative;
    display:block;
}

.project-count .count-number.project-delivery::before{
    content: "Project Delivered";
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color:#191919;
    position: absolute;
    left: 0;
    top: 47%;
    transform: translate(0%, -30%);
    background:#F8F7F3;
    margin-left: 6px;
}
.project-count .count-number.developer::before{
    content: "Developers";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color:#191919;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -30%);
    background:#F8F7F3;
}

.project-count .count-item:last-child .count-number::before{
    margin-left: 5px;
    padding-right: 7px;
}

.project-count .count-label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.our-text{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 389.52px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    text-transform: capitalize;
    color: #F2A843;
    padding-top: 150px;
    margin-bottom: -40px;
}

.hero-intro{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.hero-intro video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-subscription-section{
    padding-top: 350px;
}

@supports (-webkit-touch-callout: none) {
    .custom-subscription-section {
    padding-top: 400px !important;
}
}

.custom-subscription-section .hero-content{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-listing-group {width: fit-content; display: flex;align-items: center;justify-content: center;gap: 8px;margin: 0 auto; margin-bottom: 24px;list-style: disc;background-color: #ffffff;position: relative; z-index: 11;padding: 0 18px; font-size: 24px; line-height: 32px; color: var(--color-black); font-weight: 500;}
/* .hero-list-main{position: relative;} */
/* .hero-list-main::after{content: ''; width: 100%; height: 2px;background-color: #d3d7de;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;max-width: 550px;margin: 0 auto;} */
.hero-listing-group::before, .hero-listing-group::after {content: ''; width: 88px; position: absolute; top: 50%; transform: translateY(-50%); height: 2px; border-radius: 18px; background-color: #25395C; opacity: 0.2;}
.hero-listing-group::before {right: 100%;}
.hero-listing-group::after {left: 100%;}
.hero-listing-group li {display: inline-flex; align-items: center; gap: 8px;}
.hero-listing-group li::before{content: ''; background-color: #F2A843; width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex: 0 0 auto;}
.hero-listing-group li:nth-child(1)::before {display: none;}
.hero__desc {color: var(--color-black); margin-bottom: 40px;}
.hero_subtitle{width: fit-content; font-size: 20px;font-weight: 500;line-height: 28px; padding: 4px 8px;margin: 0 auto 24px !important; border: 1px dashed #25395C33}
.hero-content .hero__title {font-size: var(--font-55);line-height: 100%;margin: 24px 0;}

.banner-section { padding: 88px 0px 0px 0px; overflow: hidden; position: relative; background: url(../images/portfolio/portfolio-banner-bg.webp) no-repeat center; background-size: cover; overflow: hidden;}
.banner-section::after {content: ''; position: absolute; bottom: 0; left: 0; height: 148px; width: 100%; background: linear-gradient(0deg, #FFFFFF 50.78%, rgba(255, 255, 255, 0) 79.16%);}
.banner-section .section-inner-head { max-width: 588px; padding: 50px; border-radius: 14px; border: 2px solid #FFFFFF33; background-color: #FFFFFF1A; backdrop-filter: blur(10px); margin-inline: auto; text-align: center; color: var(--blue-primary); position: relative; z-index: 3;}
.banner-section h1 { font-weight: 400; font-size: var(--font-55); line-height: 1; margin-bottom: 30px; text-transform: lowercase;}
.arrow-btn { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; animation: imagemoveY 3s ease-out infinite;}
@keyframes imagemoveY { 0% { transform: translateY(0);} 50% { transform: translateY(20px);} 100% { transform: translateY(0);}}
.top-images {display: flex; gap: 20px; justify-content: space-between; align-items: start;}
.banner-portfolio-img1 {padding-top: 55px;}
.banner-mid , .banner-bottom {display: flex; gap: 20px; justify-content: space-between;}
.banner-mid {align-items: start;}
.banner-bottom {max-width: 85%; align-items: end;}
.banner-portfolio-img {will-change: transform; transition: transform 0.2s ease-out;}

/* .slide-content-section { padding: 53px 0px; background-color: var(--blue-primary); overflow: hidden;}
.slide-content-section>div { padding-inline: 0px;}
.slide-content-marquee { display: inline-flex; gap: 50px; white-space: nowrap; animation: marqueeAnim 15s linear infinite;}.slide-content { margin: 0px; font-size: 80px; line-height: 1; color: var(--blue-primary); text-transform: uppercase; font-weight: 700; background: linear-gradient(98.95deg, #F2A84329.01%, #FFFFFF 65.49%); -webkit-background-clip: text; -webkit-text-stroke: 2px rgba(0, 0, 0, 0); text-shadow: 0px 8px 4.3px 0px rgba(132, 85, 20, .4);}
@keyframes marqueeAnim { from { transform: translateX(0);} to { transform: translateX(-50%);}} */

.portfolio-section { background: url(../images/portfolio/portfolio-bg.webp) no-repeat top left; background-size: cover;}
.filter-form { display: flex;}
.filter-label { width: 25%; padding: 20px 30px; font-size: 20px; line-height: 28px; font-weight: 400; position: relative; border-bottom: 1px solid rgba(242, 168, 67, .2); display:flex; align-items: center; gap: 20px; justify-content: space-between; cursor: pointer; background-color: var(--color-white); transition: .4s ease;}
.filter-label input { width: 0px; height: 0px; position: absolute; opacity: 0; visibility: hidden;}
.filter-label:not(:last-child)::before { content: ""; width: 1px; height: calc(100% - 28px); position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-color: rgb(242, 168, 67, .2);}
.filter-label::after { content: ""; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; background-repeat: repeat; background-size: contain; background-position: centercenter; background-image: url(../images/portfolio/add.svg);}
.filter-label:has(input:checked)::after { background-image: url(../images/portfolio/check.svg);}
.filter-label:hover,
.filter-label:has(input:checked) { color: var(--blue-primary);}
.filter-label:has(input:checked) { font-weight: 700;}
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px 60px;}
.portfolio-item-img { border-radius: 16px; overflow: hidden; position: relative; border: 1px solid rgba(37, 57, 92, .1019607843); margin-bottom: 24px;}
.portfolio-item-img img { width: 100%;}.portfolio-item-badge { font-size: 20px; line-height: 28px; font-weight: 400; position: absolute; top: 24px; left: 24px; display: inline-block; padding: 10px 24px; border-radius: 40px;border: 1px solid rgba(242, 168, 67, .2); background-color: rgba(25, 25, 25, .4); -webkit-backdrop-filter: blur(14.1px); backdrop-filter: blur(14.1px); color: var(--color-white);text-transform: uppercase;}
.portfolio-item-title { font-size: var(--font-24); line-height: 32px; font-weight: 700; margin-bottom: 16px;}
.portfolio-item-title a:hover { color: var(--primary) !important;}.portfolio-item-link { width: 100px; height: 100px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background-color: rgb(37, 57, 92, .3019607843); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);transition: all ease-in-out .3s;}
.portfolio-item-link img { width: 50px; height: 50px;}
.portfolio-item:hover .portfolio-item-link { animation: linkscale 3s ease-out infinite;}
@keyframes linkscale { 0% { transform: translate(-50%, -50%) scale(1);} 50% { transform: translate(-50%, -50%) scale(0.8);} 100% { transform: translate(-50%, -50%) scale(1);}}

.digital-solutions-section { padding: 90px 0px; background: linear-gradient(95.47deg, #FDCD56 44.12%, #E6A443 100.44%); position: relative; overflow: hidden;}
.digital-solutions-section::before,
.digital-solutions-section::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: contain; background-repeat: no-repeat;}
.digital-solutions-section::before { background-image: url(../images/case-studies/sara/digital-solutions-left-shap.webp); background-position: top left;}
.digital-solutions-section::after { background-image: url(../images/case-studies/sara/digital-solutions-right-shap.webp); background-position: top right;}
.digital-solutions-section>div { position: relative; z-index: 1;}
.digital-solutions-section .section-inner-head { max-width: 650px; margin: 0px auto;}
.digital-solutions-section .section-inner-head h2 { margin-bottom: 40px;}
.digital-solutions-section .section-inner-head .btn1 { border-color: #25395c; background-color: rgba(0, 0, 0, 0); border-radius: 40px;}
.digital-solutions-section .section-inner-head .btn1::before,
.digital-solutions-section .section-inner-head .btn1::after { background: hsla(0, 0%, 100%, .1019607843);}
.contact-section { display: none;}


/* clients */
.clients-section {padding: 50px 0px;background-image: url("../images/client-bg.png"); background-repeat: no-repeat; position: relative;}
.client-text {text-align: center;margin-bottom: 30px; font-size: 24px; line-height: 32px;}
.clients-section .clients-slider {position: relative; padding: 10px 0;}
.clients-section .clients-slider::before {content: "";position: absolute;left: 0;top: 0;width: 120px;height: 100%;pointer-events: none;background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);z-index: 5;}
.clients-section .clients-slider::after {content: "";position: absolute;right: 0;top: 0;width: 120px;height: 100%;pointer-events: none;background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);z-index: 5;}

@media screen and (max-width: 1441px) { 
h2, .bold-title { line-height: 45px;}
.btn1 { font-size: 18px; line-height: 20px;} p, h4 { font-size: var(--font-18);}
.mab-60 { margin-bottom: 40px;}
.section-spacing { padding: 80px 0px;}
.banner-section .section-inner-head {padding: 50px 40px;}
.banner-section h1 { font-size: var(--font-45); margin-bottom: 20px;}
/* .slide-content-section { padding: 50px 0px;}
.slide-content { font-size: 70px;} */
.filter-label, .portfolio-item-badge { font-size: var(--font-18);}
.portfolio-grid { gap: 80px 50px;}
.portfolio-item-title { font-size: 22px; line-height: 30px;}
.portfolio-item-link { width: 80px; height: 80px;}
.portfolio-item-link img { width: 40px; height: 40px;}
.digital-solutions-section { padding: 80px 0px;}
.digital-solutions-section .section-inner-head h2 { margin-bottom: 30px;}

.hero-wrapper .hero-content .hero-title{
    font-size: var(--font-45);
    line-height: 100%;
    font-weight: 700;
}
.hero-listing-group {font-size: 22px; line-height: 30px;}
.hero__desc {margin-bottom: 30px;}
.our-text{
    padding-top: 100px;
    font-size: 270px;
}
.custom-subscription-section {
    padding-top: 350px !important;
}
@supports (-webkit-touch-callout: none) {
  .custom-subscription-section {
    padding-top: 400px !important;
  }
}

}

@media screen and (max-width: 1300px) {
    .banner-portfolio-img {max-width: 350px;}
}

@media screen and (max-width: 1199px) { 
h2, .bold-title { line-height: 40px;}
.btn1 { font-size: 16px;} p, h4 { font-size: var(--font-16); line-height: 26px;}
.hero-listing-group {font-size: 20px; line-height: 28px;}
.banner-bottom {max-width: 90%;}
.banner-mid .banner-portfolio-img {max-width: 300px;}
.banner-section h1 {font-size: 35px;}
/* .slide-content-section { padding: 30px 0px;}
.slide-content { font-size: 60px;} */
.filter-label, .portfolio-item-badge { font-size: var(--font-16); line-height: 24px;}
.portfolio-grid { gap: 60px 40px;}
.portfolio-item-link { width: 60px; height: 60px;}
.portfolio-item-link img { width: 30px; height: 30px;}
.portfolio-item-badge { padding: 7px 24px; top: 20px; left: 20px;}
.portfolio-item-img { margin-bottom: 20px;}
.portfolio-item-title { font-size: 20px; line-height: 28px; margin-bottom: 10px;}

    /* clients */
    .client-text {font-size: 22px; line-height: 30px;}
    
    /* .custom-subscription-section{
        padding-top: 310px !important;
    } */

}

@media screen and (max-width: 1024px) {
.banner-section h1 { font-size: 32px;}
.arrow-btn, .arrow-btn img { width: 40px; height: 40px;}
/* .slide-content { font-size: 50px;} */
}

@media screen and (max-width: 991px) {
.top-images .banner-portfolio-img, .banner-mid .banner-portfolio-img {max-width: 220px;}
.banner-portfolio-img {width: 100%;}
.banner-portfolio-img5 {height: 180px;}
.banner-section .section-inner-head {padding: 40px 30px;}
.banner-bottom {margin-top: 20px;}

.text-wrapper{
    display:none;
}
.hero-wrapper{padding-bottom: 50px !important;}
.hero-wrapper .hero-content {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}
.project-count {
    gap: 40px;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.project-count .count-number{
    text-align: center;
}
.custom-subscription-section {
    padding-top: 80px !important;
}
}

@media screen and (max-width: 768px) {
.banner-section {padding: 150px 0px;}
.banner-mid {padding-inline: 20px;}
.banner-section .section-inner-head {padding-block: 50px;}
.banner-portfolio-img, .banner-bottom, .top-images, .banner-section::after {display: none;}
.portfolio-section {padding-top: 0px;}
.hero-listing-group {font-size: 18px; line-height: 27px;}
.hero-listing-group::before, .hero-listing-group::after {width: 50px;}

/* .slide-content-section { padding: 20px 0px;}
.slide-content { font-size: 40px;} */
.filter-label { padding: 10px 15px;}
.filter-label:not(:last-child)::before { height: calc(100% - 15px);}
.portfolio-grid { gap: 50px; grid-template-columns: 1fr;}
.portfolio-item-link { transform: translate(-50%, -50%) scale(1);}
.digital-solutions-section::before, .digital-solutions-section::after { background-size: cover;}
.digital-solutions-section::before { left: -10%;}
.digital-solutions-section::after { left: 30%;}

/* clients */
.clients-section .clients-slider::before, .clients-section .clients-slider::after{width: 50px;}

.hero-wrapper .hero-content .hero-title{
    font-size: var(--font-40);
    line-height: 100%;
}

}

@media screen and (max-width: 576px) {
.hero-listing-group {font-size: 16px; line-height: 26px; padding-inline: 8px;}
.hero-listing-group::before, .hero-listing-group::after {width: 20px;}


.banner-section h1 { font-size: var(--font-30);}
.filter-form { flex-direction: column;}
.filter-label { width: 100%;}
.filter-label:not(:last-child)::before { display: none;}
.portfolio-item-badge { font-size: 14px; line-height: 1; left: 10px; top: 10px; padding: 7px 15px;}

/* clients */
.clients-section .clients-slider::before, .clients-section .clients-slider::after {display: none;}
}

@media screen and (max-width: 400px) {

.hero-listing-group {padding-inline: 6; gap: 5px;}
.hero-listing-group li {gap: 5px;}
.hero-listing-group li::before {width: 4px; height: 4px;}
/* .hero-listing-group::before, .hero-listing-group::after {display: none;} */

.digital-solutions-section::before { display: none;}
.digital-solutions-section::after { left: 0%;}
}