@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.otf') format('opentype');
    font-display: swap;
}
html, body, a ,span {
  cursor: url('https://devstren.com/wp-content/uploads/2025/10/Solid.png') 12 12, auto !important;
}


body {
    font-family: 'Satoshi', sans-serif;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ClashDisplay', serif;
}


.heading-color {
    background: -webkit-linear-gradient(40deg, #011311 50%, #42B0A8 58%);
    -webkit-background-clip: text;
    color: transparent;
}




/***************************** Header Styling *****************************/
#wrapper-navbar {
    z-index: 9999;
}

/* nav .container { */
nav .container-fluid {
    background: rgba(15, 139, 130, 0.09) !important;
    backdrop-filter: blur(8px);
    box-shadow: #5d5d5d 1px 2px 0px;
    border: 1px solid;
}

.navbar-nav {
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(8px);
    padding: 10px 40px;
    gap: 10px;
}

.navbar-brand img {
    max-width: 220px;
}

.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.nav-link.active {
    font-weight: 600;
}

a.custom-cta,
button.custom-cta {
    background: radial-gradient(32.29% 32.29% at 50% 21.87%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.2% 22.92% at 49.6% 100%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), #0F8B82;
    background-blend-mode: overlay, overlay, overlay, normal;
    transition: all 0.5s ease;
    box-shadow: 0 4px 8px #42B0A866;
    color: #fff;
    border-radius: 100px;
    padding: 18px 57px;
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    letter-spacing: -2%;
}

a.custom-cta:hover {
    border:2px solid #3f8f89 ;
    color: white;
    background: radial-gradient(80.29% 100% at 50% 1.87%, rgba(271, 255, 253, 0.2) 0%, rgba(255, 255, 255, 0) 30%), radial-gradient(80.2% 35.92% at 80.6% 100%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 100%), linear-gradient(203deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 40%, rgb(255 255 255 / 40%) 100%), #3f8f89;
}

.btn.custom-cta.bg-transparent {
    border: 1px solid #0F8B82;
}

.navbar-toggler {
    background-color: #fff;
}

.offcanvas.offcanvas-end {
    width: 100%;
    height: 100vh;
}

/***************************** Footer Styling *****************************/
footer {
    padding-top: 158px;
    padding-bottom: 158px;
    background-image: url('../images/footer-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-sec .container {
    z-index: 999;
}

.footer-sec h2 {
    font-size: 70px;
    background: linear-gradient(93.84deg, #FFFFFF 51.54%, rgba(15, 139, 130, 0) 107.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
}

.footer-sec p.footer-header-text {
    font-size: 18px;
}

.footer-sec .left-hand {
    bottom: -190px;
    left: 0;
    /* left: -260px; */
    max-width: 640px;
}

.footer-sec .right-hand {
    top: 0px;
    right: -50px;
    max-width: 640px;
}

.footer-menus ul {
    gap: 24px;
}

.footer-sec .marquee {
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    bottom: -77px;
}

.footer-sec .marquee-content {
    display: inline-flex;
    animation: marquee 15s linear infinite;
}

.footer-sec .marquee-content h4 {
    font-size: 290px;
    line-height: 210px;
    color: #42b0a824;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

/* Global style */
.page-hero-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/***************************** Hero Styling *****************************/
.hero-sec {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.hero-sec h1 {
    font-size: 87px;
    line-height: 88px;
    letter-spacing: 0;
    /* background: linear-gradient(93.84deg, #FFFFFF 51.54%, rgba(66, 176, 168, 0) 107.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: white;
}

.hero-sec p {
    font-size: 18px;
}

.scroll-right {
    top: 200px;
    right: 20px;
}

.optimize-business {
    width: 100%;
    max-width: 210px;
    background: #FFFFFF12;
    padding: 19px 20px;
    position: relative;
    border-radius: 20px;
    backdrop-filter: blur(23.299999237060547px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: 20rem;
    right: 27rem;
}

.optimize-business ul {
    margin-bottom: 16px;
}

.grow-business {
    width: 100%;
    max-width: 210px;
    padding: 19px 20px;
    z-index: 12;

    backdrop-filter: blur(41.20000076293945px);
    background: #FFFFFF24;
    border-radius: 21px;

    bottom: 10rem;
    right: -6rem;
}

#logohero {
    z-index: 999;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ sticky hero section    */
.sticky-hero-section {
    right: 0 !important;
    /* bottom: 0 !important; */
}

/* gsap css */
/* Logo wrapper for scroll animation */
.hero-logo-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 45rem;
    width: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.hero-hand-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 45rem;
    width: 100%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 120;
}

.hero-logo {
    position: absolute;
    bottom: 530px;
    right: -60px;
    height: 450px;
}

img#hero-hand {
    width: 700px;
    right: -150px;
}

.sticky-hero-section .hero-hand-wrapper{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}



/***************************** About Styling *****************************/
.about-us h2,
.project-sec h2 {
    background: -webkit-linear-gradient(110deg, #ffffff 5%, #42B0A8 200%);
    -webkit-background-clip: text;
    color: transparent;
}

.arrow-top-about {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    transform: translateY(-175px);
    align-items: center;
}

h4.top-about-heading {
    color: white;
    font-family: 'Satoshi', sans-serif;
}

img.top-arrow-img-about {
    width: 60px;
}

section.about-us {
    padding: 100px 0px;
    background-position: right;
    background-size: 600px;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 1.8rem !important;
    transform: translateY(-40px);
    z-index: 730;
}

.about-us .row:last-child {
    z-index: 999;
    margin-top: -60px;
}

h2.about-main-heading {
    font-size: 212px;
    line-height: 185px;
    max-width: 997px;
    box-shadow: 80rem 100px 25rem 0px #98E7E2;
}

.mission-sec p{
	color: #fff;
}

/* h2.about-main-heading::after {
    content: "";
    background-image: url('../images/heading-after.png');
    background-repeat: no-repeat;
    width: 170px;
    height: 76px;
    position: absolute;
    top: 80px;
    right: 120px;
} */

img.section-intro {
    box-shadow: -68rem 44px 20rem 4rem #98E7E2;
}

/***************************** Projects Styling *****************************/
.project-sec {
    padding: 0px 0 80px 0;
}

.project-sec h2 {
    font-size: 212px;
    line-height: 185px;
    background: linear-gradient(337.56deg, rgba(255, 255, 255, 0) -14.94%, #42B0A8 128.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transform: translateY(50px);
}



.project-sec .mySwiper .swiper-slide {
    width: 60%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.6;
    transform: scale(0.8);
}

.project-sec .mySwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
    z-index: 2;

}

.project-sec .swiper-slide h3 {
    font-size: 36px;
}

.project-sec .swiper-slide p {
    font-size: 18px;
}

.project-sec .swiper-button-next {
    right: 70px;
    width: 217px;
}

.project-sec .swiper .swiper-wrapper .swiper-slide img {
    border: 10px solid #42B0A8;
    border-radius: 50px;
    box-shadow: -16rem 1rem 13rem -6rem #98E7E2;
}

.project-sec .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: inherit;
}

/***************************** Testimonial Styling *****************************/
.testimonials-sec {
    padding: 152px 0 60px 0;
}

.testimonials-sec h2 {
    background: -webkit-linear-gradient(40deg, #011311 40%, #42B0A8 68%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 5rem;

}

.mySwiperTestimonials {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-sec .swiper-slide {
    padding: 100px 0;
}

.testimonial-item {
    max-width: 580px;
    height: 580px;
    border-color: #42b0a84d;
    border-style: solid;
    border-width: 20px !important;
    padding: 0px 65px !important;
    box-shadow: rgba(66, 176, 168, 0.35) 0px -8px 50px, rgba(66, 176, 168, 0.20) 0px 12px 50px, rgba(66, 176, 168, 0.25) 0px 39px 60px, rgba(66, 176, 168, 0.30) 0px 20px 35px, rgba(66, 176, 168, 0.15) 0px -8px 110px;
}

.testimonial-item .profile {
    border-radius: 100%;
    border: 10px solid #001311;
    box-shadow: 0rem 0rem 6rem #42B0A8;
    max-width: 70px;
    width: 70px;
}

.testimonial-item b {
    font-family: 'ClashDisplay';
    font-size: 2.3rem;
}

.testimonial-item p { 
    font-size: 1.1rem;
}

.testimonials-sec .swiper-button-prev:after,
.testimonials-sec .swiper-button-next:after {
    content: inherit;
}

.testimonials-sec .swiper-button-prev.testi-prev,
.testimonials-sec .swiper-button-next.testi-next {
    width: 70px;
    height: 70px;
    border: 1px solid #42B0A8;
    border-radius: 100px;
}

.testimonials-sec .swiper-button-prev.testi-prev:hover,
.testimonials-sec .swiper-button-next.testi-next:hover {
    background: radial-gradient(32.29% 32.29% at 50% 21.87%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.2% 22.92% at 49.6% 100%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), #0F8B82;
}

.testimonials-sec .swiper-button-prev.testi-prev:hover img,
.testimonials-sec .swiper-button-next.testi-next:hover img {
    filter: invert(1) brightness(100);
}

/***************************** Services Styling *****************************/
.our-services .swiper {
    padding: 50px 0px !important;
}

.our-services h2 {
    font-size: 64px;
}

.our-services>.text-center p {
    font-size: 18px;
}

.our-services .swiper-slide {
    transition: 0.2s ease-in;
    height: auto;
}

.our-services .swiper-slide img {
    width: 100%;
}

.our-services .swiper-slide:hover {
    background-color: #002D28 !important;
    border-color: #002D28 !important;
    box-shadow: 0px 5px 40px -3px #00A69B;
}

.our-services .swiper-slide h2 {
    font-size: 35px;
}

.our-services .swiper-slide p {
    font-size: 18px;
}

.our-services .swiper-slide:hover h2,
.our-services .swiper-slide:hover p {
    color: #fff;
}

/***************************** Why Choose Styling *****************************/
.why-choose-sec ul {
    z-index: 999;
}

.why-choose-sec h2 {
    font-size: 4rem;
    background: -webkit-linear-gradient(40deg, white 40%, #42B0A8 68%);
    -webkit-background-clip: text;
    color: transparent !important;
}

.why-choose-sec li h3 {
    font-size: 36px;
}

.why-choose-sec li p {
    font-size: 18px;
}

.why-choose-sec {
    padding-top: 130px;
    padding-bottom: 197px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-sec .row:first-child {
    padding-bottom: 84px;
}

.why-choose-sec .marquee {
    white-space: nowrap;
    box-sizing: border-box;
    bottom: -17px;
}

.why-choose-sec .marquee-content {
    animation: marquee 15s linear infinite;
}

.why-choose-sec .marquee-content h4 {
    font-size: 290px;
    line-height: 210px;
    color: #42b0a824;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

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

/***************************** Blog Styling *****************************/
.blog-sec {
    transform: translateY(-30px);
    border-radius: 2rem;
    padding: 80px 0px;
    background: white;
}

.blog-sec h2 {
    font-size: 70px;
    margin-bottom: 54px;
}

.blog-sec .card {
    transition: 0.2s ease-in-out;
}

.blog-sec .card:hover {
    background: radial-gradient(32.29% 32.29% at 50% 30.87%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.2% 25.92% at 49.6% 100%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), #0F8B82;
    box-shadow: 0px 61px 107px 0px #42B0A880 !important;
}

.blog-sec .card-title {
    font-size: 30px;
}

.blog-sec .card:hover .card-title,
.blog-sec .card:hover .card-text,
.blog-sec .card:hover .card-date {
    color: #fff !important;
}

.blog-sec .card:hover .card-date span>img {
    filter: invert(1) brightness(100);
}

.blog-sec .card:hover .custom-cta {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

/* Core Services Styling */
.core-services {
    padding: 70px 0 0 0;
    border-radius: 3rem;
    background: white;
    transform: translateY(-40px);
}

.core-services h2,
.working-process h2 {
    font-size: 70px;
    background: -webkit-linear-gradient(40deg, #011311 50%, #42B0A8 55%);
    -webkit-background-clip: text;
    color: transparent;
}

.core-services p {
    font-size: 18px;
}

.services-card {
    background-color: #E7FAF9;
    border: 2px solid white;
    border-radius: 40px;
    color: #011311;
    transition: 0.2s ease-in;
}

.services-card:hover {
    background-color: #002D28 !important;
    border-color: #002D28 !important;
    box-shadow: 0px 20px 50px 0px #00A69B;
    color: white;
}

.services-card:hover * {
    color: white;
}

.services-card h3 {
    font-size: 36px;
}

.services-card p {
    font-size: 18px;
}

.center-section-logo {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: transparent;
    transform: translateY(-130px);
    align-items: center;
}

.center-section-logo img {
    width: 140px;
}

/* Working Process Styling */
.working-process {
    padding: 124px 0 100px 0;
}

.process-row {
    padding: 28px 10px;
}

.process-row:hover {
    background-color: #E7FAF9;
}

.process-row h6,
.process-row h4 {
    font-size: 36px;
    color: #0F8B82;
}

.process-row h4 {
    color: #000;
}

.process-row p {
    font-size: 18px;
}

.process-img {
    top: -82px;
    z-index: 99;
}

.process-arrow-img {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

/* Why Business Styling */
.business-with-devstren {
    padding: 103px 0 173px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.business-with-devstren .section-title {
    margin-bottom: 83px;
}

.business-with-devstren h2 {
    font-size: 70px;
}

.business-with-devstren p {
    font-size: 18px;
}

.cc_item {
    padding: 35px 22px 53px;
    border-radius: 40px;
    background: #FFFFFF1A;
    backdrop-filter: blur(35.5px);
    transition: 0.2s ease-in-out;
}

.cc_item:hover {
    background: #fff;
}

.cc_item h3 {
    font-size: 70px;
    background: -webkit-linear-gradient(300deg, white 0%, #001318 48%) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.cc_item h4 {
    font-size: 36px;
}

.cc_item:hover h3,
.cc_item:hover h4,
.cc_item:hover p {
    color: #000 !important;
}

/* Mission Styling */
.mission-sec {
    padding: 100px 0;
}

.mission-sec,
.mission-sec .w-75 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission-sec .w-75 {
    padding: 89px 140px;
    border-radius: 40px;
}

.mission-sec h2 {
    font-size: 70px;
}

/***************************** Other pages Styling *****************************/
.values-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.value-card p {
    font-size: 18px;
}

.value-card-1 {
    top: 0;
    right: 0;
}

.value-card-1 {
    top: 220px;
    right: 230px;
}

.value-card-2 {
    top: 470px;
    right: 110px;
}

.value-card-3 {
    bottom: 210px;
    right: 190px;
}

.value-card-4 {
    top: 220px;
    left: 190px;
}

.value-card-5 {
    top: 470px;
    left: 90px;
}

.value-card-6 {
    bottom: 210px;
    left: 260px;
}

.our-value .container .row .col-lg-6 h1 {
    font-size: 5rem;

}

.value-card h5 {
    color: #42B0A8;
}


/* contact page  */
.contact-form {
    transform: translateY(-30px);
    border-radius: 2rem;
    padding: 80px 0px;
    background: white;
}


.contact-lef-col h2 {
    top: 30px;
    left: 30px;
}

.contact-lef-col .optimize-business {
    top: unset;
    bottom: 20px;
    left: 30px;
}

.contact-lef-col .grow-business {
    bottom: 20px;
    right: 30px;
}

.form-container {
    padding: 74px 43px 40px;
    box-sizing: border-box;
}

.form-container ::placeholder {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}

.wpcf7 .wpcf7-form p {
    margin-bottom: -1rem;
}

input[type=submit] {
    width: 200px !important;
    background: radial-gradient(32.29% 32.29% at 50% 21.87%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.2% 22.92% at 49.6% 100%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%), #0F8B82 !important;
    background-blend-mode: overlay, overlay, overlay, normal !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px #42B0A866 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 18px 57px !important;
    font-family: Satoshi !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 18px !important;
    letter-spacing: -2% !important;
    border: none !important;
}

/* wp-bakery class */
#page-wrapper {
    padding: 0px !important;
}

h1.entry-title {
    display: none;
}

footer.entry-footer {
    display: none;
}

@media (min-width: 1400px) {
    .navbar {
        padding: 10px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

@media (max-width: 1400px) {
    .hero-sec h1 {
        font-size: 68px;
        line-height: 68px;
    }

    .scroll-right {
        top: 80px;
        right: 40px;
    }

    h2.about-main-heading,
    .project-sec h2 {
        font-size: 160px;
        line-height: 145px;
    }

    footer {
        padding-top: 100px;
    }

    .footer-sec h2 {
        font-size: 54px;
    }

    .footer-sec p.footer-header-text {
        font-size: 16px;
    }

    a.custom-cta,
    button.custom-cta {
        padding: 12px 34px;
    }

    .footer-sec .left-hand,
    .footer-sec .right-hand {
        max-width: 624px;
    }

    h2.about-main-heading::after {
        top: 45px;
        right: 280px;
    }

    .value-card-1 {
        right: 80px;
    }

    .value-card-2 {
        right: -40px;
    }

    .value-card-3 {
        right: 50px;
    }

    .value-card-4 {
        left: 80px;
    }

    .value-card-5 {
        left: -50px;
    }

    .value-card-6 {
        left: 130px;
    }

    .core-services h2,
    .working-process h2 {
        font-size: 50px;
    }

    .process-row p {
        font-size: 16px;
    }

    .process-row h6,
    .process-row h4 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .hero-sec h1 {
        font-size: 58px;
        line-height: 58px;
    }

    .scroll-right {
        top: 60px;
        right: 90px;
    }

    .project-sec .swiper-slide h3 {
        font-size: 28px;
    }

    .blog-sec h2 {
        font-size: 50px;
        margin-bottom: 44px;
    }

    section.about-us {
        padding: 80px 0px;
    }

    h2.about-main-heading,
    .project-sec h2 {
        font-size: 120px;
        line-height: 100px;
    }

    h2.about-main-heading::after {
        top: 36px;
        right: 270px;
    }

    .footer-sec .left-hand,
    .footer-sec .right-hand {
        max-width: 500px;
    }

    .circle-center {
        width: 80%;
    }

    .value-card img {
        width: 70px;
        height: 70x;
    }

    .value-card p {
        font-size: 16px;
    }

    /* .value-card-1 {
        top: 180px;
        right: 60px;
    }

    .value-card-2 {
        right: 0px;
        top: 350px;
    }

    .value-card-3 {
        right: 10px;
        bottom: 180px;
    }

    .value-card-4 {
        top: 180px;
        left: 60px;
    }

    .value-card-5 {
        top: 350px;
        left: -20px;
    }

    .value-card-6 {
        left: 100px;
        bottom: 180px;
    } */
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {

    p,
    a.custom-cta,
    button.custom-cta {
        font-size: 14px;
    }

    h2.about-main-heading,
    .project-sec h2 {
        font-size: 150px;
        line-height: 130px;
    }

    .mission-sec .w-75 {
        padding: 18px 40px;
    }

    .mission-sec {
        padding: 50px 0;
    }

    .business-with-devstren {
        padding: 50px 0;
    }

    .cc_item h4 {
        font-size: 24px;
    }

    .circle-center {
        width: 90%;
    }

    .value-card img {
        width: 50px;
        height: 50px;
    }

    .value-card p {
        font-size: 14px;
    }

    .value-card-1 {
        top: 100px;
        right: 60px;
    }

    .value-card-2 {
        right: -40px;
        top: 270px;
    }

    .value-card-3 {
        right: 40px;
        bottom: 90px;
    }

    .value-card-4 {
        top: 100px;
        left: 60px;
    }

    .value-card-5 {
        top: 290px;
        left: -15px;

    }

    .value-card-6 {
        left: 100px;
        bottom: 90px;
    }

    .business-with-devstren h2 {
        font-size: 46px;
    }

    .business-with-devstren p {
        font-size: 14px;
    }

    .blog-sec h2 {
        font-size: 44px;
        margin-bottom: 14px;
    }

    .footer-sec h2 {
        font-size: 34px;
    }

    .footer-sec p.footer-header-text {
        font-size: 14px;
    }

    a.custom-cta,
    button.custom-cta {
        padding: 12px 37px;
    }
}

@media (max-width: 768px) {
    .hero-sec h1 {
        font-size: 54px;
        line-height: 58px;
    }

    .scroll-right {
        /* display: none; */
    }

    h2.about-main-heading::after {
        right: 90px;
    }

    h2.about-main-heading,
    .project-sec h2 {
        font-size: 120px;
        line-height: 90px;
    }

    .footer-sec .left-hand,
    .footer-sec .right-hand {
        max-width: 340px;
    }

    .footer-sec .right-hand {
        top: 0;
    }

    .footer-sec .left-hand {
        bottom: 0;
    }

    .page-hero-sec p {
        font-size: 14px;
    }

    a.custom-cta,
    button.custom-cta {
        padding: 12px 24px;
    }


}

@media (max-width: 575px) {
    .hero-sec h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .hero-sec p {
        font-size: 14px;
    }

    .our-services h2 {
        font-size: 34px;
    }

    .our-services>.text-center p {
        font-size: 14px;
    }

    .our-services .swiper-slide>h2 {
        font-size: 24px;
    }

    .our-services .swiper-slide p {
        font-size: 14px;
    }

    .project-sec .swiper-button-next {
        right: 0px;
        width: 150px;
    }

    .project-sec .mySwiper .swiper-slide {
        width: 80%;
    }

    .testimonial-item {
        max-width: 360px;
        height: 360px;
    }

    .testimonials-sec .swiper-button-prev.testi-prev,
    .testimonials-sec .swiper-button-next.testi-next {
        width: 40px;
        height: 40px;
    }

    .testimonial-item p {
        font-size: 14px;
    }

    .blog-sec h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .blog-sec {
        padding-bottom: 30px;
    }

    section.about-us {
        padding: 40px 0px;
    }

    h2.about-main-heading,
    .project-sec h2 {
        font-size: 60px;
        line-height: 50px;
    }

    .about-us .row:last-child {
        margin-top: 0px;
    }

    h2.about-main-heading::after {
        right: 100px;
        top: 0;
        background-size: 100px;
        width: 100px;
        height: 50px;
    }

    footer {
        padding-top: 30px;
    }

    .footer-sec h2 {
        font-size: 34px;
    }

    .footer-sec p.footer-header-text {
        font-size: 14px;
    }

    .footer-sec .left-hand,
    .footer-sec .right-hand {
        max-width: 180px;
    }

    footer .position-relative.d-flex.align-items-center.justify-content-center {
        min-height: 400px !important;
    }

    footer .nav-link {
        font-size: 14px;
    }

    footer .logo img {
        max-width: 70%;
    }

    .footer-menus li a img {
        max-width: 100%;
    }

    .footer-sec .marquee {
        bottom: -47px;
    }

    .footer-sec .marquee-content h4 {
        font-size: 170px;
    }

    .mission-sec h2 {
        font-size: 36px;
    }

    .mission-sec p {
        font-size: 12px;
    }

    .business-with-devstren h2 {
        font-size: 38px;
    }

    .business-with-devstren p {
        font-size: 14px;
    }

    .cc_item {
        padding: 24px 22px;
    }

    footer .branding-logo {
        width: 100%;
        max-width: 200px;
    }

    .core-services {
        padding: 44px 0 0 0;
    }

    .core-services h2,
    .working-process h2 {
        font-size: 36px;
    }

    .core-services p {
        font-size: 14px;
    }

    .working-process {
        padding: 40px 0;
    }

    .process-arrow-img {
        transform: none;
    }

    .nav-link {
        color: #000 !important;
    }

    footer .nav-link {
        color: #fff !important;
    }

    .btn-close {
        background-image: url(../images/close.svg);
        opacity: 1;
        z-index: 999;
        filter: brightness(0.5);
    }
}

@media (max-width: 1024px) {
    .our-services .content h2 {
        font-size: 3rem;
    }

    .our-services .content p {
        width: 65%;
    }

    .service-card .innerContent h2,
    .why-choose-sec li h3,
    .blog-sec .card-title {
        font-size: 24px;
    }

    .project-sec {
        padding: 40px 0;
    }

    .our-services .content p,
    .service-card .innerContent p,
    .project-sec .swiper-slide p,
    .why-choose-sec li p,
    .why-choose-sec .row:first-child p {
        font-size: 16px;
    }

    .why-choose-sec,
    .testimonials-sec {
        padding-top: 50px;
    }

    .why-choose-sec .row:first-child {
        padding-bottom: 20px;
    }

    .blog-sec .card-date,
    .blog-sec .card-text {
        font-size: 14px;
    }

    .navbar-nav {
        padding: 10px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-link {
        font-size: 14px;
    }

    .about-us .row:first-child {
        position: relative;
        top: unset;
        left: unset;
    }

    section.about-us {
        padding: 80px 0px;
        z-index: 2;
    }

    .about-us .row:last-child {
        margin-top: 40px;
    }

    .why-choose-sec {
        padding-top: 150px;
        background-position: right;
    }

    /* .why-choose-sec::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000067;
    } */

    .why-choose-sec .row {
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 10px;
    }

    .container {
        max-width: 100%;
    }

    .hero-hand-wrapper {
        bottom: 10rem !important;
        right: -4rem !important;
        height: unset !important;
        top: unset !important;
    }
}


/* last changes hs 24-10-2025*/
#wrapper-navbar .navbar .container-fluid {
    width: 1440px;
}
footer.footer-sec .col-lg-5 {
    z-index: 99;
}
footer.footer-sec a.nav-link:hover {
    color: #97e8e0;
}