.heliware-logo {
    width: 150px;
    height: auto;
}

.liquid-Btn {
    border-radius: 86px;
    background: var(--linear, linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.47) 100%));
    backdrop-filter: blur(62px);
    padding: 7px 15px 7px 15px;
    border: none;
}

.content-text {
    position: absolute;
    top: 63%;
    left: 32.5%;
    transform: translate(-50%, -50%);
    height: 160px;
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;

}

.content__container {
    font-weight: 900;
    overflow: hidden;
    height: 47px !important;
}

.content__container:before {
    left: 0;
}

.content__container:after {
    position: absolute;
    right: 0;
}

.content__container:after,
.content__container:before {
    position: absolute;
    top: 0;
    font-size: 42px;
    line-height: 40px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.content__container__text {
    display: inline;
    float: left;
    margin: 0;
}

.content__container__list {
    margin-top: 0;
    padding-left: 0px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.content__container__list__item {
    line-height: 47px !important;
    margin: 0;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

.mian-logo>span {
    font-size: 1.35em;
}

.main-header {
    z-index: 999999999999999999999999;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.00);
    backdrop-filter: blur(264px);
    padding: 7px 8px 10px 8px;
    position: fixed;
}

hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.explore-btn {
    padding: 15px 30px;
    border-radius: 12px;
    background: #000;
    cursor: pointer;
}

.explore-btn-color {
    background: linear-gradient(211deg, #FFF 0%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.carousel-caption {
    top: 35%;
    transform: translate(0, -50%);
    bottom: auto;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
}

.carousel-item.active .carousel-caption {
    animation: widthSlide 2.5s 1;
    opacity: 1;
    z-index: 999;
    width: 100%;
}

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.carousel-caption h5 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    /* -webkit-text-stroke: 2px #bacdff; */
    color: #000000;
    position: relative;
    width: fit-content;
    margin-top: 100px;
    padding-right: 10px;
}

.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    bottom: -20px;
    opacity: 1;
}

.carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}

@keyframes titleCover {
    0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }

    95% {
        left: 0;
        right: 0;
        width: 10%;
    }

    100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}

.carousel-item>img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}

.carousel-item.active>img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(4);
    }
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.carousel-caption * {
    white-space: nowrap;
}

.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: none;
}

li.nav-item>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #BACDFF;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;

}

li.nav-item>a.active:after,
li.nav-item>a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

li.nav-item>a {
    position: relative;
}


@media screen and (max-width: 991px) {
    .carousel-caption h5 {
        font-size: 2em;
    }

    .carousel-caption p {
        font-size: 0.8em;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 767px) {

    .carousel-caption h5 {
        font-size: 2.5em;
    }

    .carousel-caption p {
        font-size: 1.1em;
        font-weight: 600;
    }

    .carousel-item img {
        height: 80vh;
    }

    .mian-logo>span {
        font-size: 1em;
    }

    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-caption h5 {
        font-size: 2em;
    }

    .carousel-item img {
        height: 60vh;
    }

    .carousel-caption p {
        font-size: 1em;
        font-weight: 600;
    }

    .carousel-caption {
        width: 100%;
        opacity: 0;
    }

    .carousel-item.active .carousel-caption {
        animation: sample 2.5s 1;
        opacity: 1;
    }

    .carousel-caption * {
        white-space: unset;
    }

    @keyframes sample {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .carousel-caption h5 {}

    hr.border-light {
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .carousel-caption h5 {
        font-size: 0.8em !important;
        margin-left: 20px;
    }

    .carousel-caption p {
        font-size: 0.6em;
        font-weight: 900;
        margin-left: 20px;
    }

    .carousel-item img {
        height: 50vh !important;
    }

    .carousel-inner {
        height: 50vh;
    }

    .carousel-caption {
        top: 28% !important;
    }

    .counter-words {
        font-size: 7px;
    }
}

.modal-content {
    background: transparent;
    border: none;
    align-items: center;
    margin-top: 300px;
}

.modal-body {
    border-radius: 52px;
    border: 1px solid #403F3F;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0.38) 0%, rgba(21, 21, 21, 0.38) 100%);
    backdrop-filter: blur(234.5px);
    width: 700px;
}


.cancel-btn {
    border: none;
    background: transparent;
}


.section-3 {
    background: var(--linear, linear-gradient(90deg, #151515 0%, #0F1820 100%));
    backdrop-filter: blur(69px);
}

logo-slider {
    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: flex;
}


logo-slider div {
    display: flex;
    position: relative;
    animation: marquee 80s linear infinite;
    justify-content: space-around;
    transform: rotate(90);
}

logo-slider img {
    display: block;
    margin: 0 1vw;
}

logo-slider:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}


@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.DRDO {
    height: 50px;
    width: auto;
}

.amazon {
    width: auto;
    height: 50px;
}

.azure {
    height: 50px;
    width: auto;
}

.syook {
    height: 50px;
    width: auto;
}

.sgurrenergy {
    height: 50px;
    width: auto;
}

.skylark {
    height: 50px;
    width: auto;
}

.lt {
    height: 46px;
    width: 50px;
}

.eden {
    height: 50px;
    width: auto;
}

.hero {
    height: 50px;
    width: auto;
}

.jsharp {
    height: 50px;
    width: auto;
}

.kalpataru {
    height: 50px;
    width: auto;
}

.nasscom {
    height: 50px;
    width: auto;
}

.maruti {
    height: 50px;
    width: auto;
}

.xynteo {
    height: 50px;
    width: auto;
}

.renew {
    height: 50px;
    width: auto;
}

.atom {
    height: 50px;
    width: 60px;
}

.radico {
    height: 50px;
    width: auto;
}

.section-4 {
    background: var(--linear, linear-gradient(90deg, #151515 0%, #0F1820 100%));
    backdrop-filter: blur(69px);
}

.ln-gradient {
    mix-blend-mode: screen;
    background-image: url('../assets/images/rect_48.webp');
    height: 100%;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
}

.Empower {
    font-weight: 750;
    font-size: 22px;
    padding: 0px;
    font-family: Inter;
    font-style: normal;
}

.first-section {
    display: flex;
    /* padding: 35px; */
    justify-content: center;
}

.second-section {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.third-section {
    display: flex;
    padding: 20px;
    justify-content: center;
    margin-top: 7px;
}

.card-product-1 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_30.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
    /* padding: 20px; */
}

.image-btn {
    width: 300px;
    height: auto;
    padding: 30px;
}

.card-product-2 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/Rectangle\ 31.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-3 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_32.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-4 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_33.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-5 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_34.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-6 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_35.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-7 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_36.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-8 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/html-system-website-concept.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-9 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/rect_38.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.card-product-10 {
    width: 250px;
    height: 150px;
    background-image: url('../assets/images/Rectangle\ 31-02-02.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.product-footer {
    border-radius: 0px 0px 6px 6px;
    background: linear-gradient(180deg, rgb(34 46 92 / 51%) 0%, rgb(1 1 18) 99.99%, rgba(34, 34, 34, 0.15) 100%);
    backdrop-filter: blur(57.5px);
    height: 46px;
    margin-top: 100px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    transition: 0.5s;
}

.product-footer:hover {
    height: 147px;
    margin-top: 0px;
    padding-top: 65px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(34 46 92 / 51%) 0%, rgb(1 1 18) 99.99%, rgba(34, 34, 34, 0.15) 100%);
    backdrop-filter: blur(57.5px);
}

@media (max-width:1200px) {
    .first-section {
        padding: 15px;
        gap: 25px;
    }

    .second-section {
        padding: 15px !important;
        gap: 25px;
        justify-content: center;
    }

    .third-section {
        padding: 15px;
    }

    .card-product-3,
    .card-product-4,
    .card-product-5,
    .card-product-6 {
        flex-basis: 300px;
        margin-left: 0 !important;
    }

    .first-section>img {
        display: none;
    }

    .card-product-2 {
        margin-left: 50px;
    }

    .card-product-1,
    .card-product-2 {
        width: 230px;
        margin-left: 0 !important;
    }
}

@media (max-width: 990px) {
    .first-section>img {
        display: none;
    }

    .first-section {
        gap: 50px;
    }

    .third-section {
        max-width: 700px;
        margin: auto;
        gap: 50px;
        flex-wrap: wrap;
    }

    .third-section>* {
        flex-basis: 300px;
        margin-left: 0 !important;
    }

    .card-product-1,
    .card-product-2 {
        width: 300px;
        /* margin-left: 0 !important; */
    }
}

@media (max-width:768px) {
    .Empower {
        font-size: 20px;
    }

    .carousel-item>img {
        height: 100vh;
        transform: scale(1);
    }

    .px-md-4 {
        padding-right: 0.5em !important;
        padding-left: 0 !important;
    }
}

@media(max-width: 767px) {
    .first-section {
        flex-direction: column;
        margin-left: 50px;
    }

    .card-product-2,
    .card-product-1 {
        margin-left: 70px !important;
        width: 160px;
    }

    .third-section {
        gap: 20px;
    }

    .third-section>* {
        flex-basis: 160px;
        margin-left: 0 !important;
    }

    .second-section {
        flex-wrap: wrap;
        gap: 20px !important;
    }

    .second-section>* {
        flex-basis: 160px;
        margin-left: 0 !important;
    }
}

@media(max-width:380px) {
    .first-section {
        flex-direction: column;
        margin-left: 25px !important;
    }
}

@media(max-width:340px) {
    .first-section {
        flex-direction: column;
        margin-left: 1px !important;
    }

    .card-product-1,
    .card-product-2 {
        width: 290px;
    }
}

/* solution */

.section-5 {
    background: var(--linear, linear-gradient(90deg, #151515 0%, #0F1820 100%));
    backdrop-filter: blur(69px);
}

.solution-container {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.solution-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 30px;
}

.solution-card {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fcfcfc;
    padding: 12px;
    border-radius: 30%;
    position: relative;
    z-index: 1;
    box-shadow: 6px 15px 46px -6px #000;
}

.solution-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--color2), #000000 40%);
    z-index: -2;
}

.solution-card::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 1rem;
    background: linear-gradient(126deg, #121219d9, #060608);
    transition: box-shadow 0.3s ease;
    z-index: -1;
}

.solution-card .solution-info {
    display: flex;
    flex-flow: column nowrap;
}

.solution-card .solution-info .solution-sub {
    color: var(--color3);
    line-height: 34px;
    font-size: 20px;
    font-weight: 400;
}

.solution-card .solution-info .solution-title {
    max-width: 220px;
    line-height: 27px;
    font-size: 12px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.solution-card .solution-info .solution-btn {
    margin-top: 28px;
    color: #fff;
    background: transparent;
    border: unset;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    z-index: 0;
    transition: background 0.3s ease;
}

.solution-card .solution-info .solution-btn::before,
.solution-card .solution-info .solution-btn::after {
    content: '';
    position: absolute;
}

.solution-card .solution-info .solution-btn::before {
    left: 50%;
    top: 50%;
    background: linear-gradient(90deg, var(--color1) 0%, transparent 45%, transparent 55%, var(--color2) 100%);
    transform: translate(-50%, -50%) rotate(55deg);
    width: 100%;
    height: 240%;
    border-radius: 16px;
    z-index: -2;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.solution-card .solution-info .solution-btn::after {
    left: 2px;
    top: 2px;
    background: #0E0E0E;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 16px;
    z-index: -1;
}

.solution-card .solution-info .solution-btn:hover::before {
    animation: 5s move infinite linear;
    opacity: 1;
}

.solution-card .solution-image {
    min-width: 86px;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 8px 12px 16px #000;
    position: relative;
    z-index: 0;
}

.solution-card .solution-image::before {
    content: '';
    position: absolute;
    background: linear-gradient(110deg, var(--color1) 10%, #000000);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -2;
}

.solution-card .solution-image::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 50%;
    background: linear-gradient(90deg, #12121a, #030303);
    box-shadow: 6px 6px 18px -6px #337ff76e inset;
    z-index: -1;
}

.solution-card .solution-image>i {
    font-size: 30px;
    color: var(--color1);
}

@keyframes move {
    0% {
        transform: translate(-50%, -50%) rotate(55deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(415deg);
    }
}

:root {
    --color1: #2BA1FF;
    --color2: #2188FF;
    --color3: #10bbff;
}

/* awards */

.section-6 {
    background: var(--linear, linear-gradient(90deg, #151515 0%, #0F1820 100%));
    backdrop-filter: blur(69px);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slc-inner-col img {
    width: 100%;
    height: 200px;
    border-radius: 30px;
    padding: 10px;
}

.at-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 50px;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: #808080;
}

ul.slick-dots li>button {
    display: none;
}

ul.slick-dots li::marker {
    font-size: 30px;
}

ul.slick-dots li:active {
    background-color: #D2D2D2;
}

ul.slick-dots li:hover {
    font-size: 30px;
    color: #ffffff;
}

.awd-img {
    text-align: center;
}

.footer-image {
    background-image: url('../assets/images/rect_26.webp');
    background-size: cover;
    background-position: center;
    height: 25vh;
}

.copyright {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(43, 43, 43, 0.41) 100%);
    backdrop-filter: blur(130px);
    height: 50px;
    color: #D2D2D2;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.footer-title {
    color: #D9D9D9;
    font-size: 35px;
    font-style: normal;
    font-family: Inter;
    font-weight: 600;
    /* font-variant: small-caps; */
    line-height: normal;
}

.join-our-community {
    border-radius: 73.517px 0px 0px 73.517px;
    background: #FFF;
    box-shadow: 4.5241379737854px 4.5241379737854px 28.275861740112305px 0px rgba(113, 113, 113, 0.45) inset;
    width: 480px;
    height: 40px;
    border: none;
}

.join-our-community-2 {
    border-radius: 0px 72.386px 72.386px 0px;
    background: linear-gradient(192deg, #bce9ff 0%, #a5e1ff 100%);
    box-shadow: 4.4521050453186035px 4.4521050453186035px 23.373550415039062px 0px rgba(0, 0, 0, 0.25), 0px 0px 7.872624397277832px 3.936312198638916px #66ccff inset;
    width: 210px;
    height: 40px;
    color: #000;
    font-weight: 400;
}

.section-7 {
    background: radial-gradient(125.65% 125.65% at 50.00% -25.65%, rgba(20, 22, 24, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
    box-shadow: 0px -3px 110px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(308.5px);
}

.footer-sec {
    background: var(--linear, linear-gradient(90deg, #151515 0%, #0F1820 100%));
    backdrop-filter: blur(69px);
}

.facebook-icon {
    color: #fff;
    font-size: 15px !important;
}

.facebook-icon:hover {
    color: #1979ff;
}

.twitter-icon {
    color: #fff;
    font-size: 15px !important;
}

.twitter-icon:hover {
    color: #4bd4fd;
}

.link-icon {
    color: #fff;
    font-size: 15px !important;
}

.link-icon:hover {
    color: #2f5ae6;
}

.youtube-icon {
    color: #fff;
    font-size: 15px !important;
}

.youtube-icon:hover {
    color: #ee1f1f;
}

.Insta-Icon {
    color: #fff;
    font-size: 15px !important;
}

.Insta-Icon:hover {
    color: #ff44a1;
}

@media(max-width:330px) {
    .facebook-icon {
        font-size: 12px !important;
    }

    .twitter-icon {
        font-size: 12px !important;
    }

    .Insta-Icon {
        font-size: 12px !important;
    }

    .youtube-icon {
        font-size: 12px !important;
    }

    .link-icon {
        font-size: 12px !important;
    }
}


.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
    width: 300px;
    overflow: hidden;
}

.footer-address {
    font-size: 12px;
    color: #939393;
    font-weight: 400;
}

.footer-address:hover {
    color: #DDD;
}

.footer-address-img {
    height: 185px;
    border-radius: 13px;
}

.footer-ico {
    font-size: 13px !important;
}

.footr-img-1 {
    width: auto;
    height: 30px;
}

.icon-pad {
    padding-left: 18px;
}

.join-our-program-text {
    background: linear-gradient(227deg, #000955 0%, #01367B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Inter;
    z-index: 1;
}

.join-our-program-btn {
    border-radius: 10px;
    border: 0px solid #FFF;
    background: linear-gradient(180deg, #095FC3 7.81%, #011762 100%);
    box-shadow: 4.734582901000977px 4.734582901000977px 44.97854232788086px 0px rgba(0, 0, 0, 0.25) inset;
    display: inline-flex;
    padding: 14px 23px;
    justify-content: center;
    align-items: center;
    gap: 30.05px;
    color: #fff;
    font-size: 15px;
}

.join-our-program {
    background-image: url('../assets/images/rect_58.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
    border-radius: 15px;
}

.product.ms-5 {
    margin-left: 6rem !important;
}

.resource.ms-5 {
    margin-left: 6rem !important;
}

.solution.ms-5 {
    margin-left: 6rem !important;
}

@media(min-width:2560px) {
    .text-slider {
        top: 43vh !important;
        left: 1.9vw !important;
    }
}

@media (max-width:1200px) {
    .footer-address-img {
        height: 132px;
        width: auto;
    }

    .join-our-program-text {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .footer-address {
        font-size: 9px;
    }

    .product.ms-5 {
        margin-left: 2.5rem !important;
    }

    .resource.ms-5 {
        margin-left: 2.5rem !important;
    }

    .solution.ms-5 {
        margin-left: 2.5rem !important;
    }
}


@media (max-width:1200px) {
    .text-padding {
        width: 500px;
    }

    .jigsaw {
        margin-left: 130px !important;
        width: 280px !important;
        height: 250px !important;
    }

    .carousel-caption {
        top: 40% !important;
    }
}

@media (max-width:1024px) {
    .text-slider {
        left: 4.7vw !important;
        top: 48vh !important;
    }

    .content-text {
        top: 63%;
        left: 49.7%;
        font-size: 25px;
        line-height: 30px;
        width: 500px;
    }

    .ai {
        font-size: 27px;
    }
}


@media (max-width:835px) {
    .footer-address-img {
        height: 95px !important;
    }

    .footr-img-1 {
        height: 25px !important;
    }

    .icon-pad {
        padding-left: 13px !important;
    }

    .second-section {
        padding: 15px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .jigsaw {
        margin-left: 90px !important;
        width: 230px !important;
        height: 200px !important;
    }
}

@media (max-width:820px) {
    .footer-address-img {
        height: 95px !important;
    }

    .footr-img-1 {
        height: 20px !important;
    }

    .icon-pad {
        padding-left: 10px !important;
    }

    .jigsaw {
        margin-left: 40px !important;
    }
}

@media (max-width: 769px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 40px;
    }

    .product.ms-5 {
        margin-left: unset !important;
    }

    .resource.ms-5 {
        margin-left: 9rem !important;
    }

    .solution.ms-5 {
        margin-left: 9rem !important;
    }
}

@media (max-width:768px) {
    .text-slider {
        left: 5.9vw !important;
        top: 48vh !important;
    }

    .content-text {
        top: 61% !important;
        left: 59% !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .ai {
        font-size: 24px !important;
    }

    .gis-collect {
        font-size: 0.8em !important;
    }
}

@media (max-width:690px) {
    .first-section {
        flex-direction: row;
        margin-left: -50px;
    }

    .join-our-program-btn {
        margin-left: 0px !important;
    }

    .text-padding.p-5 {
        padding-left: .5rem !important;
    }

    .carousel-caption {
        left: 6% !important;
    }
}

@media (max-width:668px) {
    .text-slider {
        left: 5.7vw !important;
        top: 48vh !important;
    }

    .content-text {
        top: 61% !important;
        left: 59% !important;
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .ai {
        font-size: 24px !important;
    }

    .carousel-caption h5 {
        margin-left: 30px !important;
    }

    .carousel-caption p {
        margin-left: 30px !important;
    }

    .gis-collect {
        font-size: 0.8em !important;
    }


}


@media (max-width:500px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 40px;
        margin-left: -20px;
    }

    .product.ms-5 {
        margin-left: unset !important;
    }

    .resource.ms-5 {
        margin-left: 1.5rem !important;
    }

    .solution.ms-5 {
        margin-left: 2rem !important;
    }

    .footer-address-img {
        height: 92px;
        width: auto;
    }

    .join-our-program-text {
        font-size: 20px;
    }

    .join-our-program-btn {
        font-size: 12px;
        padding: 13px;
    }

    .footer-image {
        height: 20vh;
    }

    .footer-title {
        font-size: 30px;
    }

    .join-our-community {
        width: 250px;
    }

    .join-our-community-2 {
        width: 120px;
    }

    .subcscribe.ms-3 {
        margin-left: 0.7rem !important;
    }

    .subscribe {
        font-size: 10px;
    }

    .subcscribe.mt-2 {
        margin-top: 0.8rem !important;
    }

    .subscribe.pt-2 {
        padding-top: 0.8rem !important;
    }

    .footr-img-1 {
        height: 25px !important;
    }

    .carousel-caption {
        top: 33% !important;
        left: 0 !important;
    }

    .first-section {
        flex-direction: column !important;
        margin-left: 40px !important;
    }
}

@media (max-width:475px) {
    .text-slider {
        left: 5vw !important;
        top: 24.5vh !important;
    }

    .content-text {
        top: 11% !important;
        left: 41.5% !important;
        font-size: 15px !important;
        line-height: 30px !important;
        padding: 100px;
    }

    .footer-address {
        font-size: 10px !important;
    }

    .ai {
        font-size: 15px !important;
    }

    .gis-collect {
        font-size: 0.8em !important;
    }

    .gis-collect.mt-5 {
        margin-top: 2rem !important;
    }

    .explore-btn {
        padding: 5px 5px !important;
    }

    .explore-btn-color {
        font-size: 13px !important;
    }



    .carousel-caption h5 {
        margin-left: 20px !important;
    }

    .carousel-caption p {
        margin-left: 20px !important;
    }

    .modal-content {
        margin-top: 200px !important;
    }
}

@media (max-width:395px) {

    .second-section {
        gap: 20px !important;
    }

    .text-slider {
        left: 5vw !important;
        top: 24.5vh !important;
    }

    .content-text {
        top: 10% !important;
        left: 28.2% !important;
        font-size: 13px !important;
        line-height: 10px !important;
        padding: 147px !important;
    }

    .ai {
        font-size: 15px !important;
    }

    .gis-collect {
        font-size: 0.8em !important;
    }

    .gis-collect.mt-5 {
        margin-top: 2rem !important;
    }

    .explore-btn {
        padding: 5px 5px !important;
    }

    .explore-btn-color {
        font-size: 13px !important;
    }

    .icon-pad {
        padding-left: 7px !important;
    }

    .footr-img-1 {
        height: 20px !important;
    }

    .footer-address-img {
        height: 80px !important;
    }

    .subscribe.mt-2 {
        margin-top: 0.8rem !important;
    }

    .subscribe.ms-3 {
        margin-left: 0.8rem !important;
    }

    .copyright {
        font-size: 15px !important;
    }


    .carousel-caption h5 {
        margin-left: 20px !important;
    }

    .carousel-caption p {
        margin-left: 20px !important;
    }

    .content__container {
        height: 40px !important;
    }

    .first-section {
        flex-direction: column !important;
        margin-left: 22px !important;
    }
}


@media (max-width:362px) {
    .text-slider {
        left: 5vw !important;
        top: 24.5vh !important;
    }

    .content-text {
        top: 7% !important;
        left: 16.2% !important;
        font-size: 10px !important;
        line-height: 5px !important;
        padding-left: 196px !important;
    }

    .copyright {
        font-size: 12px !important;
    }


    .ai {
        font-size: 15px !important;
    }

    .gis-collect {
        font-size: 0.8em !important;
    }

    .gis-collect.mt-5 {
        margin-top: 1.5rem !important;
    }

    .explore-btn {
        padding: 5px 5px !important;
    }

    .explore-btn-color {
        font-size: 13px !important;
    }

    .icon-pad {
        padding-left: 12px !important;
    }

    .footr-img-1 {
        height: 24px !important;
    }

    .footer-address-img {
        height: 65px !important;
    }

    .subscribe.mt-2 {
        margin-top: 0.3rem !important;
    }

    .subscribe.ms-3 {
        margin-left: 0.8rem !important;
    }

    .resource.ms-5 {
        margin-left: 0.8rem !important;
    }

    .solution.ms-5 {
        margin-left: 0.8rem !important;

    }

    .join-our-community {
        width: 200px !important;
    }

    .join-our-community-2 {
        width: 80px !important;
    }

    .footer-title {
        font-size: 20px !important;
    }

    .footer-address {
        font-size: 10px !important;
    }

    .text-padding.p-5 {
        padding: 2rem !important;
    }

    .join-our-program-text {
        font-size: 15px !important;
    }

    .join-our-program {
        height: 300px !important;
    }

    .carousel-caption {
        top: 31% !important;
        left: 0 !important;
    }

    .first-section {
        margin-left: 25px;
    }

}

@media(max-width:330px) {
    .subscribe.pt-2 {
        padding-top: 0.4rem !important;
    }
}

.text-slider {
    top: 46vh;
    left: 3.3vw;
    z-index: 999999;
}


.ai {
    font-weight: 800;
}

.gis-collect {
    font-size: 18px;
    font-weight: 700;
}



@media(max-width:990px) {
    .join-our-program {
        height: 200px !important;
    }

    .text-padding.p-5 {
        padding: 1.5rem !important;
    }

    .text-padding {
        width: 400px !important;
    }

    .join-our-program-text {
        font-size: 18px !important;
    }

    .grow-with {
        font-size: 14px !important;
    }

}

@media(max-width:767px) {
    .text-padding.p-5 {
        padding-left: 0.8rem !important;
    }

    .text-padding {
        margin-left: 30px !important;
        width: 300px !important;
    }

    .jigsaw {
        display: none !important;
    }

    .grow-with {
        font-size: 10px !important;
        margin-top: 10px !important;
    }

    .join-our-program-btn {
        }
}

@media(max-width:380px) {
    .text-padding {
        margin-left: 0px !important;
    }
}

@media(max-width:360px) {
    .join-our-program {
        height: 170px !important;
    }
}