/* linear-gradient(108.07deg,#005bff -21.16%,#003189 99.18%) */
/* linear-gradient(108.01deg,#003aa1 -21.5%,#001a49) */
/* linear-gradient(108.09deg,#00215e -28.22%,#050e1e 99.18%) */
@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;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Roboto Condensed", sans-serif;
    font-family: "Poppins", sans-serif;
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* stop scrolling until page loads */
}


.section-head {
    border: 1px solid #d1e0ff;
    border-radius: 100px;
    margin-bottom: 26px;
    padding: 10px 16px;
    display: inline-block;
    font-size: 16px;
}

.section-head h2 {
    font-size: 16px;
}

.section-subhead {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#00359e, #0042c5 50%, #2970ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 4rem;
    font-weight: 400;
    /* line-height: 80px; */
}


/* Loader full screen */
.page-loader {
    position: fixed;
    inset: 0;
    background: #292B84;
    /* loader background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Circle animation */
.loader-circle {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background: #ffffff;
    background-image: url('../assets/Images/logo/Cognera-icon.svg');
}

/* Hide page content initially */
.page-content {
    opacity: 0;
}

@font-face {
    font-family: font1;
    src: url('../assets/fonts/Oswald-VariableFont_wght.ttf');
}

/* NAVBAR */
.navbar-container {
    max-width: fit-content;
    opacity: 1;
    margin: auto;
    background-color: #FAFAFA;
    padding: 0px 30px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 28px;
    translate: -50% 0;
    z-index: 9999;
    box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.276);
}

.navbar-nav {
    width: auto;
    overflow: hidden !important;
    /* IMPORTANT */
    white-space: nowrap;
    transition: width 0.4s ease, opacity 0.3s ease;
    will-change: width, opacity, overflow;
}

.navbar-container .logo {
    width: 3vw;
}


.navbar-container .active {
    color: red;
}

.navbar-container .nav-item {
    font-size: 1.1vw;
}

.navbar-container button {
    color: white;
    background: #322B85;
    font-size: 1vw;
    background: linear-gradient(154deg, rgba(50, 43, 133, 1) 0%, rgba(37, 117, 190, 1) 100%);
}


/* ************************BANNNER ************** */
.banner {
    padding-top: 34vh;
    /* padding-bottom: 150px; */
    /* background-image: url('../assets/Images/Home-page/banner-bg-img.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.banner h1 {
    /* text-transform: uppercase; */
    font-size: 4rem;
    font-weight: 500;
}


.banner h1 .bg-text {
    color: #292B84;
    font-size: 2.5rem !important;
}

.banner h1 .bg-text {
    background: linear-gradient(#00359e, #0042c5 50%, #2970ff);
    color: white;
    padding: 7px 30px;
    border-radius: 50px;
}

.banner h1 .color-text {
    color: #2970ff;
}

.banner p {
    font-size: 2.8vw;
}


.banner .banner-image-manage {
    height: 70vh;
}

.banner .banner-image-manage img {
    position: absolute;
}

.banner .dashboard-img {
    margin-top: 150px;
    overflow: hidden;
    height: 60vh !important;
    width: 60vw;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    translate: -50% 0;
}


.banner .dashboard-img {
    -moz-window-dragging: 100%;
    height: 100%;
    object-fit: cover;
}



.pattern-image {
    position: absolute;
    width: 20%;
    z-index: -1;
    top: 0;
    left: 0;
}

.pattern-image-2 {
    position: absolute;
    width: 20%;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.floating-img {
    position: absolute;
}

.float-1 {
    left: 18%;
    top: 26%;
    width: 6%;
}

.float-2 {
    left: 10%;
    top: 54%;
    width: 7%;
}

.float-3 {
    left: 15%;
    top: 84%;
    width: 6%;
}

.float-4 {
    top: 27%;
    right: 16%;
    width: 6%;
}

.float-5 {
    top: 52%;
    right: 9%;
    border-radius: 34px;
    width: 6%;
}

.float-6 {
    width: 6%;
    right: 16%;
    top: 80%;
}

.float-7 {
    width: 9%;
    left: 13%;
    top: -36%;
}

.banner button.banner-btn {
    color: #EEF4FF;
    font-size: 20px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    background: #EEF4FF;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-right: 80px !important;
    margin-top: 30px;
    overflow: hidden;
}

.banner button .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    background: linear-gradient(154deg, rgba(50, 43, 133, 1) 0%, rgba(37, 117, 190, 1) 100%);
    color: white;
    border-radius: 50%;
}

.banner button .btn-icon i {
    rotate: -45deg;
    transform-origin: center;
    transition: all 0.3s ease;
}

.banner button.banner-btn:hover .btn-icon i {
    rotate: 0deg;
}


.banner button.banner-btn::after {
    content: 'Get Started';
    position: absolute;
    left: 40%;
    top: 50%;
    translate: -50% -150%;
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    transition: translate 0.3s ease;
    color: #292B84;
}

.banner button.banner-btn:hover::after {
    translate: -50% -50%;
    transition: translate 0.3s ease;
}

.banner button.banner-btn::before {
    content: 'Get Started';
    position: absolute;
    display: grid;
    place-items: center;
    left: 40%;
    top: 50%;
    translate: -50% -50%;
    color: #292B84;
    height: 100%;
    width: 100%;
    transition: translate 0.3s ease;
}

.banner button.banner-btn:hover::before {
    translate: -50% 110%;
    transition: translate 0.3s ease;
}

/* SECTION 2 */

.section-2 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;

    padding-top: 80px;
    padding-bottom: 100px;
}

.section-2 .cards {
    display: flex;
    gap: 5rem;
}

.section-2 .card {
    /* flex: 0 0 10vw; */
    width: 10vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border: 4px solid #f1f5f5;
    box-shadow: 0px 0px 5px rgba(161, 161, 161, 0.375);
    border-radius: 50%;
    position: relative;
}


.section-2 .card::before {
    content: '';
    border: 1px dashed rgba(38, 11, 191, 0.227);
    border-width: 3px;
    position: absolute;
    min-width: 120%;
    min-height: 120%;
    border-radius: 50%;
    z-index: -1;
    animation: rotateInfinite 30s linear infinite;
}

/* Keyframes for infinite rotation */
@keyframes rotateInfinite {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.section-2 .card img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: left center;
}

/* HEIGHT MANAGE */

.height-manage {
    height: 200px;
}

/*  */
.section-3 .cardok {
    height: 85vh;
    padding: 60px !important;
    width: 100% !important;
    margin-bottom: 50px;
    background-image: url('../assets/Images/section-3/bg-image.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    color: white;

    &:first-child {
        box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.244);
    }
}

.section-3 .cardok .content h3 {
    font-size: 3vw;
    margin-bottom: 40px;
}

.section-3 .cardok .content p {
    font-size: 1.2vw;
}



/*  */
.section-4 {
    padding-block: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-4 .card {
    border-radius: 20px;
    opacity: 1;
}

.section-4 h2 {
    margin-bottom: 0px;
}


.section-4 h2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#00359e, #0042c5 50%, #2970ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 5vw;
    font-weight: 400;
}

.section-4 .content {
    margin: auto;
    position: relative;
    margin-block: 200px;
    width: fit-content;
}


.section-4 .content .card h6 {
    margin-bottom: 0;
    font-size: 1vw;
    color: #0d0f73 !important;
}

.section-4 .content .card a {
    color: #0d0f73 !important;
}


.section-4 .content .card i {
    font-size: 1.5vw;
}


.section-4 .content .card {
    position: absolute;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #EEF4FF !important;
}

.section-4 .content .card.card:hover {
    background-color: #EEF4FF;
    color: #0d0f73;
}

.section-4 .content .card:nth-child(1) {
    top: -100px;
    left: 0;
}

.section-4 .content .card:nth-child(2) {
    top: -100px;
    left: 50%;
}


.section-4 .content .card:nth-child(3) {
    bottom: -100px;
    left: 0;
}

.section-4 .content .card:nth-child(4) {
    bottom: -100px;
    left: 50%;
}

.section-4 .content .card:nth-child(5) {
    left: -150px;
    top: 50%;
    translate: -50% -50%;
}

.section-4 .content .card:nth-child(6) {
    right: -220px;
    top: 50%;
    translate: 0% -50%;

}


/*  */
/* SECTION-5 WRAPPER */
.section5 {
    height: auto;
    margin-top: 100px;
    overflow: hidden;
    /* background-image: url('../assets/Images/section-3/bg-image.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; */
}

/* Full height sections */
.section5 .orange,
.section5 .black,
.section5 .blue {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TEXT/IMAGE WRAP */
.section5 .p-wrap {
    position: relative;
    overflow: hidden;
    width: 35%;
    height: 80vh;
}

.section5 .text-wrap {
    position: relative;
    overflow: hidden;
    width: 45%;
    height: 80vh;
    margin-right: 8%;
}

.section5 .p-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* PANEL TEXTS */
.section5 .panel-text {
    opacity: 1;
    overflow: visible;
    height: auto;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}


.section5 .panel-text h2 {
    font-size: 3vw;
    margin-bottom: 15px;
    color: #074ad0 !important;
}

.section5 .panel-text p {
    font-size: 1.5vw;
    margin-bottom: 15px;
    color: #676767 !important;
}

/* SCTION - 6 */
.section-6 {
    margin-top: 200px;
    padding-top: 200px;
    padding-block: 100px;

}



.section-6 h2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#00359e, #0042c5 50%, #2970ff);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 4rem;
    font-weight: 400;
    /* line-height: 80px; */
}

.section-6 p {
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 60px;
}


.section-6 .btn-primary {
    background: #322B85;
    font-size: 1.2rem;
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    border: none;
    margin-top: 40px;
    cursor: pointer;
    background: linear-gradient(154deg, rgba(50, 43, 133, 1) 0%, rgba(37, 117, 190, 1) 100%);
}

.section-6 img {
    position: absolute;
    width: 15%;
    border-radius: 20px;
    height: auto;
}

.section-6 .img-1 {
    top: -10%;
    left: 5%;
}


.section-6 .img-2 {
    top: -10%;
    right: 0%;
}

.section-6 .img-3 {
    bottom: -15%;
    left: 1%;
}

.section-6 .img-4 {
    bottom: -15%;
    right: 0%;
}

.section-6 .img-5 {
    top: 40%;
    left: 10%;
    width: 25%;
}

.section-6 .img-6 {
    top: 40%;
    right: 10%;
    width: 25%;
}

/* section 7 */

.section-7 {

    padding-top: 200px;
    padding-block: 100px;

}

.section-7 .section-header {
    margin-bottom: 60px;
}



.section-7 p {
    color: #111827;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}


.section-7 .content-container {
    background: #F1F6FF;
    padding: 30px;
    border-radius: 20px;
}

.section-7 .content-container .cardd h4 {
    margin-bottom: 10px;
    font-size: 1.5vw;
}

.section-7 .content-container .icon-container {
    background: #0040c1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding: 0;
}


/* PANELS */
.section5 .panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*  marquee-container*/
.section-8 {
    rotate: 0deg;

}

.marquee-container {
    margin-top: 140px;
    width: 100%;

}

.marquee-text-left {
    display: inline-block;
    font-size: 3.2vw;
    padding-block: 30px;
    padding-right: 50px;
    background: linear-gradient(#70a0ff, #144ec1db);
    color: #f5f5f5;
    position: relative;
    text-wrap: nowrap;
}



/* CONTACT */

.contact {
    z-index: 1;
    text-align: center;
    background-image: linear-gradient(#70a0ff, #144ec1);
    border-radius: 40px;
    padding: 92px 55px 100px;
    position: relative;
    overflow: hidden;
    color: white;
}


.service-text {
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    line-height: 1.2;
}

.service-text .char {
    display: inline-block;
    white-space: pre;
    vertical-align: top;
}


.text-anim-container {
    max-width: 800px;
    margin: 10px auto;
    text-align: center;
    perspective: 1000px;
    /* ✅ gives 3D rotation depth */
}

.text-up-rotate {
    font-size: 3vw;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0;
    transform-origin: 50% 50% -160px;
    color: #f4f9ff;
}

/* // FOOTER */
footer {
    font-family: 'Segoe UI', sans-serif;
    padding-top: 80px;
}


.footer .foot-logo {
    width: 130px;
    margin-bottom: 30px;
}


.footer a {
    text-decoration: none;
    color: black;
}

.footer .social-icons a {
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

footer .contact-info img {
    flex: 0;
    width: 20px;
}

.logo {
    width: 100%;
    max-width: 150px;
}

.social-icon {
    width: 30px;
}

.btn-lime {
    background-color: #d5ff5d;
    color: black;
    font-weight: 500;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
}

.btn-lime:hover {
    background-color: #c8f048;
    text-decoration: none;
    color: black;
}

.bg-lime {
    background-color: #d5ff5d !important;
}

.Copyright h6 {
    font-size: 14px;
}


/*  */
@media screen and (max-width : 1650PX) {
    .banner h1 {
        font-size: 3.2rem;
        font-weight: 500;
    }

    .banner h1 .bg-text {
        font-size: 2.3rem !important;

    }

    .section-6 h2 {
        font-size: 3.8rem;
    }


    .section-subhead {
        font-size: 3.8rem;

    }
}


/*  */
@media screen and (max-width : 1450PX) {
    .banner h1 {
        font-size: 3rem;
        font-weight: 500;
    }

    .banner h1 .bg-text {
        font-size: 2rem !important;

    }

    .section-6 h2 {
        font-size: 3.6rem;
    }

    .section-subhead {
        font-size: 3.6rem;

    }
}


/*  */
@media screen and (max-width : 992px) {
    .banner h1 {
        font-size: 4vw;
    }

    .banner p {
        font-size: 3.8vw;
    }

    .navbar-container {
        max-width: 100%;
        width: 100%;
        box-shadow: none;
        top: 0;
    }

    .banner {
        padding-top: 20vh;
    }

    .height-manage {
        height: 0px;
    }

    .navbar-container .logo {
        width: 50px;
    }

    .navbar-container button {
        font-size: 16px;
        color: white;
    }
}

/*  */
@media screen and (max-width : 768px) {
    .banner h1 {
        font-size: 5vw;
    }

    .banner p {
        font-size: 4.8vw;
    }
}

/*  */
@media screen and (max-width : 576px) {
    .banner h1 {
        font-size: 7vw;
    }

    .banner p {
        font-size: 6vw;
    }

    .banner button.banner-btn {
        font-size: 17px;
    }


}