@keyframes blink {
    50% {
        opacity: 0.4;
    }
}
.banner {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
    display: flex;
    align-items: center;
}
 #background-image,
#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#background-video {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#background-image {
  transition: opacity 0.4s ease;
}

    .page-header-home {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 20px 0;
        z-index: 120;
    }

    .page-header-home.is-sticky {
        position: fixed;
        background: #000;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-animation: slideDown 0.35s ease-out;
        animation: slideDown 0.35s ease-out;
    }

    .page-header-home.is-sticky img {
        max-width: 80%;
    }

    .page-header-home.is-sticky button {
        font-size: 14px;
        padding: 7px 10px;
    }

    .menu {
        position: fixed;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        z-index: 10;
        display: none;
        top: 0rem;
        left: -17rem;
        width: 100%;
        height: 100%;
        color: #fff;
        background: #000;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
        transition: all 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    }

    .burger {
        top: 1.75rem;
        left: 2rem;
        z-index: 9;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
        display: none;
    }

    .burger-close {
        /*position: absolute;*/
        /*  right: 30px;*/
        /*  top: 30px;*/
        display: none;
    }

    .burger.active {
        left: 14rem;
    }

    .burger.active .burger-open {
        display: none;
    }

    .burger.active .burger-close {
        display: block;
    }

    .menu.active {
        left: 0;
        display: block;
    }

    svg {
        fill: #fff;
    }
 .modal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 1056;
        opacity: 1;
    }

    .carousel-indicators [data-bs-target] {
        border: 2px solid #83298B !important;
		width:8px !important;
		height:8px !important;
    }

    .carousel-indicators .active {
        background-color: #83298B !important;
    }
#services,
#years,
#industries,
#clients{
    font-variant-numeric: tabular-nums;
}

.gredaint-text h3{
    display: inline-block;
    min-width: 306px;   /* Start with 140px */
    text-align: center;
}
    @media only screen and (max-width: 768px) {
        .nav-link {
            font-size: 20px;
            line-height: 25px;
        }

        .navbar-nav .dropdown-menu {
            position: static;
            width: 100% !important;
            height: 200px !important;
            position: inherit !important;
            transform: inherit !important;
        }

        .page-header-home.is-sticky {
            position: fixed;
            background: #000;
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
            padding: 8px 0;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            -webkit-animation: slideDown 0.35s ease-out;
            animation: slideDown 0.35s ease-out;
            display: none !important;
        }

        .burger {
            top: 1.75rem;
            left: 2rem;
            z-index: 9;
            cursor: pointer;
            border: none;
            outline: none;
            background: none;
            transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
            display: block;
        }

       /* #background-video {
            display: none;
           
        }*/

       /* .mega-ul {

            padding: 35px;
            font-size: 16px;
        }*/
    }
/* Tablet */

    @media only screen and (max-width: 1024px) {
        .business-btn button {

            padding: 13px 13px;

            margin-left: 31px;
        }

        header .nav-link {
            padding: 4px 15px !important;
        }
 .banner {
        height: 70vh ;
        min-height: 500px;
    }

    #background-image,
    #background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .page-header-home {
        padding: 15px 0;
    }

    .page-header-home.is-sticky img {
        max-width: 70%;
    }
    }

    @media (min-width: 1025px) and (max-width: 1440px) {
        .business-btn button {

            padding: 9px 22px;
        }

    }
	 @media only screen and (max-width: 426px) {
	.gredaint-text h3 {
        font-size: 70px !important;
    min-width: 408px;
	}
     .banner {
        height: 35vh !important;
        min-height: 293px;
    }
    .navbar-brand .logo {
    width: 104px !important;
    filter: brightness(0) invert(1);
}
	 }



/* @media only screen and (max-width: 426px) {
        .gredaint-text h5 {
            font-size: 70px !important;
            min-width: 408px;
        }
    } */
/* =========================================
   Feature Section
========================================= */

.content-feature-layout {
    align-items: stretch;
}


/* =========================================
   LEFT SIDE - 3 CARDS
========================================= */

.feature-card {
    position: relative;
    width: 100%;
    height: 194px;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 4px;
}

.feature-card:last-child {
    margin-bottom: 0;
}

.feature-card-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.feature-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.feature-card-content {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 38px;
    z-index: 2;
}

.feature-card-heading p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.feature-card-heading span {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 13px;
}

.feature-card-title {
    display: -webkit-box;
    margin-top: 8px;
    max-width: 90%;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.feature-card-link {
    position: absolute;
    left: 25px;
    bottom: 12px;
    z-index: 3;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.feature-card-link i {
    margin-left: 5px;
    font-size: 10px;
}


/* =========================================
   RIGHT SIDE - VIDEO
========================================= */
.feature-video-box { height: 614px; padding-left: 20px; display: flex; flex-direction: column; }
 .feature-video-heading { margin-bottom: 15px; } 
 .feature-video-heading p { margin: 0; font-size: 24px; font-weight: 600; } 
 .feature-video-heading span { display: block; margin-top: 3px; font-size: 14px; color: #777; } 
 .feature-video video { width: 100%; height: 100%; display: block; object-fit: contain; } 
.feature-video { width: 100%; max-width: 350px; margin-left: auto; }


.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
}

.feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Shorts wrapper */
.youtube-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    /* max-height: 520px;  */
    max-height: 614px;
    border-radius: 12px;
    overflow: hidden;
}

/* Thumbnail & iframe */
.youtube-thumb,
#youtube-player,
#youtube-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.youtube-thumb {
    object-fit: cover;
}

#youtube-player iframe {
    border: 0;
}

/* Play button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #812377;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn span {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-left: 3px;
}

/* .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #812377;
    cursor: pointer;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn span {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-left: 3px; 
} */


.marquee-item img {
    object-fit: cover;
    object-fit: cover;
}

:root {
    --total-marquee-items: 4;
}

.marquee-wrapper h3 {

    font-size: 35px;
    margin-bottom: 30px;
    border-bottom: 4px solid #ed1a2e;
    width: fit-content;
    padding-bottom: 10px;
    text-align: center;
}

.marquee-wrapper .container {
    overflow: hidden;
    position: relative;
}

.marquee-inner {
    display: flex;
    align-items: center;
    width: calc(300px * var(--total-marquee-items) * 2);
    animation: 20s linear infinite marqueeLeft;
}

.marquee-item {
    width: 230px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    box-sizing: border-box;
    transition: 0.2s ease-out;
}

.marquee-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.marquee-inner span {
    display: inline-flex;
    width: 100%;
}

.marquee-wrapper .marquee-inner.to-right {
    animation: 20s linear infinite marqueeRight;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* media query */
/* @media only screen and (max-width: 1024px) {
    .business-btn button {

        padding: 13px 13px;

        margin-left: 31px;
    }

    header .nav-link {
        padding: 4px 15px !important;
    }

} */

/* @media (min-width: 1025px) and (max-width: 1440px) {
    .business-btn button {

        padding: 9px 22px;
    }

} */

@media only screen and (max-width: 768px) {
    /* .nav-link {
        font-size: 20px;
        line-height: 25px;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100% !important;
        height: 200px !important;
        position: inherit !important;
        transform: inherit !important;
    }

    .page-header-home.is-sticky {
        position: fixed;
        background: #000;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        -webkit-animation: slideDown 0.35s ease-out;
        animation: slideDown 0.35s ease-out;
        display: none !important;
    }

    .burger {
        top: 1.75rem;
        left: 2rem;
        z-index: 9;
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
        display: block;
    } */

    .marquee-inner {
        width: calc(300px * var(--total-marquee-items) * 2);
        animation: 25s linear infinite marqueeLeft;
    }

    .marquee-item {
        width: 300px;
        margin: 0 15px;
    }

    .marquee-wrapper .marquee-inner.to-right {
        display: none;
    }
    .feature-video-box { padding-left: 0; align-items: center; } 
    .feature-video { margin-left: 0; margin-right: 0; }
}

@media (max-width: 480px) {
    .marquee-inner {
        width: calc(350px * var(--total-marquee-items));
        animation: 10s linear infinite marqueeLeft;
    }

    .marquee-item img {
        width: 100px;
    }

    .marquee-wrapper .marquee-inner.to-left .second-slide,
    .marquee-wrapper .marquee-inner.to-right {
        display: none;
    }
}