@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,800&display=swap');

@font-face {
    font-family: Rockwell-bold;
    src: url("../fonts/Rockwell-ExtraBold.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}

.row {
    padding: 0;
    margin: 0;
}

.col-12 {
    padding: 0;
    margin: 0;
}

h1 {
    padding: 0;
    margin: 0;
}

h2 {
    padding: 0;
    margin: 0;
}

h3 {
    padding: 0;
    margin: 0;
}

h4 {
    padding: 0;
    margin: 0;
}

h5 {
    padding: 0;
    margin: 0;
}

h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
}

.container {
    padding: 0;
    margin: 0 auto;
}

section {
    padding: 0;
    margin: 0;
}

.row {
    padding: 0;
    margin: 0;
}




.logo {
    width: 15% !important;
}

.head-menu {
    align-items: center !important;
}

/* head carousel */



ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

#main {
    overflow: hidden;
}

#main nav {
    display: inline-flex;
    align-items: center;
    height: 100px;
    position: relative;
    width: 100%;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 5%;
    z-index: 1;
}

.logo a {
    font-weight: 700;
    color: #00c2cb;
    font-size: 2rem;
}

nav ul {
    display: flex;
    width: 100%;
}

nav ul li a {
    height: 40px;
    line-height: 43px;
    margin: 10px;
    padding: 0px 30px;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    color: #e0ffff;
    transition: 0.1s;
}

nav ul li a:hover,
.main-text a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #fff;
}

#main {
    width: 100%;
    height: 100vh;
    position: relative;
}

.main-text {
    /* border: 3px solid red; */
    width: 90%;
    position: absolute;
    left: 18%;
    top: 42%;
    transform: translate(-13%, -42%);
    line-height: 0;
}

.text-changes {
    /* border: 3px solid green !important; */
    width: 75%;
    text-align: center;
    margin: auto;
}



.text-changes p {
    font-family: 'Poppins', sans-serif;
    /* animation: slide-text 3s infinite; */
}

@keyframes slide-text {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-text h1 {
    font-size: 60px;
    font-weight: 500;
    /* font-family: "Roboto", sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.main-text p {
    font-size: 20px;
    font-weight: 500;
    color: #e0ffff;
    margin: 100px 0px 0px;
    line-height: 50px;
}

.main-text a {
    width: 150px;
    height: 40px;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 200;
    padding: 1rem;
}

#main video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: linear-gradient(to bottom, rgba(34, 35, 46, 0.75) 50%, rgba(34, 35, 46));
}

.slider-btns {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100px);
    z-index: 100;
    width: fit-content;
    float: right;
}

.slide-btn {
    width: 10px;
    height: 10px;
    background: #e0ffff;
    border-radius: 50%;
    cursor: pointer;
}

.slide-btn.active {
    background: #00c2cb;
}

.slide-btn:not(:last-child) {
    margin-right: 20px;
}

.slide-btn:hover {
    transform: scale(1.2);
}

.video-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    clip-path: circle(0% at 0 50%);
    animation: zoom 10s infinite;
    /* border: 3px solid red; */
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.video-bg.active {
    /* border: 4px solid green; */
    clip-path: circle(150% at 0 50%);
    transition: 1s ease;
    transition-property: clip-path;
}

.progress {
    background: none;
    height: 100%;
}

.progress.active {
    display: block;
    height: 100% !important;
}

.progfill {
    width: 100%;
    display: none !important;
}

.progfill.active {
    width: 100%;
    /* height: 305px; */
    height: 250px;
    position: relative;
    display: block !important;
    margin-top: 50px;
    animation: slideup 5s infinite;
}

@keyframes slideup {
    0% {
        transform: translateY(150px);
        opacity: 0;
    }

    100% {
        transform: translateY(10px);
        opacity: 1;
    }
}

.progfill.hd-one.active .slide-btn.sl-one {
    background: red !important;
    box-shadow: 0px 0px 10px #fff;
}

.prog-details {
    position: absolute;
    width: 100%;
    height: 300px;
}

.prog-details p {
    margin-top: 100px;
}



/* second-portion */
.second-portion {
    /* border: 4px solid green; */
    padding: 50px 0px;
    background: #000;
}

.second-portion h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    color: #FFFFFF;
    /* -webkit-text-stroke: 2px rgb(0, 0, 0); */
}

.second-portion h1 span {
    color: #fff;
    /* background: linear-gradient(90deg, #43F4FF 0.23%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    /* -webkit-text-stroke: 1px #fff; */
}

.service-text {
    padding: 50px 0px 0px;
}

.service-text h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    max-width: 70%;
    margin: auto;
    text-align: center;
}

.just-words {
    font-weight: 500;
    color: #fff;
    font-size: 50px;
    letter-spacing: -5px;
}



.product-section {
    position: relative;
}

.project-menu ul {
    border-bottom: 1px solid #cacaca;
    /* border: 3px solid red; */
    /* position: absolute; */
    height: 49px;
    width: 100%;
    display: flex;
    gap: 10px;
    z-index: 0;
}

.project-menu ul li {
    border: 1px solid #cacaca;
    border-bottom: 0px;
    width: 40%;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
}


.project-menu ul li a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    color: #fff !important;
}


.btn-one {
    background: #626262;
}


.details-text .container {
    background: none;
    padding: 0;
}

.details-text h2 {
    font-size: 40px;
    line-height: 40px;

    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 600;
    /* color: #0e202a; */
    color: #fff;
    line-height: 1.2em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.details-text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.product-image {
    min-height: 449px;
    padding: 220px 0px 0px 50px !important;
}

.qodef-m-canvas-holder .qodef-m-custom-legend {
    padding-left: 15px !important;
}

.qodef-custom-label {
    margin: 0px 0px 10px !important;
}

.product-section {
    padding: 50px;
}

.product-image {
    text-align: center;
    background: url("../images/plan/bg.jpg") no-repeat top / cover;
    min-height: 550px;
    padding: 265px 0px 0px 300px;
}

.animated.wow_animation .product-image .qodef-m-canvas img {
    animation: rotate 1s 1;
    behavior: smooth;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        /* transform: scale(1); */
    }

    100% {
        transform: rotate(360deg);
        /* transform: scale(-1); */
    }
}

.qodef-m-canvas-holder {
    width: 85%;
    height: 36%;
    padding: 27px 50px 20px 30px;
    -webkit-backdrop-filter: blur(7.8px);
    backdrop-filter: blur(7.8px);
    background-color: #fffFFF12;
    border-radius: 10px;
    align-items: center !important;
    display: flex;
}

.qodef-m-canvas-holder .qodef-m-canvas {
    width: 29%;
}

.qodef-m-canvas-holder .qodef-m-custom-legend {
    width: 78%;
    display: flex;
    text-align: right;
    flex-direction: column;
    padding-left: 50px;
}

.qodef-custom-label {
    /* border-top: 1px solid #cacaca; */
    margin: 0px 0px 15px;
    display: block;
}

.qodef-custom-label-text {
    width: 100%;

    color: #fff;
    display: block;
    text-align: right;
    padding-left: 15px;
    margin-top: 2px;
}

.qodef-custom-label-line {
    background-color: rgba(255, 255, 255, .4);
    box-shadow: 0 0 2.67px 0.33px rgb(255 255 255 / 40%);
}

.qodef-custom-label-line {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.qodef-custom-label-color {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    background-color: currentColor;
    border-radius: 50%;
}

/* third-portion */
.third-portion {
    /* padding: 50px 0px 0px; */
    /* background: #F5F5F5; */
    background: #000;
    height: fit-content !important;
    z-index: 1;
}

.third-portion h1 {
    font-weight: 700;
    font-size: 210px;
    line-height: 297px;
    text-align: center;
    background: linear-gradient(180deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.7;
}

.third-portion h1 span.cm-left {
    animation: cm-left 1s ease 1;

}

.third-portion h1 span.cm-right {
    animation: cm-right 1s ease 1;
}

@keyframes cm-left {
    0% {
        padding: 0px 180px 0px 0px;
    }

    100% {
        padding: 0px 0px 0px 0px;
    }

}

@keyframes cm-right {
    0% {
        padding: 0px 0px 0px 180px;
    }


    100% {
        padding: 0px 0px 0px 0px;
    }

}

.explore-video {
    text-align: center;
    height: 600px;
}

.explore-video video {
    width: 100%;
    height: 100%;
}

.explore-video video source {
    /* border: 10px solid red; */
}

.third-portion-text {
    /* background: url("../images/Line.png") repeat-x top / contain; */
    text-align: center;
    /* border: 4px solid red; */
    background: #f5f5f5;
}

.building {
    background: #fff;
    padding: 70px 120px;
    /* background: #fff url("../images/Line.png") no-repeat top / cover; */
}

.btn-goal {
    background: #F7F9FC;
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 10px 30px;
}

.btn-goal:hover {
    background: #F7F9FC;
}


.building h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    margin-top: 30px;
    color: #000000;
}

.building h2 span {
    background: linear-gradient(90deg, #4DD0FF 0.23%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.building p {
    font-weight: 300;
    font-size: 25px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 40px;
    color: #000000;
}

.jack {
    margin-top: 90px;
}

/* test-portion */
.test-portion {
    /* border: 2px solid red; */
    padding: 50px;
    /* background: #f5f5f5; */
}

.test-portion .slider {
    /* border: 5px solid orange; */
    width: 100%;
    max-width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    /* <===  */
    border-radius: 15px;
    /* border: 3px solid green; */
    padding: 20px;
}

.test-portion .slide {
    /* border: 3px solid red; */
    width: 100%;
    max-width: 100%;
    height: 500px;
    position: absolute;
    transition: all 0.5s;
}



.test-portion .btn {
    position: absolute;
    padding: 6px 15px;
    border: none;
    /* border-radius: 50%; */
    z-index: 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    color: #000;
    top: 75%;
}

.test-portion .btn:hover {
    background: #000;
    color: #fff;
    transition: 1s;
}

.test-portion .btn i {
    font-size: 16px;
}

.test-portion .btn:active {
    transform: scale(1.1);
}

.test-portion .btn-prev {
    /* top: 45%; */
    left: 58%;
}

.test-portion .btn-next {
    /* top: 45%; */
    left: 62%;
}

.abilites-portion {
    /* border: 4px solid blue; */
    padding: 20px;
    display: flex;
    height: 100%;
}

.ability-image {
    width: 50%;
    /* border: 3px solid red; */
    align-items: center;
}



.test-portion .ability-image img {
    /* width: 100%;
    height: 100%; */
    /* border: 3px solid green; */
}


.ability-text {
    /* border: 3px solid green; */
    width: 50%;
    padding: 50px 100px;
}

.ability-text h1 {
    font-size: 40px;
    font-weight: 300;
}

.ability-text p {
    margin-top: 50px;
    font-weight: 300;
}


/* developing-section */
.developing-section {
    padding: 50px 0px 0px;
    background: #F5F5F5;
}

.developing-section h1 {
    font-weight: 500;
    font-size: 84px;
    line-height: 110px;
    text-align: center;
    color: #000;
}

.developing-section h1 span {
    background: linear-gradient(90deg, #4DD0FF 0.23%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* developing caro */

.developing-caro {
    background: #fff;
    margin-top: 50px;
    padding: 30px 0px 100px;
}

.developing-gif-portion {
    padding: 0px 100px;
}

.developing-gif {
    background: #F5F5F5;
    height: 300px;
}

.service-caro span.glider-prev,
.service-caro span.glider-next {
    border: 0.5px solid #C7C7C7;
    padding: 15px;
    border-radius: 50%;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    /* margin: 100px 150px 0px; */
    background: #fff;
}

.glider-contain {
    position: relative;
}

.glider-contain span.glider-prev,
.glider-contain span.glider-next {
    position: absolute;
    top: 50%;
}

.glider-contain span.glider-prev {
    left: 10%;
}

.glider-contain span.glider-next {
    right: 10%;
}

.glider-dots {
    display: none;
}

.developing-caro .glider h1 {
    font-weight: 500;
    font-size: 75px;
    line-height: 90px;
    text-align: center;
    margin-top: 80px;
    color: #000000;
}



.developing-caro .glider h1 span {
    /* background: linear-gradient(90deg, #4DD0FF 0.23%, #000000 100%); */
    background: linear-gradient(90deg, #43F4FF 30%, #000000 40%, #43F4FF 60%, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: shine-grad 3s linear infinite;
    background-size: 200% 100%;
    background-position: right bottom;
}

@keyframes shine-grad {
    to {
        background-position: 0% center;
    }

    from {
        background-position: 100% center;
    }
}

.developing-caro .glider p {
    font-weight: 300;
    font-size: 25px;
    line-height: 38px;
    max-width: 50%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    margin-top: 45px;
    color: #000000;
}

/* sixth-section */
.clear {
    clear: both;
    position: absolute;
}

.sixth-section {
    /* background: #F5F5F5 url("../images/Line.png") repeat-x top / contain; */
    background: #F5F5F5;
    padding: 100px 0px 0px;
}

.feature-portion {
    padding: 50px 0px 0px;
}

.feature-section {
    padding: 20px;
    width: 100%;
    background: #fff;
    margin-top: 25px;
}

.feature-parts {
    display: flex;
    gap: 20px;
}

.quantum h4 {
    font-weight: 500;
    font-size: 64px;
    line-height: 90px;
    background: linear-gradient(180deg, #000000 0%, #4DD0FF 100%);
    /* background: linear-gradient(60deg, #43F4FF 30%, #000000 40%, #43F4FF 60%, #000000 80%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: shine-grad 4s linear infinite;
    background-size: 200% 100%;
    background-position: right bottom;
}




.quantum p {
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    margin-top: 24px;
    color: #000000;
}

.quantum-gif {
    height: 360px;
    width: 360px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto;
    background: #F5F5F5;
    /* border: 3px solid red;
    overflow: hidden; */
}

.quantum-gif video {
    height: 100%;
    width: 100%;

}

.sustenance-gif {
    background: #F5F5F5;
    height: 360px;
    margin: 30px 0px;
}

.maximise {
    padding: 20px;
    background: #fff;
    margin-top: 25px;
}

.maximise-contant {
    align-items: center;
}

.sustenance-git {
    background: #F5F5F5;
    height: 480px;
    width: 480px;
}



.exploring {
    position: relative;
    text-align: center;
}

.exploring h1 {
    font-weight: 600;
    font-size: 100px;
    line-height: 150px;
    -webkit-text-stroke: 1px #000;
    color: transparent;
}

.exploring h4 {
    font-weight: 600;
    font-size: 43px;
    line-height: 64px;
    color: #000000;
}

/* client carousel */

.seven-section {
    padding: 50px;
}

.client-caro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 80px;
}

.client {
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    overflow: hidden;
    height: 250px;
    width: 250px;
    margin: 0px auto;
}

.client img {
    height: 100%;
    width: 100%;
    background: #fff;

}


.bg-container:hover img {
    transform: rotateY(360deg);
    transition: 1s ease all;
    /* behavior: smooth; */
}

.page-wrapper {
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.bg-container {
    position: relative;
    align-items: center;
    height: 190px;
    width: 190px;
    text-align: center;
    margin: 0 auto;
}


/* .bg-container:before {
    content: '';
    display: block;
    align-items: center;
    height: 0;
} */

.bg-block {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.bg-block img {
    height: 100%;
    width: 100%;
    /* filter: grayscale(100%); */
}


.bg-block.active {
    opacity: 1;
}

.bg-change {
    position: absolute;
    height: 180px;
    width: 180px;
    opacity: 0;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.bg-change img {
    height: 100%;
    width: 100%;
}

.bg-change.active {
    opacity: 1;
}



/* eight-portion */
.eight-section {
    overflow: hidden;
    padding: 50px;
    background: #000 url("../images/bottombg.png") no-repeat top / contain;
    /* background: #0a3b56 url("../images/bottombg.png") no-repeat top / contain; */
    font-family: 'Poppins', sans-serif;
}


.lets-form h3 {
    font-weight: 600;
    font-size: 39px;
    line-height: 58px;
    color: #FFFFFF;
    /* color: #000; */
}

.lets h1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 110px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    /* color: #000; */
    font-family: 'Poppins', sans-serif;
}

.lets h1 span {
    -webkit-text-stroke: 1px #fff;
    /* -webkit-text-stroke: 1px #000; */
    /* color: #0a3b56; */
    color: #000;
    /* color: #fff; */
    font-family: 'Poppins', sans-serif;
}

.lets ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.lets ul li p {
    color: #fff;
    /* color: #000; */
    margin: 0px 0px 15px !important;
}

.lets-form form {
    margin-top: 90px;
}

.lets-form form .no-margin input {

    margin: 0px !important;
}

.lets-form form input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* border-bottom: 1px solid #000; */
    margin-top: 54px;
    padding: 0px 0px 12px;
    border-radius: 0px;
    outline: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF !important;
    /* color: #000 !important; */

}

.lets-form form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lets-form input[type=number]::-webkit-inner-spin-button,
.lets-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.lets-form form input:focus {
    background: transparent;
    outline: 0;
    border: 0;
}

.lets-form form input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    /* color: #000; */
}


.btn-enter {
    border: 1px solid #fff;
    /* border: 1px solid #000; */
    padding: 18px 58px 18px 47px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.34em;
    color: #FFFFFF;
    /* color: #000; */
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 70px;
}

.btn-enter span {
    font-weight: 600;
    font-size: 20px;
    line-height: 0px;
    letter-spacing: 0.34em;
    color: #FFFFFF;
    /* color: #000; */
    margin-left: 55px;
}

.btn-enter span img {
    width: 12px;
}

.btn-enter:hover {
    border: 1px solid #fff;
    /* border: 1px solid #000; */
    color: #000;
    /* color: #fff; */
    background: #fff;
    /* background: #000; */
    transition: 1s ease-in-out all;
}

.btn-enter:hover span {
    color: #000;
    /* color: #fff; */
    transition: 1s ease-in-out all;
}

.next-gen {
    margin: 233px auto 119px;
}

.next-gen h1 {
    font-weight: 600;
    font-size: 100px;
    line-height: 125px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    /* color: #000; */
    /* background: linear-gradient(60deg, #43F4FF 30%, #000 100%); */
    /* background: linear-gradient(60deg, #43F4FF 30%, #000 100%); */
    /* background: linear-gradient(60deg, #0a3b56 0%, #0a3b56 100%); */
    /* background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: right bottom; */
    /* animation: shine 2s linear infinite; */
}

.next-gen h1 span {
    -webkit-text-stroke: 1px #fff !important;
    /* color: #0a3b56 !important; */
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
}

.next-gen h4 {
    font-weight: 100;
    font-size: 39px;
    line-height: 58px;
    color: #FFFFFF;
    /* color: #000; */
    margin-top: 40px;
}

.next-gen h4 span {
    font-size: 50px;
    font-weight: 300;
}

.next-gen p {
    margin-top: 100px;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    /* color: #000; */
}

.hr {
    border-top: 0.1px solid #fff;
    opacity: 0.2;
}

.comingsoon {
    padding: 102px 0px 0px;
}

.comingsoon h1 {
    font-weight: 700;
    font-size: 110px;
    line-height: 130px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    /* identical to box height, or 118% */

    text-align: center;

    /* background: linear-gradient(90deg, #43F4FF 50%, #000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase; */

    /* background: linear-gradient(60deg, #43F4FF 30%, #fff 40%, #fff 60%, #43F4FF 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; */
    /* animation: shine 1s linear infinite; */

    /* background: linear-gradient(60deg, #43F4FF 60%, #000 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: right bottom; */

    /* background: linear-gradient(60deg, #43F4FF 0%, #FFF 50%, #fff 80%); */
    background: linear-gradient(60deg, #43F4FF 0%, #fff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: shine 2s linear infinite;
}

@keyframes shine {
    to {
        background-position: 0% center;
    }

    from {
        background-position: 100% center;
    }
}

.comingsoon h4 {
    font-weight: 300;
    font-size: 34px;
    line-height: 51px;
    /* identical to box height */

    text-align: center;
    margin-top: 14px;
    color: #FFFFFF;
    /* color: #000; */
}

.footer {
    margin-top: 209px;
    padding: 0px 56px;
}

.contact-details {
    display: flex;
    justify-content: space-between;
}

.contact a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    /* color: #000; */
}

.contact a:nth-child(2) {
    margin-left: 71px;
}

.contact a img {
    margin-right: 12px;
    width: 30px;
}

.just-line {
    color: #fff;
}

.copyright {
    border-top: 2px solid #fff;
    margin-top: 20px;
}


.counter-part {
    padding: 103px 0px 0px;
}

.countdown {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 72px;
}

.main3 .countdown div {
    border-radius: 0.438rem;
}


.countdown>div h3 {
    font-weight: 700;
    font-size: 84px;
    line-height: 130px;
    /* identical to box height, or 155% */
    width: 150px;
    padding: 15px 18px;
    text-align: center;
    color: #FFFFFF;
    /* color: #000; */
    border-style: solid;
    border-image-slice: 3;
    border-image-source: linear-gradient(#FFF 5%, #5FC6F1 100%) 100%;
    animation: border-color-change 3s ease-in-out infinite;
}

@keyframes border-color-change {
    0% {
        border-image-source: linear-gradient(to top, #FFF 5%, #5FC6F1 100%);
    }

    30% {
        border-image-source: linear-gradient(to right, #FFF 5%, #5FC6F1 100%);
    }

    60% {
        border-image-source: linear-gradient(to bottom, #FFF 5%, #5FC6F1 100%);
    }

    100% {
        border-image-source: linear-gradient(to left, #FFF 5%, #5FC6F1 100%);
    }
}

.countdown>div h5 {
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    /* identical to box height */

    text-align: center;
    margin-top: 16px;
    color: #FFFFFF;
    /* color: #000; */
}


/* fifth-section */


.fifth-section {
    padding: 50px 0px 10px;
    /* background: #F5F5F5 url("../images/Line.png") repeat-x top / contain; */
    background: #F5F5F5;
}

.exploring {
    position: relative;
    text-align: center;
}

.exploring h1 {
    font-weight: 600;
    font-size: 100px;
    line-height: 150px;
    -webkit-text-stroke: 1px #000;
    color: transparent;
}

.exploring h4 {
    font-weight: 600;
    font-size: 43px;
    line-height: 64px;
    color: #000000;
}

.indu-caro {
    margin-top: 50px;
}

.industries {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.indu-info {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 370px;
}

.indu-info img {
    width: 80px !important;
}

.indu-info h5 {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    margin: 20px 0px;
    color: #000000;
    position: relative;
    z-index: 2;
}

.indu-info p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.data-title-large {
    position: relative;
}

.data-title-large>div:after {
    font-family: Rockwell-bold;

    /* font-family: 'Poppins', sans-serif; */

    position: absolute;
    content: attr(data-title);
    color: #f5f5f5;
    font-weight: 700;
    font-size: 200px;
    text-transform: uppercase;
    top: -100px;
    z-index: 1;
    right: -90px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/* exploring caro */

.framebox .owl-carousel.owl-loading {
    opacity: 1;
    display: block;
    text-align: center;
}

.framebox {
    width: 95%;
    margin: 0 auto;
}

.framebox .owl-prev {
    position: absolute;
    left: -90px;
}

.framebox .owl-next {
    position: absolute;
    right: -90px;
}

.framebox .owl-prev,
.framebox .owl-next {
    font-size: 30px;
    color: #000;
    border: 0;
    padding: 15px 25px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: transparent;
}

.framebox .owl-prev:hover,
.framebox .owl-next:hover,
.framebox .owl-prev:focus,
.framebox .owl-next:focus {
    outline: none;
}


.framebox .owl-carousel .owl-nav.disabled {
    display: block;
}

.framebox .owl-carousel .owl-nav {
    display: block;
    text-align: center;
}

.framebox .owl-carousel .owl-nav.disabled {
    display: block;
}

.framebox .owl-dot {
    display: none;
}

/* mob-caro */
.mob-caro {
    padding: 20px 0px 10px;
    background: #F5F5F5;
    display: none;
}

.mob-caro .owl-item {
    width: 128.906px;
    margin-right: 10px;
}

.mob-caro .owl-dots {
    display: none;
}


/* goal-section */

.goal-section {
    /* border: 4px solid green;. */
    padding: 50px;

}

.goal-image {
    /* border: 3px solid red; */
    height: 450px;
}

.goal-image img {
    width: 100%;
    height: 100%;
}


/* plans-portion */
.plans-portion {
    /* border: 3px solid green; */
    padding: 50px 0px 0px;
    display: flex;
    text-align: left;
}

.plan-heading {
    /* width: 6%; */
}

.swiper {
    /* border: 3px solid blue; */
    /* height: 200px; */
    padding: 0px 0px 0px !important;
    width: 100%;
    float: left;
    left: 0;
}


/* .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px !important;
}

*/
.swiper .swiper-slide {
    /* height: 300px !important; */
    /* background-color: #000; */
    /* border: 1px solid #fff; */
    transition: 0.2s;
    /* border-radius: 20px; */
}

.indu-name {
    display: flex;
}

.indu-name h5 {
    text-align: right;
    order: 2;
    width: 50%;
}

.indu-name p {
    order: 1;
    width: 50%;
    text-align: justify;
}

.indu-name span {
    font-size: 18px;
    font-weight: 500;
}

.indu-images {

    height: 100%;
    /* border-radius: 20px; */
    overflow: hidden;
}

.indu-images img {
    height: 100%;
    width: 100%;
}


.swiper .swiper-slide.active img {
    height: 100% !important;
    width: 100% !important;
}

.swiper-arrow .prev,
.swiper-arrow .next {
    /* border: 1px solid #000; */
    top: 0px;
    right: 0;
    border-radius: 8px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    opacity: 0.65;
    transition: 0.2s;
    align-items: center;
    text-align: center;
    /* padding: 5px 20px; */

}

.swiper-arrow .prev:hover,
.swiper-arrow .next:hover {
    opacity: 1;
    color: #000;
    /* background: #000; */
    transition: 0.5s;
}

.swiper-arrow .prev svg,
.swiper-arrow .next svg {
    width: 20px;
    height: 20px;
}

.swiper-arrow .prev svg path,
.swiper-arrow .next svg path {
    fill: #fff;
}

.swiper-arrow {
    width: fit-content;
    right: 0;
    float: right;
}

.swiper-arrow .prev {
    transform: translate(-100%, 0%);
    margin-right: 5px;
}

.swiper-arrow .next {
    transform: translate(0%, 40px);
    font-size: 40px;
}

.swiper-arrow .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
}

.swiper-arrow .pagination span {
    font-size: 0;
    opacity: 1;
    margin: 0px 6px !important;
    border: 1px solid #fff;
}

.swiper-arrow .pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
}


.plan-heading p {
    padding: 0px 0px 10px;
    border-bottom: 2px solid #cacaca;
    font-family: 'Poppins', sans-serif;

    font-weight: 400;
    color: #0e202a;
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 50px;
}

.plan-heading p span {
    font-size: 26px;
    font-weight: 600;
}

.plan-heading h2 {
    margin: 40px 0px 0px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    color: #0e202a;
    font-size: 42px;
    line-height: 1.2em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;



    background: linear-gradient(90deg, #4DD0FF 50%, #000000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* animation: shine-grad 3s linear infinite; */
    background-size: 200% 100%;
    background-position: right bottom;
}

/* feature-section */

.feature-section-slider {
    /* border: 4px solid blue; */
    padding: 50px;
    background: #000;
}

/*
.slick-slider {
    margin-left: -12%;
    margin-right: -12%;
} */

.feature-section-slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.feature-section-slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.feature-section-slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 200px;
}

.feature-section-slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 70% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.feature-section-slider .slick-snext,
.feature-section-slider .slick-sprev {
    display: block;
}

.feature-section-slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 30px);
    z-index: 2;
}

.feature-section-slider .slick-snext {
    opacity: 0.4;
    transform: translate3d(50%, 0, -30px);
    z-index: 1;
}

.feature-section-slider .slick-sprev {
    opacity: 0.4;
    transform: translate3d(-50%, 0, -30px);
}

.feature-section-slider .test {
    display: block;
    width: 100%;
    /* border: 3px solid green !important; */
    padding: 50px 50px;
    height: 300px;
    background: #1f1f1f;
    color: #fff;
    border: 0;
    order: 1;
    /* box-shadow: inset 0px 0px 0px 3px #000; */
}

.feature-section-slider .test h4 {
    padding: 0px 0px 5px;
    margin: 0px 0px 20px;
    border-bottom: 2px solid #fff;
    width: fit-content;

}

.feature-section-slider .test p {
    max-width: 70%;
}

.rev_slider {
    position: relative;
    /* border: 4px solid blue; */
}

.rev_slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    padding: 10px;
    border: 0;
    background: none;
    color: #fff;
}

.rev_slider button.btn-prev {
    left: 0;
}

.rev_slider button.btn-prev::before {
    content: "";
    padding: 10px 15px;
    background: url("../images/less\ than.svg") no-repeat center / contain;
}

.rev_slider button.btn-next::before {
    content: "";
    padding: 10px 15px;
    background: url("../images/grater\ than.svg") no-repeat center / contain;
}

.rev_slider button.btn-next {
    right: 0;
}

.test-number {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.test-number span {
    font-size: 250px;
    color: #2a2a2a;
    opacity: 0.9;
    order: 3;
    font-family: Rockwell-bold;
    font-weight: 400 !important;
}

/* business-section */
.business-section {
    /* border: 3px solid red; */
    padding: 50px;
    background: #fff;
}

.business-section .glide {
    /* border: 3px solid green; */
    width: 100%;
    transform: translateX(0%);
    margin-top: 30px;
}

.business-section .glide__track {
    /* border: 3px solid blue; */
    overflow: hidden;
}

.business-section .glide__slides li {
    float: left;
}


.business-section .glide__slide img {
    width: 100%;
}

.business-section .glide__slide img.mobile-view {
    display: none;
}

.business-section .glide__bullets {
    display: flex;
    justify-content: center;
    /* border: 3px solid blue; */
    width: 20%;
    margin: 0 auto;
}

.business-section .glide__bullet {
    position: relative;
    display: flex;
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0;
    border: 0;
    overflow: hidden;
    color: #000;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    box-shadow: inset 0px -4px 0px 0px lightgrey;
}

.business-section .glide__bullet:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    display: block;
    opacity: 0;
    transform: translateX(-100%);
    background-color: #000;
    transition: transform 5s;
}

.business-section .glide__bullet--active:before {
    opacity: 1;
    transform: translateX(0);
}


/* client carousel */
.client-carousel-portion {
    text-align: center;
    padding: 50px;
    background: #F5F5F5;
}

.client-carousel-portion h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 110px;
    /* identical to box height, or 157% */

    text-align: center;

    background: linear-gradient(90deg, #4DD0FF 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.block {
    margin: 70px auto 0px;
    overflow: hidden !important;
}

.block .animation {
    width: auto;
    font-size: 0px;
}

.animation div {
    display: inline-block;
    width: auto;
    float: none;
    padding: 10px 10px;
}

.animation div img {
    height: 100px;
    width: 100%;
    /* filter: grayscale(100%); */
    /* filter: brightness(0%); */
    background: transparent;
}



.bg-blocks {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.bg-blocks img {
    height: 100%;
    width: 100%;
    /* filter: grayscale(100%); */
}


.bg-blocks.active {
    opacity: 1;
}

.bg-changes {
    position: absolute;
    height: 180px;
    width: 180px;
    opacity: 0;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.bg-changes img {
    height: 100%;
    width: 100%;
}

.bg-changes.active {
    opacity: 1;
}

.associated {
    background-color: #f5f5f5;
}


/* terms and condition */

.terms-condition-portion {
    padding: 0px 0px 50px;
}

.terms-heading {
    padding: 100px 0px;
    background: url("../images/condition.png") no-repeat right / 40%;

}

.privacy-policy {
    background: url("../images/policy.png") no-repeat right / 40% !important;
}

.terms-heading h1 {
    text-transform: uppercase;
    font-weight: 400;
}

.terms-text {
    padding: 20px;
}

.terms-text h5 {
    border-bottom: 1px solid #5FC6F1;
    margin: 30px 0px;
    line-height: 30px;
    width: fit-content;
}


.base-line {
    height: 5px;
    position: absolute;
    width: 7%;
    background: linear-gradient(90deg, #4DD0FF, #4DD0FF);
    margin-top: 10px;
    border-radius: 50px;
}

.terms-text ul li {
    line-height: 30px;
}



/*  */

.video-wrap {
    margin: 0 auto;
    position: relative;
    width: 90%;
}

.video-wrap:after {
    border-bottom: 1px solid red;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



/* Preloader */




/* Preloader */
.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    /* border: 4px solid green; */
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    /* border: 10px solid rgba(0, 0, 0, 1);
    border-top-color: green; */
    /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

.container-preloader .loader-section {
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
    left: 0;
}

.container-preloader .loader-section.section-right {
    right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
    transform: translateX(-101%);
    height: 100vh;
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}


.loaded .loader-section.section-right {
    transform: translateX(101%);
    height: 100vh;
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.right-text {
    text-align: end;
    color: #fff;
}

.copy-text {
    color: #fff;
}

.copyright-list,
.copy-text {
    font-size: 18px;
}

/* Animation of the preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

/* Animation of letters loading from the preloader */
@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {

    .right-text {
        text-align: center;
        font-size: 16px;
    }

    .copy-text {
        margin-bottom: 10px !important;
        text-align: center;
        font-size: 16px;
    }

    /* Preloader */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    /* Text Loading */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif;
    }
}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    /*Loading text */
    .container-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif;
    }
}

.origin {
    text-decoration: none;
    font-size: 45px;
}

@media screen and (max-width:912.98px) {
    .container-preloader {
        height: 50%;
    }
}

@media screen and (max-width:768.98px) {
    .container-preloader {
        height: 65%;
    }
}

@media screen and (max-width:575.98px) {
    .container-preloader {
        height: 100%;
    }
}