@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
       @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        header {
    transition: top 0.3s ease; 
}

.header-hidden {
    top: -100px;
}
        html, body{
            cursor: none;
            overflow-x: hidden;
        }
        html {
            scroll-behavior: smooth;
        }
        a{
            cursor: none !important;
        }
        body {
            font-family: "Plus Jakarta Sans", sans-serif;
            background-color: #000;
            color: #fff;
        }
        .cursor {
            position: absolute;
            top: 0;
            left: 0;
            pointer-events: none;
            z-index: 9999;
            mix-blend-mode: difference;
            transition: transform 0.1s ease-out;
        }
        .big-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: -16px;
    margin-left: -16px;
    transition: all 0.2s ease-out;
    pointer-events: none;
}

.small-circle {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -4px;
    margin-left: -4px;
    transition: all 0.05s ease-out;
    pointer-events: none;
} .cursor.big-circle {
            transition: all 0.2s ease-out;
        }
        
        .hover-effect {
            background-color: #fff;  
            border-color: #fff; 
        }

        .hover-effect {
            transform: scale(2);
            background-color: white;
            border-color: white;
            mix-blend-mode: difference;
        }

        header {
            position: fixed;
            z-index: 20;
            left: 0;
            top: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease-in-out;
        }

        .header-row {
            padding: 19px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            transition: padding 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, background 0.3s ease-in-out;
        }
        .sticky .header-row {
            padding: 10px 60px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
}
        .brand-logo img {
            height: 38px;
        }

        .menu-toggle {
            background: transparent;
            border: none;
            cursor: none;
            display: inline-block;
            padding: 20px;
        }

        .hamburger {
    position: relative;
    width: 30px; 
    height: 2px; 
    background-color: #fff; 
    transition: all 0.3s ease;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 30px; 
    height: 2px; 
    background-color: #fff; 
    transition: all 0.3s ease;
    left: 0px;
}
.menu-toggle:hover .big-circle {
    transform: scale(1.2, 0.8);
    border-color: #FF7C00;
}
.hamburger.close::before, .hamburger.close::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
    left: 0px;
}

.hamburger::before {
    top: -8px; 
}

.hamburger::after {
    top: 8px;
}

.close .hamburger {
    background-color: transparent; 
}

.close .hamburger::before {
    transform: rotate(45deg); 
    top: 0; 
}

.close .hamburger::after {
    transform: rotate(-45deg); 
    top: 0; 
}
        .close.hamburger::before,
        .close.hamburger::after {
            left: 50%;
            transform: translate(-50%) rotate(-450deg);
            background-color: white;
        }

        .close.hamburger {
            transform: rotate(45deg);
            background-color: white;
        }

        .fullpage-menu {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            display: none;
            z-index: 6;
            background-color: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(4.4px);
        }

        .fullpage-menu-inner {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 100px 60px;
            flex-direction: column;
            justify-content: center;
        }

        nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        nav li {
            margin-top: 20px;
        }

        nav li a {
    font-size: 45px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    transition: color 0.3s ease;
}

        .small-menu {
            display: flex;
            gap: 40px;
            margin-top: 50px;
        }

        .small-menu a:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 50%;
    height: 2px;
    background-color: #aaa;
    opacity: 0.5;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.small-menu a {
    font-size: 17px;
    color: #aaa;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -1px;
    cursor: pointer;
}

        .small-menu a:hover {
    color: #fff;
    transition: .1s cubic-bezier(0.3, 0.32, 0.25, 1);
}
.small-menu a:hover::before {
    width: 80%;
    opacity: 1;
}
        .header-nav-footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 60px;
}

        .social-links {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
}

ul.social-links li a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 31px;
    font-size: 20px;
    margin: 0 -2px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.social-links a {
    color: #ffffff;
    text-decoration: none;
}

        .social-links li {
            margin-right: 16px;
        }

        .social-links li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 26px;
            display: block;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            background-color: #fff;
            border-radius: 50%;
        }

        .social-links li a:hover {
            color: #FF7C00;
        }

        .social-links li:last-child {
            margin-left: auto;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 600;
        }
        ul.social-links li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}
ul.social-links li a i {
        position: relative;
        color: #262626;
        transition: .5s;
        z-index: 3;
        }
        
        ul.social-links li a:hover i {
        color: #fff;
        transform: rotateY(360deg);
        }
        
        ul.social-links li a:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f00;
        transition: .5s;
        z-index: 2;
        }
        
        ul.social-links li a:hover:before {
        top: 0;
        }
        
        ul.social-links li:nth-child(1) a:before{
        background: #3b5999;
        }
        
        ul.social-links li:nth-child(2) a:before{
        background: black;
        }
        
        ul.social-links li:nth-child(3) a:before {
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        }
        
        ul.social-links li:nth-child(4) a:before {
        background: #0077B5;
        }
        ul.social-links li a svg {
    width: 35px;
    height: 35px;
    color: #262626;
    transition: .5s;
    z-index: 3;
}
ul.socials-icons li a svg {
    width: 35px;
    height: 35px;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

ul.social-links li a:hover svg {
    color: #fff;
    fill: #fff;
    transform: rotateY(360deg); 
}
ul.socials-icons li a:hover svg {
    color: #fff;
    fill: #fff;
    transform: rotateY(360deg) !important;
}
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.mobile-outline{
    display: none !important;
}
@-webkit-keyframes shine {
        from {
        -webkit-mask-position: 150%;
        }
        
        to {
        -webkit-mask-position: -50%;
        }
        }
        @media (max-width: 768px) {
            .desktop-heading {
    display: none !important;
}
.desktop-outline{
    display: none !important;
}
.mobile-outline{
    display: block !important;
}

.mobile-heading {
    display: block !important;
}

    .video-container {
        height: 40vh;
    }
}

@media (max-width: 480px) {
    .video-container {
        height: 30vh;
    }
}
@media (max-width: 768px) {
    .content-section h1, .fly-in-text li {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .content-section h1, .fly-in-text li {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .slider-container {
        height: auto;
    }

    .slider {
        flex-direction: column;
    }

    button.prev, button.next {
        margin: 0 10px;
    }
}
@media (max-width: 768px) {
    .cta-section h2 {
        font-size: 1.8em;
    }

    .cta-section p {
        font-size: 0.8em;
    }

    .cta-input input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .cta-input .submit-btn {
        padding: 10px 20px;
    }
}


    .mobile-heading h1 {
    font-size: 2.1rem !important;
    line-height: 2.5rem !important;
    }
        
@media (max-width: 768px) {
    .content-section h1 {
        font-size: 28px;
    }

    .content-section {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .content-section h1 {
        font-size: 24px;
    }

    .content-section {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .cta-section h2 {
        font-size: 1.6em;
    }
    .cta-input {
    display: block !important;
}
.cta-background {
    max-width: 100% !important;
}
}


        @media screen and (max-width: 767px) {
            .cursor {
                display: none;
            }
            .header-row,
            .header-nav-footer {
                padding: 30px;
            }
        
            .fullpage-menu-inner {
                padding: 70px 30px;
            }
        
            nav li a {
                font-size: 30px;
            }
        
            .small-menu a {
                font-size: 14px;
            }
        
            .social-links li {
                font-size: 16px;
            }
            .video-container {
                width: 100%;
                height: 30vh !important;
            }
        }
          [data-hover] {
            position: relative;
        }

        [data-hover-bounds] {
            position: absolute;
            left: 0;
            top: 0;
            inset: 0;
        }

        [data-hover]:hover [data-hover-bounds] {
            transform: scale(4);
        }
         .video-container {
            margin-top: 95px; 
            width: 100%;
            height: 90vh; 
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .video-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        iframe {
            cursor: none !important;
        }
        

        .reveal-type {
            font-size: 48px;
            text-align: center;
            color: rgb(48 46 46);
            opacity: 1;
        }
      .content-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            overflow: hidden;
            padding-bottom: 87px;
            padding-top: 50px;
            
        }

        .content-section h1 {
            font-size: 40px;
            font-weight: 700;
            color: rgb(48 46 46);
            margin-bottom: 30px;
            z-index: 2;
            transition: color 0.5s ease;
        }
        .text-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000000c;
    pointer-events: none;
    z-index: 2;
}

#textBgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

      .text-section {
            position: relative;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.082);
            overflow: hidden;
        }

        .text-container {
            position: sticky;
            top: 0;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            z-index: 2;
        }

        .fly-in-text {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            max-width: 800px;
        }

        .fly-in-text li {
            font-size: 2.2em;
            opacity: 0;
            transform: translateY(50px);
            font-family: "Lato", sans-serif;
            margin: 0 4px;
            color: #f3f3f3;
        }

        .normal-size {
            font-size: 1.2em;
        }

        .starfield {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        #section2 {
    height: 40vh;
    color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 65px;
}

.heading-container {
    position: relative;
    text-align: center;
    width: 100%;
}

.textblob::before {
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 300%;
    background: radial-gradient(circle at center, #081455a8, transparent 70%);
    filter: blur(20px);
    z-index: -1;
    border-radius: 30%;
    pointer-events: none;
}


.outline-heading {
    font-size: 88px;
    font-weight: 800;
    color: rgb(255 255 255 / 1%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-text-stroke: 1px #efefef29;
}
.main-heading {
    font-size: 44px;
    font-weight: 800;
    color: white;
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, rgb(0 0 0 / 91%) 43%, rgb(0 0 0 / 17%) 100%);
    box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.5);
    transition: background 0.5s ease;
    top: 53px;

}
.bgsectionone {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  
  #bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity for desired effect */
    z-index: 0;
    pointer-events: none; /* Allows interaction with the video */
  }

  

.bg-video::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(187, 93, 5, 0.445), rgba(0, 0, 0, 0) 25%), 
                radial-gradient(circle at top right, rgba(187, 93, 5, 0.445), rgba(0, 0, 0, 0) 25%);
    z-index: 2;
    pointer-events: none;
    
    
}



.content-overlay {
  position: relative;
  z-index: 2; 
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; 
  text-align: center;
}

.content-section h1 {
    font-size: 41px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    z-index: 2;
    transition: color 0.5s ease;
    margin-top: 30px;
    letter-spacing: 1px;
}

.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    background: linear-gradient(0deg, rgb(40 44 52 / 44%) 0%, rgb(17 0 32 / 0%) 100%);
    border-radius: 11px;
    padding: 41px 70px;
    max-width: 72%;
    box-shadow: 0 7px 20px 5px #00000088;
    border: 1px solid #2e2f31c9;
    width: 72%;
}
.counter-section {
    position: relative;
    overflow: hidden; 
    transition: all 0.3s ease; 
}

.counter-section:hover {
    border: 1px solid #ffffff44;
    box-shadow: 0 7px 50px 10px #000000aa;
    transform: scale(1.015);
    filter: brightness(1.3);
}

.counter-section:hover::before {
    filter: brightness(0.5);
    top: -100%; 
    left: 100%;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -76%;
    width: 87%;
    height: 140%;
    transform: rotate(-45deg);
    box-shadow: 0 0 100px 40px #ffffff08;
    transition: 0.7s all;
    pointer-events: none;
}

.counter-container {
    display: flex;
    gap: 96px;
}
.counter-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 10px 20px;
}

.counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -63px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.counter {
    font-size: 45px;
    font-weight: bold;
    color: white;
    box-shadow: none;
    background: -webkit-linear-gradient(top, rgb(51, 51, 51), rgb(238, 238, 238)) text;
    -webkit-text-fill-color: transparent;
}
.counter-number {
    display: flex;
    align-items: center;
}

.counter-item p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    text-align: center;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    margin-left: 66px;
    letter-spacing: 1px;
}

span.sidetext {
    font-size: 45px;
    font-weight: 700;
    margin-left: 4px;
    color: white;
    box-shadow: none;
    background: -webkit-linear-gradient(top, rgb(51, 51, 51), rgb(238, 238, 238)) text;
    -webkit-text-fill-color: transparent;
}
.counter-item i {
    font-size: 53px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px; 
}
.counter-menu {
    display: flex;
    gap: 13px;
}
.counter-menu img {
    padding: 10px;
    width: 50px;
}
#bgVideo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; 
            z-index: -1;
            filter: brightness(1.0); 
        }
        #main {
            width: 100%;
            height: 100vh;
            position: sticky;
            top: 0;
            background-color: #000;
            overflow: hidden;
            background-image: url('assets/stadium.png'); 
            background-size: cover;
            background-position: center;
            transition: background-image 0.5s ease;
            box-shadow: 0 0 8px 5px #000000 inset;
        }
        #main {
    cursor: none;
}
.stripe {
    cursor: none;
}
        #circle {
            position: absolute;
            left: -50vh;
            top: 50%;
            width: 150vh;
            height: 150vh;
            border-radius: 50%;
            transform: translate(0%, -50%) rotate(30deg); 
            border: 2px solid #818184;
        }
        .stripe {
            display: flex;
            align-items: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(0, -50%);
            width: 100%;
            height: 100%;
            transform-origin: 0% 50%;
            opacity: 0.4;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }
        .active {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .stripe.active {
            opacity: 1 !important;
        }
        .stripe:not(.active) .sec h3,
        .stripe:not(.active) .sec h4 {
            visibility: hidden;
        }
        .str1 {
            transform: translate(0, -50%) rotate(-1deg);
        }
        .str2 {
            transform: translate(0, -50%) rotate(15deg);
        }
        .str3 {
            transform: translate(0, -50%) rotate(30deg);
        }
        .str4 {
            transform: translate(0, -50%) rotate(46deg);
        }
        .str5 {
            transform: translate(0, -50%) rotate(60deg);
        }
        .str6 {
            transform: translate(0, -50%) rotate(75deg);
        }
        .first {
            position: relative;
            width: 50%;
            height: 100%;
        }
        .sec {
            width: 50%;
            height: 100%;
            color: #fff;
            display: flex;
            align-items: center;
        }
        .sec h3 {
            font-size: 32px;
            font-weight: bold;
        }
        .sec h4 {
    font-size: 16px;
    font-weight: 100;
    margin-top: 5px;
    padding-top: 20px;
}
        .number-circle {
            font-size: 48px;
            color: #818184; 
            font-weight: bold;
            margin-right: 65px;
            margin-left: 15px;
            opacity: 0.5; 
            transition: opacity 0.3s ease, color 0.3s ease;
        }
        .stripe.active .number-circle {
            opacity: 1; 
            color: #fff;
        }
        .stripe:not(.active) .number-circle {
            color: #818184;
            opacity: 0.5; 
        }
        .smcircle {
            position: absolute;
            right: -0.30vw;
            top: 50%;
            transform: translate(0, -50%);
            border-radius: 50%;
            width: .5vw;
            height: .5vw;
            background-color: #ffffff;
        }
        .side-image {
            position: absolute;
            left: 8%;
            top: 50%;
            transform: translateY(-50%);
            width: 35%;
            height: 48%;
            background-size: contain;
            background-repeat: no-repeat;
            transition: background-image 0.5s ease;
        }
        .logomain-slider {
    height: 47vh;
    width: 100%;
    background-color: black;
}
.logoslider {
    background: #030303;
    height: 75pt;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}
.logoslider:after, .logoslider:before {
    background: linear-gradient(to right, #efeef200 0%, hsla(0, 0%, 100%, 0) 100%);
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logoslider:before {
    left: 0;
    top: 0;
}
.logoslider:after {
    right: 0;
    transform: rotateZ(180deg);
}

.logoslider:after, .logoslider:before {
    background: linear-gradient(to right, #efeef200 0%, hsla(0, 0%, 100%, 0) 100%);
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.logoslider .logoslide-track-1 {
    animation: scroll-l 60s linear infinite;
    display: flex;
    width: 3500px;
}
@keyframes scroll-l{
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-250px* 7));
}
}
.logoslider .logoslide {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}
.logoslider .logoslide img {
    width: 160px;
    vertical-align: middle;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    height: auto;
    filter: brightness(0.5) grayscale(100%);
}
.logoslider .logoslide-track-2 {
    animation: scroll-r 60s linear infinite;
    display: flex;
    width: 3500px;
}
.logoslider .logoslide img:hover {
    transform: scale(1.5);
}
@keyframes scroll-r{
  100% {
    transform: translateX(0);
}

0% {
    transform: translateX(calc(-250px* 7));
}
}
.slider-container {
  position: relative;
  max-width: 100%;
  height: 106vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('assets/casestudyimage.jpg') no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 8px 5px #000000 inset;
}
button.prev, button.next {
    cursor: pointer; 
    pointer-events: auto;
}
button {
    pointer-events: auto;
}
.navigation button {
    pointer-events: auto !important; 
}
.navigation {
    pointer-events: auto;
}
.content-wrapper h1 {
    text-align: center;
    font-family: 'Lato';
    font-size: 1.5rem;
}
.info-left p:nth-child(3) {
    margin: 56px 0;
}
.slider {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.5s ease;
    background: #0000005c;
}

.glass-effect {
    position: absolute;
    top: 7%;
    left: 7%;
    transform: translate(0, 0);
    background: rgb(46 49 59 / 73%);
    backdrop-filter: blur(1px);
    padding: 25px;
    border-radius: 10px;
    color: white;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 30px;
    margin: 0 auto;
    border: 1px solid #5a6071c2;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-section {
  display: flex;
}

.info-left {
  width: 20%;
}
.info-right p:nth-child(2) {
    margin: 34px 0;
}
.info-right {
    width: 70%;
    margin-top: 7px;
}
.info-img{
padding-top: 30px;
padding-left: 60px;
}

.info-left p {
  margin: 35px 0;
}

.info-right p {
  margin: 30px 0;
  color: #c3c0c0;
}
.info-left p{
    color: #E6E6E6;
}

.image-section {
  position: absolute;
  top: 10%;
  right: 5%;
}

.image-section img {
  width: 150px;
  height: auto;
  border-radius: 10px;
}

.testimonial {
  display: flex;
  align-items: center;
}

.testimonial img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.testimonial p {
  width: 52rem;
  text-align: center;
}
.testimonial span {
    font-size: 12px;
    margin-left: -33px;
}

.view-more {
    background: linear-gradient(45deg,#ffeb12, #ffeb12);
    color: black;
    border: none;
    padding: 26px 87px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 1em;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.view-more:hover {
  background-color: #FF9D00; 
}


.view-more a {
  color: black; 
  text-decoration: none; 
  font-weight: 550;
}
.navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

button {
  background-color: transparent;
  border: none;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
  outline: none;
}

button.prev {
  border-width: 16px 18px 16px 0;
  border-color: transparent white transparent transparent;
  margin-left: 20px;
}

button.next {
  border-width: 16px 0px 16px 20px;
  border-color: transparent transparent transparent white;
  margin-right: 20px;
}

button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .slider-container {
    height: 100vh;
  }

  .glass-effect {
    width: 95%;
    padding: 20px;
  }

  .slide {
    min-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .glass-effect {
    width: 90%;
    padding: 15px;
  }

  .view-more {
    padding: 12px 25px;
    font-size: 0.9em;
  }
}
.casestudy-img {
    width: 348px;
    height: 270px;
}
.cta-main {
    background: black;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 83px 0;
    position: relative;
}
.cta-background {
    background: black;
    max-width: 87%;
    border-radius: 18px;
    padding: 19px 20px;
    width: 92%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
    z-index: 1;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-top-color: #101010;
    border-bottom-color: #202020;
    border-left-color: #101010;
    border-right-color: #404040;
}

.cta-section {
    background: rgba(0, 0, 50, 0.8) url('assets/Yellowbg.png') no-repeat center center / cover;
    color: white;
    text-align: center;
    padding: 60px 20px;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 2px solid black;
}

.new-project {
    font-size: 1em;
    color: #00bfff;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-project::before, .new-project::after {
    content: "";
    height: 5px;
    width: 18px;
    background: linear-gradient(45deg, #f24f09, #f24f09);
    margin: 0 10px;
    border-radius: 20px;
}

.cta-section h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
    box-shadow: none;
    background: -webkit-linear-gradient(left, rgb(255 255 255), rgb(172, 169, 169)) text;
    -webkit-text-fill-color: transparent;
}
.cta-section p {
    margin-bottom: 30px;
    font-size: 0.8em;
    font-weight: 500;
    color: white;
}

.cta-input {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cta-section input[type="email"] {
    padding: 15px;
    width: 250px;
    border: none;
    border-radius: 13px;
    background-color: #ffffff30;
    color: white;
    font-size: 1.1em;
}

.cta-section input[type="email"]::placeholder {
    color: #aaa;
}

.submit-btn {
    background-color: #ffeb12;
    color: black;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.1em;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: none;
}
.cta-section input[type="email"] {
    padding: 15px;
    width: 350px;
    border: none;
    height: 46px;
    border-radius: 12px;
    margin-right: 4px;
    background-color: #ffffff30;
    color: white;
    font-size: 0.8em;
    border: 1px solid #ffffff36;
}
.cta-section input[type="email"]::placeholder {
  color: #aaa;
}

.cta-section .submit-btn {
    background-color: #ffeb12;
    color: black;
    border: none;
    padding: 14px 45px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s ease;
    width: fit-content;
    height: -webkit-fill-available;
    font-weight: 600;
}

.cta-section .submit-btn:hover {
    opacity: 0.9;
}
.horizontal-line {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2); 
    margin: 20px 0; 
}
.quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: auto;
}
.quote-icon img {
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 768px) {
            .content-section h1 {
                font-size: 30px;
            }

            .counter-section {
                flex-direction: column;
                padding: 15px;
            }

            .counter-container {
                flex-direction: column;
                gap: 30px;
            }

            .counter-item p {
                font-size: 16px;
            }

            .small-menu a {
                font-size: 14px;
            }

            nav li a {
                font-size: 28px;
            }

            .video-container {
                height: 40vh;
            }
            .fly-in-text {
    padding: 15px;
}
.fly-in-text li {
    font-size: 28px;
    margin: 0 5px;
}
.slider-container {
    height: 144vh;
}
.info-section {
    display: block;
}
.info-left {
    width: 20%;
}
.info-left p {
    margin: 0px 0;
}
.info-right {
    width: -webkit-fill-available;
}
.info-img {
    padding-top: 0px;
    padding-left: 0px;
}
.casestudy-img {
    width: -webkit-fill-available;
}
    

            .video-container iframe {
                padding: 0px;
            }

            .cta-section {
                width: 100%;
                padding: 50px 20px;
            }

            .cta-section h2 {
                font-size: 2em;
            }

            .cta-section input[type="email"] {
                width: 100%;
                margin-bottom: 15px;
            }

            .cta-section .submit-btn {
                padding: 10px 30px;
            }
            .navigation {
    display: none;
}
        }
        @media (max-width: 480px) {
    .header-row {
        padding: 10px;
    }

    .brand-logo img {
        height: 24px;
    }
}
        @media only screen and (max-width: 480px) {
            .content-section h1 {
                font-size: 24px;
            }

            .counter-section {
                padding: 15px;
            }

            .counter-container {
                gap: 20px;
            }

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

            .cta-section h2 {
                font-size: 1.8em;
            }
        }
.sec h3 {
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
   padding-top: 64px;
}


.sec {
    max-width: 300px;
}

.sec div {
    align-items: center;
    gap: 10px; 
}
.resptimeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    display: none;
  }
  .resptimeline-item {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .resptimeline-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .resptimeline-item h3 {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 8px;
  }
  .resptimeline-item p {
    font-size: 0.95em;
    color: #fff;
  }
  .resptimeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #151caf;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .resptimeline-item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #151caf;
    border-radius: 50%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  @media (max-width: 768px) {
    .header-row {
        padding: 15px;
    }
    .menu-toggle {
        padding: 10px;
        margin-right: 35px;
    }

    .brand-logo img {
        height: 28px;
    }
    #main {
    display: none;
}
.resptimeline {
        padding-left: 23px;
        display: block !important;
        padding-right: 11px;
        background: url(assets/stadium.png);
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-size: cover;
    }
    .resptimeline-item {
        margin-left: 10px;
        background: rgb(255 255 255 / 5%);
        backdrop-filter: blur(4px);
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    .resptimeline::after {
      left: 17px;
    }
    .resptimeline-item::before {
      left: 20px;
      transform: none;
    }
  }
  .procards-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 1.5rem;
      padding: 2rem;
    }
    .proplay-button {
    cursor: pointer;
    pointer-events: auto;
}
.promodal-overlay {
    cursor: auto;
}

    .pronft {
        position: relative;
  user-select: none;
  width: 100%; 
  max-width: 320px; 
  border: 1px solid #ffffff22;
  background-color: #282c34;
  background: linear-gradient(0deg, rgba(40, 44, 52, 1) 0%, rgba(17, 0, 32, 0.5) 100%);
  box-shadow: 0 7px 20px 5px #00000088;
  border-radius: 0.7rem;
  backdrop-filter: blur(7px);
  overflow: hidden;
  transition: 0.3s all;
    }

    .pronft::before {
  position: fixed;
  content: "";
  box-shadow: 0 0 100px 40px #ffffff08;
  top: -10%;
  left: -100%;
  transform: rotate(-45deg);
  height: 60rem;
  transition: 0.7s all;
}

.pronft:hover {
  border: 1px solid #ffffff44;
  box-shadow: 0 7px 50px 10px #000000aa;
  transform: scale(1.05); 
  filter: brightness(1.3);
}

.pronft .proimage-container {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}

.pronft:hover::before {
  filter: brightness(0.5);
  top: -100%;
  left: 200%;
}

    .pronft .proimage-container {
      position: relative;
      width: 100%;
      height: 250px;
      border-radius: 0.5rem;
      overflow: hidden;
      cursor: pointer;
    }

    .pronft .proimage-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0.5rem;
    }

    .proplay-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .proplay-button::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-left: 15px solid white;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      margin-left: 5px;
    }

    .promodal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .promodal-overlay.active {
      display: flex;
    }

    .promodal-content {
      position: relative;
      width: 90%;
      max-width: 900px;
      height: auto;
      aspect-ratio: 16 / 9;
    }

    .promodal-content iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 0.5rem;
    }

    .proclose-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 2rem;
      color: white;
      cursor: pointer;
      z-index: 1;
      background-color: transparent;
    border: none;
    }

    .pronft hr {
      width: 100%;
      border: none;
      border-bottom: 1px solid #88888855;
      margin-top: 0;
    }

    .pronft .promain {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 1rem;
    }

    .promain h2 {
    margin-top: 0.2rem;
    font-size: 1rem;
}

    .pronft .promain .prodescription {
      margin: 0.5rem 0;
      color: #a89ec9;
    }
    @media (min-width: 768px) {
      .pronft {
        flex: 1 1 calc(50% - 1.5rem);
      }
    }

    @media (min-width: 1024px) {
      .pronft {
        flex: 1 1 calc(33.33% - 1.5rem);
      }
    }

    @media only screen and (max-width: 768px) {
        .slider-container {
          display: none; 
        }
      }

      .mobile-slider-container-unique {
    display: none;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background: url(assets/casestudymob.png) no-repeat center center fixed;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .mobile-slider-container-unique {
        display: block;
    }
}

.mobile-slider-unique {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; 
}

.mobile-slide-unique {
    min-width: 98%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-size: cover;
    padding: 15px;
    background-color: #141414;
    width: 95%;
    max-width: 97.5%;
}

.mobile-casestudy-img-unique {
    width: 100%; 
    height: auto; 
    max-width: 600px; 
    margin-bottom: 10px;
    display: block; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.mobile-slide-unique {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: linear-gradient(45deg, #31313096, #30323edb);
    margin: 5px;
    border-radius: 19px;
}
.navigation-unique {
    position: absolute;
    bottom: 15px; 
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.navigation-unique .dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%; 
    cursor: pointer;
    transition: background 0.3s ease;
}

.navigation-unique .dot.active {
    background: rgba(255, 255, 255, 1); 
}

.navigation-unique .dot:hover {
    background: rgba(255, 255, 255, 1);
}


.view-more-mobile {
    background: linear-gradient(45deg, #033bb2, #13a0ef);
    color: white;
    border: none;
    padding: 13px 68px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    padding-bottom: 30px;
    padding-left: 61px;
}
.view-more-mobile:hover {
    background: linear-gradient(45deg, #02297d, #0d87c3); 
    transform: translateY(-3px); 
}

.view-more-mobile a {
    color: white;
    text-decoration: none;
    margin-left: -33px;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.mobile-heading {
    display: none;
}
.mobile-outline .outline-heading {
    font-size: 3.2rem;
}
.mobile-outline .main-heading {
    font-size: 2.6rem;
    top: 2rem;
}
section.mobile-outline {
    height: 26vh !important;
}
@media (max-width: 500px){
    .brand-logo a img:nth-child(1) {
    height: 42px !important;
}
}

.footer {
    background-color: #000000;
    color: #fff;
    padding: 40px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: 10px;
    margin-bottom: 40px;
}

.footer-left {
    flex: 1 1 150px;
}

.footer-links, .footer-newsletter {
    flex: 1 1 150px;
    min-width: 180px;
    text-align: center;
}

.footer-newsletter {
    flex: 3 1 300px;
}

.footer-left p {
    color: #A9A9A9;
    font-size: 11px;
    font-weight: 400;
    margin-top: 5px;
}

.footer-links h3, .footer-newsletter h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #A9A9A9;
    text-decoration: none;
    font-size: 13px;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-newsletter form {
    display: flex;
    margin-bottom: 15px;
}

.footer-newsletter input[type="email"] {
    padding: 15px;
    border: 1px solid #696969; 
    background-color: transparent;
    border-radius: 30px;
    margin-right: 10px;
    flex: 1;
    color: grey;
}

.footer-newsletter button {
    padding: 15px 25px;
    background-color: #ffeb12;
    border: none;
    color: black;
    border-radius: 30px;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    font-weight: 600;
}
.footer-newsletter button:hover {
    background-color: #ffeb12;
}

.footer-newsletter p {
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.footersocial-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
    margin-left: 11px;
}

.footersocial-icons a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-links-bottom a {
    color: #A9A9A9;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links-bottom a:hover {
    text-decoration: underline;
}

.footer-large-text {
    text-align: center;
    font-size: 17em;
    font-weight: bold;
    margin: -40px 0 0 0;
    line-height: 1;
    background: -webkit-linear-gradient(#1A1A1A, #262626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.6;
    margin-bottom: -18px;
}
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-newsletter form {
        flex-direction: column;
    }

    .footer-newsletter input[type="email"],
    .footer-newsletter button {
        border-radius: 5px;
        margin: 5px 0;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}
.footersocial-icons .social-links li {
    opacity: 1 !important;
    transform: translate(0px, 18%) !important;
}
.footersocial-icons .social-links li a i {
    color: #9f9f9f;
}
.footersocial-icons .social-links li a {
    background: transparent;
    border: 1px solid #919191;
}
.footersocial-icons ul.social-links li a svg path {
    fill: #9f9f9f;
}

/* .big-word-footer{
    -webkit-text-stroke: 1.3px #f3590b;
} */
