body {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}


a.top-btn {
    color: #000;
    background-color: #ededed !important;
    z-index: 999999;
    position: fixed;
    display: inline-block;
    right: 90px;
    top: 24px;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
}

.tabs {
    display: none!important
}

.tabs.current {
    display: block !important
}

.packagewrp {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: #e8e6f1
}

.packagewrp:after {
    content: ""
}

.packagewrp .tabingwrp ul {
    margin: 20px 0 50px;
    display: block;
    text-align: center
}

.packagewrp .tabingwrp ul li {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 23px;
    font-family: 'Cairo',sans-serif!important;
    background: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .4s;
    border: 1px solid #1650B7;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 111
}

.packagewrp .tabingwrp ul li.current {
    background: #1650B7;
    color: #fff;
    transition: .4s;
    border: 2px solid #1650B7;
    font-weight: 600
}

.packagewrp .txtwrp {
    display: block;
    padding: 0 0 20px
}

.packagewrp .btnwrp a {
    font-size: 18px;
    margin: 0 0 0 30px;
    color: #222;
    font-weight: 600
}

.packagewrp .btnwrp a i {
    color: #fa130d
}



.titlebox {
    color: #fff;
    padding: 20px 20px 50px;
    border-radius: 14px;
    position: relative;
    top: 20px
}

.titlebox h4 {
    display: inline-block;
    margin: 0 11px 0 0;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #000
}

section.packagewrp .titlebox h4+p {
    width: auto;
    text-align: left;
    margin: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000
}

section.packagewrp [class^="col-md-4"]>div.pkgbox {
    padding: 20px 0 0;
    box-sizing: border-box;
    text-align: left;
    border-top: 1px solid #1650B7;
    width: 86%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: relative;
    margin-top: -30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin: -20px auto 0
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Cairo',sans-serif!important
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #e80101;
    top: -1px
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox h3 {
    display: inline-block;
    font-size: 45px;
    margin: 0;
    font-weight: 700;
    color: #1650B7;
    padding-right: 10px;
    font-family: 'Cairo',sans-serif!important
}

.package-off {
    background-color: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.package-off {
    background: #1650B7;
    color: #fff;
    position: absolute;
    top: 0;
    right: -26px;
    padding: 5px 10px 5px 30px;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.package-off strike {
    position: initial;
    right: initial;
    color: #fff
}

section.packagewrp .col-md-4 {
    margin: 20px 10px;
    float: none;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
    max-width: 31%;
    position: relative;
    z-index: 1;
    border: 1.5px solid #1650B7;
    background: #fff;
    position: relative;
    z-index: 11
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul {
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 0;
    height: 293px;
    overflow-y: scroll
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 9px;
    line-height: 37px;
    font-family: Fustat!important;
    list-style: none;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 5px;
    position: absolute;
    left: 0;
    content: \f00c;
    color: #1650B7;
    font-size: 12px;
    top: 11px;
}

section.packagewrp [class^="col-md-4"]>div.pkgbox .pricebox sup {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #1650B7;
    top: -1px
}


a.vm-btn {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: -20px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    cursor: context-menu
}

section.packagewrp a.grad-btn {
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 6px;
    margin-right: 0;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    padding: 9px 9px;
    font-size: 14px;
    background: -moz-linear-gradient(left,#fa6d34 0%,#f95e48 100%);
    background: #1650B7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6d34',endColorstr='#f95e48',GradientType=1);
    font-size: 18px;
}

section.packagewrp a.grad-btn:hover {
    color: #000
}

section.packagewrp a.chat {
    display: inline-block;
    vertical-align: middle
}

section.packagewrp a.chat span {
    display: block;
    color: #1650B7;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
    padding-left: 20px;
    animation: blinker 1s step-start infinite
}

section.packagewrp a.chat span small {
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 600
}

a.vm-btn:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #1650B7;
}


::marker {
    color: #002d7c;
}

.footer-bottom:before {
    content: "";
    border-top: 1px solid #1650b7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
}

@font-face {
    font-family: 'Gilroy ExtraBold';
    src: url('../fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gilroy ExtraBold';
    font-weight: 700;
    font-size: 54px;
    line-height: 74px;
    transform: scaleX(0.98);
    transform-origin: left;
    letter-spacing: 0;
}


/*h1, h2, h3, h4, h5, h6 {
   font-family: "Montserrat", sans-serif;
    font-weight: 700 ;
    font-size: 54px ;
    line-height: 74px ;
    transform: scaleX(.98) ;
    transform-origin: left ;
    letter-spacing: 0 ;
}*/

@font-face {
    font-family: 'Neue Plak Light';
    src: url('assets/fonts/NeuePlakLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-weight: 400;
}

p {
    font-family: 'Neue Plak Light', sans-serif;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: .03em;
}


a {
    text-decoration: none !important;
}

.container-fluid {
    width: 94%;
}


/*=======================================mobileheader===================================================================*/
/* Mobile Header */
.mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
    padding: 12px 18px;
}

.mobile-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-logo img {
    max-height: 38px;
}

/* Hamburger */
.hamburger {
    width: 28px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: 0.3s;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #0b0b0b;
    z-index: 9998;
    transition: 0.4s ease;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-inner {
    padding: 90px 25px 30px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu ul li a {
    display: block;
    color: #fff;
    padding: 14px 0;
    font-size: 18px;
    text-decoration: none;
}

/* Sub Menu */
.has-sub .sub-menu {
    display: none;
    padding-left: 15px;
}

.has-sub.active .sub-menu {
    display: block;
}

.sub-menu li a {
    font-size: 16px;
    opacity: 0.85;
}

/* Contact */
.mobile-contact {
    margin-top: 25px;
}

.mobile-contact a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}




/*=======================================mobileheader===================================================================*/


/* Hamburger */
.hamburger-circle {
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.hamburger-circle span {
    width: 18px;
    height: 2px;
    background: #fff;
    margin: 2.5px 0;
    transition: 0.3s;
}

/* Cross */
.hamburger-circle.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.hamburger-circle.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-circle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* ================= CIRCULAR BACKGROUND ================= */

.full-menu {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 1001;

    /* ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ‚Â¥ start as tiny circle at top-right */
    clip-path: circle(0% at 100% 0%);
    -webkit-clip-path: circle(0% at 100% 0%);

    pointer-events: none;
    transition: clip-path 0.9s ease-in-out;
}

/* Open state */
.full-menu.active {
    clip-path: circle(150% at 100% 0%);
    -webkit-clip-path: circle(150% at 100% 0%);
    pointer-events: all;
}

/* Navigation LEFT */
.full-menu nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 410px;
    gap: 5px;
    margin-top: -120px;
}

/* Menu links animation */
.full-menu nav a {
    color: #fff;
    font-size: 75px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
    font-family: 'Gilroy ExtraBold';
    font-weight: 700;
    font-size: 75px;
    line-height: 95px;
    transform: scaleX(.98);
    transform-origin: left;
    letter-spacing: -.01em;
}


/* Basic styles for the links */
.mega-navs a {
    text-decoration: none;
    /* Remove underline */
    color: black;
    /* Link color */
    display: inline-block;
    /* Allow transform */
    padding: 10px;
    /* Add some padding */
    transition: transform 0.3s, opacity 0.3s;
    /* Smooth transition for scale and opacity */
}

/* Hover effect on individual <a> links */
.mega-navs a:hover {
    transform: scale(1.1);
    /* Slightly increase the size */
    opacity: 1;
    /* Ensure the hovered item is fully opaque */
}

/* When any <a> is hovered, reduce opacity of others */
.mega-navs a:not(:hover) {
    opacity: 0.5;
    /* Reduce opacity of non-hovered links */
}

/* Optional: Style for the Menu */
.mega-navs {
    list-style: none;
    /* Remove default list styling */
    padding: 0;
}

.mega-navs li {
    display: inline-block;
    /* Arrange items horizontally */
    margin-right: 20px;
    /* Space between links */
}

.mega-navs li.rotate-menu p {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.mega-navs a {
    position: relative;
}


/*.full-menu.active nav a {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/

/*.full-menu.active nav a:nth-child(1){ transition-delay: 0.4s; }*/
/*.full-menu.active nav a:nth-child(2){ transition-delay: 0.5s; }*/
/*.full-menu.active nav a:nth-child(3){ transition-delay: 0.6s; }*/
/*.full-menu.active nav a:nth-child(4){ transition-delay: 0.7s; }*/

.logo-megamenu img {
    width: 20% !important;
}

.mega-navs a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}

.mega-navs a:hover {
    transform: translateX(10px);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.mega-navs a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    position: relative;
}

.mega-navs a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.4s ease;
}

.mega-navs a:hover::after {
    width: 100%;
}

.mega-navs a {
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.mega-navs a:hover {
    transform: scale(1.05);
    opacity: 0.85;
}


/*===============================================================megamenu==================*/


.rotate-menu {
    display: inline-block;
    /* Make sure text stays inline */
    transform: rotate(-90deg);
    /* Rotate the text by 45 degrees */
    transition: transform 1s ease;
    /* Optional: smooth rotation */
    position: relative;
    top: 70px;
    left: -75px;
}

.rotate-menu p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.abt-header .mainnav ul li a {
    color: #000;
}

.abt-header .topbarnav a {
    color: #000 !important;
}

section.herosection video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.herosection .menudiv {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
}

section.herosection {
    position: relative;
    margin-top: -110px;
}

section.herosection .menudiv img {
    width: 50%;
    height: auto;
}

section.herosection .menudiv .topbarnav a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 2px;
}

section.herosection .menudiv .topbarnav a i {
    background: #1650b7;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    margin-right: 6px;
    color: #fff;
}

.mainnav ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    text-align: center;
}

.mainnav ul li {
    display: inline;
    margin-left: 30px;
}

.mainnav ul li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.featured-section {
    padding: 120px 0px 0px 0px;
    background: #fff;
}

.featured-section .featured-content {
    max-width: 700px;
    margin-left: 80px;
}

.featured-section .reveal-wrap {
    overflow: hidden;
    /* mask */
}

.featured-section .fw-title,
.featured-section .fw-text {
    transform: translateY(120%);
    will-change: transform;
}

.featured-section .fw-title {
    font-size: 48px;
    font-weight: 800;
}

.featured-section .fw-text {
    font-size: 20px;
    color: #111;
    margin-top: 12px;
}

.featured-section .fw-title,
.featured-section .fw-text {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}


.project-section {
    padding: 5% 0 6%;
    background: #fff;
}

.project-section .project-card {
    width: 100%;
    margin: auto;
    padding-right: 8%;
    position: relative;
    margin-bottom: 60px;
    perspective: 1200px;
}

/* GREY PLACEHOLDER */
.project-section .image-holder {
    background: #e5e5e5;
    border-radius: 0;
    overflow: hidden;



    /* 3D + smoothness */
    transform-origin: left center;
    transform-style: preserve-3d;
    will-change: transform;

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ buttery easing */
    transition:
        transform 0.5s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.5s cubic-bezier(.22, .61, .36, 1);

}


/* MASK */
.project-section .image-reveal {
    overflow: hidden;

}

/* IMAGE STARTS HIDDEN */
.project-section .image-reveal img {
    width: 100%;
    display: block;
    transform: translateY(120%);
    will-change: transform;
}

.project-section .project-card:hover .image-holder {
    transform: scale(.95) rotateY(-6deg);
}

/* TEXT */
.project-section .text-area {
    margin-top: 18px;
}

.project-section .reveal-wrap {
    overflow: hidden;
}

.project-section .project-title,
.project-section .project-type {
    transform: translateY(120%);
    will-change: transform;
}

.project-section .project-title {
    margin: auto;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: .02em;
    color: #000;
    text-align: center;
}

.project-section .project-type {
    font-size: 16px;
    color: #000000;
    margin-top: 0;
    font-weight: 500;
}

.project-section .project-card .text-area {

    /*  bottom: 40px;
    right: 0;
    z-index: 9;*/
}


.orangesection {
    position: relative;
    padding: 12% 0;
    background: transparent;
    /* main bg yahan se hata do */
    overflow: hidden;
}

/* animated background layer */
.orangesection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1650B7;
    transform: scaleX(var(--bg-scale, 0));
    transform-origin: left center;
    transition: none;
}

/* content upar rahe */
.orangesection .container {
    position: relative;
    z-index: 2;
}

section.orangesection.featured-section h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 40px;
}

section.orangesection.featured-section p {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6;
}




/* =========================
   WHAT WE DO ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ PINNED SECTION
========================= */

.whatwedo-pin {
    position: relative;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

/* Neutralize Bootstrap only for this section */
.whatwedo-pin .container,
.whatwedo-pin .row,
.whatwedo-pin .col-md-12 {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

/* Slides wrapper */
.whatwedo-pin .slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Each slide (stacked) */
.whatwedo-pin .slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
    gap: 120px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    align-items: center;
}

/* First slide visible */
.whatwedo-pin .slide:first-child {
    opacity: 1;
    pointer-events: auto;
}

/* Image */
.whatwedo-pin .slide-image {
    width: 360px;
    transform: rotate(28deg) scale(1);
    margin: 0 auto;
    position: relative;
    margin-top: -138px;
}

.whatwedo-pin .slide-image img {
    width: 320px;
    height: 650px;
    overflow: hidden;
    /* transform: rotate(30deg) scale(1); */
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* Text */
.whatwedo-pin .slide-text {
    position: relative;
    max-width: 100%;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.whatwedo-pin .slide-text h2 {
    font-size: 200px;
    font-weight: 700;
    margin-bottom: 0;
    color: #adb5bd;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 150px;
    line-height: 290px;
}

.whatwedo-pin .slide-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}


.whatwedo-pin .slides .cont {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 20%;
    text-align: left;
    left: 45%;
    margin: 0 auto;
    z-index: 9;
}

/* IMAGE FRAME (MASK) */
.whatwedo-pin .slide-image {
    width: 430px;
    height: 650px;
    overflow: hidden;
    position: relative;
}

/* IMAGE MOVES INSIDE */
.whatwedo-pin .slide-image-inner {
    width: 100%;
    height: 100%;
    will-change: transform;
}

.whatwedo-pin .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Paragraph mask */
.whatwedo-pin .cont {
    overflow: hidden;
}

/* Paragraph inner motion */
.whatwedo-pin .cont p {
    will-change: transform, opacity;
}

section.whatwedo-pin h3 {
    position: relative;
    text-align: left;
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 6px;
    top: 151px;
}


/*NEW CSS*/

.insight-section {
    padding: 6% 0 0;
    background: #fff;
}

.insight-section .featured-content {
    max-width: 600px;
    margin-left: 80px;
}

.insight-section .reveal-wrap {
    overflow: hidden;
    /* mask */
}

.insight-section .fw-title,
.insight-section .fw-text {
    transform: translateY(120%);
    will-change: transform;
}

.insight-section .fw-title {
    font-size: 48px;
    font-weight: 800;
}

.insight-section .fw-text {
    font-size: 16px;
    color: #555;
    margin-top: 12px;
}

.insight-section .fw-title,
.insight-section .fw-text {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}


.project-section-insight {
    background: #fff;
}

.project-section-insight .project-card-insight {
    width: 100%;
    margin: auto;
    padding-right: 8%;
    position: relative;
    margin-bottom: 99px;
    perspective: 1200px;
}

/* GREY PLACEHOLDER */
.project-section-insight .image-holder {
    background: #e5e5e5;
    border-radius: 0;
    overflow: hidden;



    /* 3D + smoothness */
    transform-origin: left center;
    transform-style: preserve-3d;
    will-change: transform;

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ buttery easing */
    transition:
        transform 0.5s cubic-bezier(.22, .61, .36, 1),
        box-shadow 0.5s cubic-bezier(.22, .61, .36, 1);

}


/* MASK */
.project-section-insight .image-reveal-insight {
    overflow: hidden;
}

/* IMAGE START HIDDEN */
.project-section-insight .image-reveal-insight img {
    width: 100%;
    display: block;
    transform: translateY(120%);
    will-change: transform;
}

.project-section-insight .project-card-insight:hover .image-holder {
    transform: scale(.95) rotateY(-6deg);
}

/* TEXT */
.project-section-insight .text-area {
    margin-top: 18px;
}

.project-section-insight .reveal-wrap {
    overflow: hidden;
}



.project-section-insight .project-title-insight {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: .15em;
    font-weight: 800;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.project-section-insight .project-type-insight {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #444;
    margin-top: 0;
    font-weight: 500;
}


footer .footer {
    background-color: #000;
    padding: 6% 0;
}

footer .footer img {
    width: 20%;
}

section.footer p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    max-width: 240px;
    margin: 30px 0 0;
    color: #fff;
}

section.footer .socialdiv {
    margin-top: 120px;
}

section.footer .socialdiv a i {
    color: #fff;
    margin-right: 16px;
    font-size: 20px;
}

section.footer h6 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}

section.footer .cont a {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    margin-bottom: 12px;
    /* line-height: 32px; */
    letter-spacing: .05em;
    color: #1650b7;
    /* text-decoration: underline !important; */
}

footer .footer .cont {
    margin-bottom: 90px;
}

footer .footer ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 14px;
}

footer .footer ul li {
    display: inline;
    margin-right: 25px;
    /* color: #9c9c9c; */
}

footer .footer ul li a {
    color: #9c9c9c;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .05em;
}

footer .footer h5 {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .05em;
}

/* ================= BASE BUTTON ================= */

.default-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 56px 18px 56px;
    background: #fff;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 2px;
}

/* GREY CIRCLE (BEHIND TEXT) */
.default-button .bg-circle {
    position: absolute;
    left: 24px;
    top: 50%;
    width: 48px;
    height: 48px;
    background: #ededed;
    border-radius: 50px;
    transform: translateY(-50%);

    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ IMPORTANT FIX */
    transform-origin: left center;
    transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);

    z-index: 0;
}

/* HOVER ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ONLY WIDTH STRETCH */
.default-button:hover .bg-circle {
    width: calc(100% - 48px);
}

/* TEXT */
.default-button .text {
    position: relative;
    z-index: 1;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

/* PLUS ICON */
.default-button .plus-icon {
    position: relative;
    z-index: 1;
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

.default-button .plus-icon::before,
.default-button .plus-icon::after {
    content: "";
    position: absolute;
    background: #000;
}

.default-button .plus-icon::before {
    width: 12px;
    height: 2px;
    top: 5px;
    left: 0;
}

.default-button .plus-icon::after {
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}


footer .footer ul li a:hover {
    color: #1650b7;
}

section.footer .socialdiv a i:hover {
    color: #1650b7;
}

.project-section .text-area h3 {
    color: #000000;
}

.project-section .reveal-wrap p {
    color: #609aff !important;
}

.home-featured-section .hm-feat {
    margin-left: 0;
}


/*==========================================index============================================*/

.herosection {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* ================= LOADER VIDEO ================= */
.loader-vvd {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-vvd video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================= HERO VIDEO ================= */
#heroVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    z-index: 5;
}

#heroVideo.show {
    opacity: 1;
    visibility: visible;
}

.vid-non {
    top: 20px;
    position: relative;
}

.desk-nnn img {
    width: 150% !important;
}

a.vid-non.logo-light img {
    filter: brightness(0) invert(1);
}

/* ================= MENU / HEADER ================= */
.menudiv {
    position: relative;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}

.menudiv.show {
    opacity: 1;
    visibility: visible;
}

.home-pg .logo-drk {
    display: none;
}

.light-logo-hide .logo-light {
    display: none;
}

.light-logo-hide .logo-drk {
    position: relative;
    top: 20px;
}

/*==========================================index============================================*/

/*==========================================footercss============================================*/

.footer-top {
    background-size: contain !important;
    padding: 60px 0;
    background-color: #1f1e1d;
}

.footer-bottom {
    background: #1f1e1d;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.footerleft figure img {
    width: 300px;
    margin: 15px 0 20px;
}

.footer-main p {
    color: #fff;
    font-size: 15px !important;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 0;
}

.footer-top h3 {
    padding-top: 22px;
    color: #ffffff;
    padding-bottom: 17px;
    font-size: 18px;
    margin-bottom: 6px;
}

.footer-top .linkinglist {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.footer-top .linkinglist li {
    padding: 5px 0;
}

.footer-top .linkinglist li a {
    color: #fff;
    font-family: 'Neue Plak Light', sans-serif;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 7px;
    font-size: 9px;
    color: #919bd3;
    vertical-align: middle;
}

.footer-bottom ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.footer-bottom ul {
    display: block;
    text-align: right;
    font-size: 9px;
    color: #919bd3;
    margin: 0;
}




/*==================================================about================================================*/

.abt-sec-1 {
    padding: 70px 0;
}

.abt-sec-1 img {
    width: 100%;
}

.abt-sec-1 .container-fluid {

    width: 60%;
}

.abbut-sec-3 h4 {
    font-size: 26px;
    line-height: 36px;
}

.page-header {
    overflow: hidden;
}

.page-header h2,
.page-header h1,
.page-header .description {
    opacity: 0;
    transform: translateY(40px);
}

.page-header {
    padding-bottom: 12%;
}

.head-image {
    position: relative;
    overflow: hidden;
}

.left-cover {
    position: absolute;
    inset: 0;
    background: #fff;
    /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ WHITE */
    transform-origin: left center;
    pointer-events: none;
}

.page-header {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 180px;
    align-items: end;
}

.circle {
    background: #f4f4f4;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.bg-white {
    padding-bottom: 200px;
}

.header-left {
    width: 50%;
}

.header-left h1 {
    font-size: 50px;
}

.abt-cnt {
    max-width: 70% !important;
}

.abt-cnt h2 {
    padding-left: 30px;
    font-size: 54px !important;
}

.padd-sec {
    padding: 250px 0px;
}

.featured-section .fw-text,
.featured-section .fw-title,
.featured-section .default-button {
    opacity: 0;
    transform: translateY(60px);
    /* neeche se start */
}

.shapingwrp {
    padding: 200px 0 0px 0px;
    background: #f9f9f9;
}

#sec-4 {
    position: relative !important;
}

/* ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ‚Âµ fixed circle */
#sec-4 .circle {
    position: absolute;
    right: 45%;
    top: 6%;
    width: 80px;
    height: 80px;
    background: #f4f4f4;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.3);
    z-index: 0;
    pointer-events: none;
}

/* jab section se bahar ho to hide */
#sec-4:not(.active-circle) .circle {
    opacity: 0;
}

.custom-cursor {
    width: 40px;
    height: 40px;
    border: 2px solid #d9d6d6;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    z-index: 9999;
}

body.circle-cursor-active {
    cursor: none;
}

body.circle-cursor-active .custom-cursor {
    opacity: 1;
}

/* ÃƒÂ°Ã…Â¸Ã¢â‚¬ÂÃ‚Â¥ hover grow */
.custom-cursor.hover {
    transform: translate(-50%, -50%) scale(1.6);
}




.stick-sec-new .main-heading {
    font-size: 72px;
}


.sticky .main-heading {
    opacity: 0;
    transform: translateY(40px);
}

.scrl-cont li {
    opacity: 0;
    transform: translateY(50px);
}

.sticky {
    position: sticky;
    top: 120px;
    /* header ke neeche gap */
    height: fit-content;
    z-index: 2;
}

.sticky {
    top: 55%;
    transform: translateY(-50%);
}

.main-heading {
    font-size: 69px;
    font-weight: 700;
    line-height: 1.1;
}

.scrl-cont {
    padding-top: 80px;
    /* heading se space */
}

.scrl-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scrl-cont li {
    margin-bottom: 120px;
    /* har item ke beech space */
}

.abt-slide h3 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}


.logos ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* center mein */
    gap: 100px;
    /* logos ke darmiyan space */
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
    /* ek hi line */
}

.logos li {
    flex: 0 0 auto;
}

.logos img {
    width: 160px;
    /* ÃƒÂ¢Ã…â€œÃ¢â‚¬Â¦ SAME WIDTH */
    height: auto;
    object-fit: contain;
    display: block;
}

.logos {
    margin-top: 100px;
}

.blu-sec {
    padding: 350px 0;
}

.customer-image img {
    width: 75%;
    position: relative;
    z-index: -1;
}

.customer-image img {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
}

.section-customers {
    padding: 200px 0;
}

.head-cnt {
    width: 72%;
}

.head-cnt h3 {
    font-size: 48px;
    margin-top: 0;
    margin-left: 210px;
    line-height: 58px;
}


.list {
    list-style: none;
    padding: 0;
    margin: 90px 0px 0px 210px;
}


/* har list item ko row bana do */
.list-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    /* image aur text ke darmiyan gap */
    margin-bottom: 80px;
}

/* LEFT: logo / image */
.logo-container {
    flex: 0 0 180px;
    /* fixed width left column */
}

.logo-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* RIGHT: content */
.quote-container {
    flex: 1;
    /* baqi saari width */
}

.quote-container p {
    margin-bottom: 12px;
}

.by {
    opacity: 0.7;
    font-size: 14px;
}

.list-item {
    opacity: 0;
    transform: translateY(40px);
}


.abt-dark-sec {
    background: #000;
    padding: 400px 0;
}

.digital-agency {
    color: #fff;
    width: 70%;
}

.digital-agency h3 {
    font-size: 60px;
}

.digital-agency p {
    letter-spacing: 10px;
}

.digital-agency h3 {
    font-size: 60px;
    margin: 50px 0px 0px 30px;
}

.digital-agency p,
.digital-agency h3 {
    opacity: 0;
    transform: translateY(40px);
}

.bluu-secs {
    position: relative;
    padding: 12% 0;
    background: transparent;
    overflow: hidden;
}

.bluu-secs::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1650B7;
    transform: scaleX(var(--bg-scale, 0));
    transform-origin: left center;
    transition: none;
}

.bluu-secs .reveal-wrap h6 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    letter-spacing: 10px;
}

.bluu-secs .reveal-wrap h2 {
    color: #fff;
    position: absolute;
    font-size: 54px;
    width: 37%;
}

.bluu-secs {
    padding: 12% 0;
}

.new-blu {
    padding: 22% 0 !important;
}

.abt-sec-1 .header-left h1 {
    font-size: 87px;
    line-height: 90px;
    letter-spacing: -3px;
    margin-left: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f4f4f4;
}


/*==================================================about================================================*/




/*==================================================work================================================*/


.wrk-secbanner {
    padding-bottom: 0;
}



/*==================================================work================================================*/


/*==================================================services================================================*/
.service-ban-peras {
    font-size: 30px !important;
    color: #555;
    letter-spacing: 0px !important;
}

.sec-2-main-service .featured-section .fw-title {
    font-size: 54px !important;
    font-weight: 800;
}


.services-banner p {
    font-size: 20px;
    color: #555;
    letter-spacing: 8px;
}

.services-banner h1 {
    margin-left: 20px;
    font-size: 72px;
}

.services-banner .header-left {
    width: 55%;
}

.animation .services {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 120px;
    grid-row-gap: 20px;

}

.services-container {
    display: flex;
    justify-content: flex-end;
    margin: 60px 0px 0px -150px;
}

.type-tab1 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .05em;
}

.services .type-tab1 a {
    color: #555;
}

.services .icon-plus {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    margin-left: 0px;
    z-index: 2;
    transition: opacity .85s var(--primary-ease);
    transform: translate3d(0, 3px, 0);
    top: 13px;
    right: -22px;
    width: 7px;
}

.services .icon-plus:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f84525;
}

.services .icon-plus:after {
    transform: rotate(90deg);
    transform-origin: center;
}

.services .icon-plus:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f84525;
}

.services li {
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
    /* Start from below */
    transition: opacity 0.5s, transform 0.5s ease;
}

.serv-logo-head {
    text-align: center;
}

.serv-logo-head h2 {
    font-size: 52px;
}


.service-logo-sec {
    background: #f4f4f4;
    padding: 6% 0 4%;
}

.logo-section {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.logo-grid {
    /*    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
   
    justify-items: center;
    align-items: center;
    row-gap: 50px;
    column-gap: 140px;*/
}

.logo-item img {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.logo-item {
    margin-bottom: 50px;
}

.logo-item img {
    width: 90%;
    height: auto;
    object-fit: contain;
    /* Make sure logos donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t get stretched */
}


.service-stike-sec {
    background: #1f1e1d !important;
    color: #fff !important;
}

.service-stike-sec .maindiv svg {
    width: 20% !important;
    margin-left: -40px;
}

.service-sec-customer .serv-customer h3 {
    font-size: 52px;
}

.service-sec-customer .serv-customer {
    width: 55%;
    position: relative;
    top: 0;
}



.service-sec-customer .customer-image img {
    width: 90%;
    position: relative;
    z-index: -1;
}

.service-sec-customer .img-right-cnt h3 {
    font-size: 30px;
}

.service-sec-customer .img-right-cnt p {
    font-size: 22px;
}

.img-right-cnt {
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
    /* Start from below */
    transition: opacity 0.5s, transform 0.5s ease;
}

.serv-customer h3 {
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
    /* Start from below */
    transition: opacity 0.5s, transform 0.5s ease;
}

.service-last-blue-sec h2 {
    position: relative !important;
    width: 100% !important;
    margin-left: 20px;
}

.service-last-blue-sec {
    padding: 12% 0 !important;
}

.serv-btn {
    background-color: transparent;
}


.abbut-sec-3 img {
    width: 100px;
    margin-bottom: 20px;
}


/*==================================================services================================================*/


/*==================================================contact================================================*/
.contact-pg {
    overflow-x: hidden;
}

.contact-section {
    padding: 120px 0;
}



.contact-form h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form p {
    margin-bottom: 30px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 20px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    height: 70px;
}

.contact-form input[type ="checkbox"] {
    height: inherit;
}

.contact-form textarea {
    min-height: 150px;
    height: 280px;
}

.contact-form button {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #1650B7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #1650B7;
}

.contact-image img {
    width: 100%;
    height: 950px;
    object-fit: cover;
    border-radius: 8px;
}

.contact-form h3 {
    font-size: 54px;
}

.contact-form p {
    font-size: 20px;
}


/* Styling the input fields and textarea */
form input,
form textarea {
    margin-bottom: 20px;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    background-color: #f2f2f2;
    /* Set background color */
}

/* Adding some hover and focus effects */
form input:focus,
form textarea:focus {
    border-color: #f84625;
    background-color: #ffffff;
    /* White background on focus */
    box-shadow: 0 0 5px rgba(248, 70, 37, 0.5);
    /* Optional glow effect */
}

form button {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #f84625;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #1650B7;
}



.contact-info {
    background-color: #f9f9f9;
    padding: 60px 0;
}



.contact-item h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: .02em;
}

.contact-item p {
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-item a {
    font-size: 16px;
    color: #1650B7;
    /* Orange color */
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-item {
    padding-left: 60px;
}





/*==================================================contact================================================*/

/*==================================================inner-services================================================*/

.inner-services-pg .abt-sec-1 {
    padding: 50px 0px;
}

.banner-img-serv-inner img {
    width: 100%;
}

.inner-banner-left {
    width: 100%;
    margin: 66px 0px 0px 35px;
}

.inner-banner-left h1 {
    font-size: 72px !important;
}

.inner-banner-left p {
    text-transform: uppercase;
}


.inner-services-pg .services-banner {
    overflow-x: hidden;
}

.serv-inr-bnr-dwn-content {
    margin: 0px 0px 0px 57px;
}

.inner-dwn-banr-cnt {
    padding: 150px 0;
}

.serv-inr-bnr-dwn-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: .02em;
    margin-bottom: 40px;
}

.serv-inr-bnr-dwn-content p {
    color: #111;
}

.inner-services-pg .services-banner {
    background: #f9f9f9 !important;
}

.inner-services-pg .header-desktop {
    background: #f9f9f9 !important;
}


.inner-dwn-banr-cnt {
    background: #f9f9f9 !important;
}

.inner-serv-sec3 {
    padding: 200px 0;
}

.inner-serv-sec3 .services {
    display: block;
    padding: 0;
}

.inner-serv-sec3 .services-container {
    display: unset;
    justify-content: flex-end;
    margin: 0px 0px 0px 0px;
}

.inner-serv-sec3 .services li {
    list-style-type: none;
    padding-bottom: 10px;
}

.services li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
}

.sidebar-cnt-dwn-lnk h4 {
    font-family: Neue Plak W01 Narrow Regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .16em;
}


.sidebar-cnt-dwn-lnk .related-list li a {
    color: #6f6f6f;
}

.sidebar-cnt-dwn-lnk .related-list li {
    list-style-type: none;
    padding-bottom: 10px;
    text-decoration: underline;
}

.sidebar-cnt-dwn-lnk .related-list {
    padding-left: 0;
}

.sidebar-cnt-dwn-lnk {
    margin-top: 200px;
    display: none;
}

.inner-serv-sec3 .services .icon-plus {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-left: 0px;
    z-index: 2;
    transition: opacity .85s var(--primary-ease);
    transform: translate3d(0, 3px, 0);
    top: 16px;
    /* right: -190px; */
}

.bar-cnt-right {
    margin-top: 180px;
}

.bar-cnt-right p {
    color: #111;
    margin-bottom: 45px;
}

.pad-lft {
    padding-left: 65px;
}





/*==================================================inner-services================================================*/



/*==================================================responsive===============================================*/





@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {

    .mainnav ul li a {
        font-size: 14px;
    }

    .topbarnav a {
        font-size: 13px !important;
    }

    .orangesection.featured-section {
        zoom: 70%;
    }

    .whatwedo-pin .slide-image-inner {
        width: 80% !important;
        height: 80% !important;
    }

    .whatwedo-pin .slide-image {
        margin-top: 170px !important;
    }

    .whatwedo-pin .slide-image img {
        width: 80% !important;
        height: 80% !important;
    }

    .whatwedo-pin .slides .cont {
        bottom: 200px;
    }

    section.whatwedo-pin h3 {
        z-index: 99 !important;
    }

    .whatwedo-pin .slide-text h2 {
        top: 180px !important;
        font-size: 150px !important;

    }

    section.orangesection.featured-section p {
        width: 100% !important;
    }

    .featured-section .featured-content {
        margin-left: 0px !important;
    }





}

@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.49),


(min-resolution: 120dpi) and (max-resolution: 143dpi) {

    .mainnav ul li a {
        font-size: 14px;
    }

    .topbarnav a {
        font-size: 13px !important;
    }

    .orangesection.featured-section {
        zoom: 80%;
    }

    html {
        overflow-x: hidden;
    }

    section.orangesection.featured-section p {
        width: 100% !important;
    }

    .featured-section .featured-content {
        margin-left: 0px !important;
    }









    .whatwedo-pin .slide-image-inner {
        width: 80% !important;
        height: 80% !important;
    }

    .whatwedo-pin .slide-image {
        margin-top: 170px !important;
    }

    .whatwedo-pin .slide-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .whatwedo-pin .slides .cont {
        bottom: 200px;
    }

    section.whatwedo-pin h3 {
        z-index: 99 !important;
    }

    .whatwedo-pin .slide-text h2 {
        top: 180px !important;
        font-size: 150px !important;

    }

}



@media only screen and (max-width: 768px) and (orientation: portrait) {
    
    section.packagewrp .col-md-4
    {
        max-width : 90%; 
    }
    
    .packagewrp .tabingwrp ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.packagewrp .tabingwrp ul {
    padding: 0;
    margin: 0;
}

    .project-section-insight .project-title-insight {
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0 20px;
    }

    .hm-bnr-sec-1 {
        height: 438px !important;
    }

    .hm-bnr-sec-1 #heroVideo {
        height: 438px;
        object-fit: contain;
        width: 100%;
    }

    .hm-bnr-sec-1 #loaderVideo {
        height: 350px;
        object-fit: contain;
        width: 100%;
    }

    .hm-bnr-sec-1 .loader-vvd {
        background: transparent;
        top: 0px;
    }


    .resp-hm-sec2 {
        padding: 0% 0 0;
        margin-top: -70px;
    }

    .logo-megamenu a img {
        width: 50% !important;
        margin-top: 20px;
    }

    .mega-navs a {
        font-size: 40px !important;
    }


    .full-menu nav {
        padding-left: 130px;
        gap: 0px;
        margin-top: -40px;
    }

    .full-menu nav a {
        line-height: 70px;
    }

    .header-left {
        width: 100%;
    }

    .abt-sec-1 .header-left h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .abt-sec-1 .page-header {
        display: block;
        padding-bottom: 80px;
    }

    br {
        display: none !important;
    }

    .abt-resp-img img {
        width: 100%;
    }

    .abt-sec-1 {
        padding-bottom: 120px;
    }

    .abt-resp-sec-2 {
        padding: 70px 0px;
    }

    .abt-cnt {
        max-width: 100% !important;
    }

    .abt-cnt h2 {
        font-size: 33px !important;
        line-height: 45px;
        padding-left: 0;
    }

    .abt-resp-sec-3 h2 {
        font-size: 50px !important;
    }

    .abt-resp-sec-3 .scrl-cont {
        padding-top: 0px;
    }

    .abt-resp-sec-3 .nmbrwrp h2 {
        font-size: 30px !important;
    }

    .abbut-sec-3 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .abbut-sec-3 li p {
        font-size: 18px !important;
    }

    .scrl-cont li {
        margin-bottom: 30px;
    }

    .abt-resp-sec-4 {
        padding: 60px 0 !important;
    }


    .abt-resp-sec-4 h3 {
        font-size: 40px !important;
        line-height: 50px;
    }

    .logos {
        margin-top: 30px;
    }


    .logos ul {
        display: grid;
        /* Use grid layout */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /* Automatically adjust the number of columns based on screen size */
        gap: 20px;
        /* Space between grid items */
        padding: 0;
        margin: 0;
        list-style: none;
        justify-items: center;
        /* Center items horizontally within each grid cell */
    }

    .logos li {
        text-align: center;
        /* Align content in the center of each grid item */
    }

    .logos img {
        max-width: 100%;
        /* Ensure images are responsive */
        height: auto;
        /* Maintain aspect ratio */
    }

    /* Center the last item */
    .logos li:last-child {
        justify-self: center;
        /* Ensure the last item is centered */
    }

    .abt-resp-sec-5 {
        padding: 100px 0;
    }

    .abt-resp-sec-5 .head-cnt {
        width: 100% !important;
    }

    .abt-resp-sec-5 .customer-image img {
        width: 100% !important;
        position: unset;
        z-index: unset;
    }

    .abt-resp-sec-5 .head-cnt h3 {
        font-size: 40px;
        margin-top: 10px;
        margin-left: 10px;
        line-height: 50px;
    }

    .abt-resp-sec-5 .list {
        list-style: none;
        padding: 0;
        margin: 60px 0px 0px 10px;
    }

    .abt-resp-sec-5 .list-item {
        display: block;
        margin-bottom: 0;
    }

    .abt-resp-sec-5 .logo-container img {
        max-width: 40%;
    }

    .abt-resp-sec-6 {
        padding: 60px 0;
    }

    .abt-resp-sec-6 .digital-agency {
        width: 100%;
    }

    .abt-resp-sec-6 .digital-agency h3 {
        font-size: 40px;
        margin: 30px 0px 0px 0px;
        line-height: 52px;
    }


    .abt-resp-sec-7 .reveal-wrap h2 {
        font-size: 40px;
        width: 100%;
        line-height: 52px;
    }

    .abt-resp-sec-7 {
        padding-bottom: 200px !important;
    }

    .serv-resp-sec-1 .header-left {
        width: 100%;
    }

    .serv-resp-sec-1 .resp-img img {
        width: 100% !important;
    }

    .serv-resp-sec-2 {
        padding: 60px 0;
    }

    .serv-resp-sec-2 .animation .services {
        display: grid;
        grid-template-columns: auto auto;
        grid-column-gap: 50px;
        grid-row-gap: 10px;
        padding-left: 10px;
    }

    .serv-resp-sec-2 .services-container {
        margin: 60px 0px 0px 0px;
    }

    .serv-resp-sec-2 .services .icon-plus {
        display: none;
    }

    .serv-resp-sec-3 .serv-logo-head h2 {
        font-size: 42px;
        line-height: 50px;
    }


    .logo-grid {
        row-gap: 10px;
        column-gap: 50px;
    }

    .serv-resp-sec-4 h2 {
        font-size: 50px !important;
    }

    .serv-resp-sec-4 .nmbrwrp h2 {
        font-size: 30px !important;
    }

    .serv-resp-sec-4 .maindiv svg {
        width: 20% !important;
        margin-left: 0px;
    }

    .serv-resp-sec-5 {
        padding: 60px 0 !important;
    }

    .serv-resp-sec-5 .serv-customer {
        width: 100%;
        position: relative;
        top: 0px;
    }

    .serv-resp-sec-5 .serv-customer h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .serv-resp-sec-5 .customer-image img {
        width: 100%;
        position: unset;
        z-index: 0;
    }

    .serv-resp-sec-5 .img-right-cnt p {
        font-size: 20px;
    }

    .serv-resp-sec-6 h2 {
        font-size: 40px !important;
        line-height: 52px;
        margin-left: 0;
    }


    .work-resp-sec-1 {
        padding-bottom: 20px;
    }

    .contact-resp-sec-1 {
        padding: 150px 10px 60px 10px;
    }

    .contact-resp-sec-1 .contact-form h3 {
        font-size: 40px;
        line-height: 52px;
    }

    .contact-resp-sec-1 .contact-form form {
        width: 100%;
    }

    .contact-resp-sec-1 .contact-image img {
        display: none;
    }

    .contact-resp-sec-2 .contact-item p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact-resp-sec-2 .contact-item a {
        font-size: 20px;
    }

    .contact-resp-sec-2 .contact-item {
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .inr-serv-resp-sec-1 .offset-2 {
        margin-left: 0;
    }

    .inr-serv-resp-sec-1 .header-left {
        width: 100%;
    }

    .inr-serv-resp-sec-1 .bnr-main-head h1 {
        font-size: 40px !important;
        line-height: 52px;
    }

    .inr-serv-resp-sec-2 {
        padding: 60px 0;
    }

    .inr-serv-resp-sec-2 .serv-inr-bnr-dwn-content {
        margin: 0px 0px 0px 0px;
    }

    .inr-serv-resp-sec-3 {
        padding: 60px 0;
    }

    .inr-serv-resp-sec-3 .pad-lft {
        padding-left: 25px;
    }

    .inr-serv-resp-sec-3 .sidebar-cnt-dwn-lnk {
        margin-top: 40px;
    }

    .inr-serv-resp-sec-3 .bar-cnt-right {
        margin-top: 20px;
    }

    .inr-serv-resp-sec-4 h2 {
        font-size: 40px !important;
    }


    .inr-serv-resp-sec-5 h2 {
        font-size: 40px !important;
        width: 100% !important;
        line-height: 52px;
        margin-left: 0;
    }

    .inr-serv-resp-sec-5 a {
        float: left;
    }








    .footer-main img {
        width: 40% !important;
    }

    .footer-main p {
        font-size: 20px !important;
    }

    .footer-main .mt-4.pt-4 {
        margin-top: 0 !important;
        padding-top: 0px !important;
    }

    .footer-top h3 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .footer-main p {
        font-size: 16px !important;
        line-height: 25px;
        text-align: left;
    }

    .footer-bottom ul {
        text-align: center;
    }

    .whatwedo-pin .slide-image {
        margin-top: -30px !important;
    }

    .whatwedo-pin .slide-text h2 {
        top: -240px !important;
        font-size: 94px !important;
    }

    .project-section-insight .project-type-insight {
        font-size: 18px;
        line-height: 30px;
    }

    .whatwedo-pin .slides .cont {
        bottom: -100px !important;
    }

    .whatwedo-pin .slide-text h2 {
        /*top: 0px !important;*/
        font-size: 90px !important;
        line-height: 200px;
    }

    .insight-section {
        padding: 0% 0 0;
        background: #fff;
    }

    .whatwedo-pin .slide-image img {
        width: 100% !important;
        height: 100% !important;
    }

    .herosection .mainnav {
        display: none;
    }

    .herosection .topbarnav {
        display: none;
    }


    .desk-nnn {
        display: none !important;
    }

    .herosection {
        margin-top: 60px;
    }

    .featured-section .featured-content {
        margin-left: 0;
    }

    .project-section .project-card {
        margin-bottom: 60px !important;
        padding: 0px !important;
    }

    .card-2 {
        margin-bottom: 0px !important;
    }

    .card-3 {
        margin-bottom: 140px !important;
    }

    .card-4 {
        margin-bottom: 0px !important;
    }


    .orangesection.featured-section p {
        font-size: 26px !important;
        font-weight: 600 !important;
        width: 95% !important;
        line-height: 1.3 !important;
    }

    section.orangesection.featured-section h6 {
        margin-left: 10px !important;
    }

    .whatwedo-pin .slides .cont {
        width: 100% !important;
        left: 7% !important;
        bottom: -100px !important;
    }

    .sld-img-1 {
        height: 290px !important;
        width: 200px !important;
        margin-top: 0px !important;
    }

    .sld-img-2 {
        height: 290px !important;
        width: 200px !important;
        margin-top: 0px !important;
    }

    .sld-img-3 {
        height: 290px !important;
        width: 200px !important;
        margin-top: 0px !important;
    }

    .insight-section .featured-content {
        margin-left: 0 !important;
    }


    .project-section-insight .project-card-insight {
        padding-right: 0% !important;
        margin-bottom: 20px !important;
    }


    .project-section-insight .project-type-insight {
        font-size: 18px !important;
        line-height: 28px !important;
    }

}


@media only screen and (max-width: 768px) {
    .featured-section .fw-title {
        font-size: 38px;
        line-height: 48px !important;
        font-weight: 800;
        margin: 0 !important;
    }

    .featured-section .fw-text {
        font-size: 18px !important;
        margin-top: 6px !important;
        margin-bottom: 0px !important;
    }

    .hamburger-circle {
        width: 38px;
        height: 38px;
    }

    .hamburger-circle span {
        width: 14px;
        height: 2px;
        margin: 1.5px 0;
    }
}