﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap");

@font-face {
    font-family: "Inter-Regular";
    src: url(./font/Inter-Regular.ttf);
}

@font-face {
    font-family: "Inter-Bold";
    src: url(./font/Inter-Regular.ttf);
    src: url(./font/Inter-Bold.ttf);
}
.main-credential {
    background-color: #F3F3F3 !important;
}

h1 {
    font-family: "Inter-Bold";
    font-size:40px;
}

p {
    font-family: 'Inter-Regular';
    margin-bottom:0rem;
    font-size:20px;
}
.relative-main {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #F3F3F3 ;
    padding: 12% 5.3% 5% 5.3%;
}
.absolute {
    width: 50%;
    padding: 0% 9% 0% 0%;
}
    .absolute h1 {
        font-size: 40px;
        
    }

    .absolute p {
/*        font-size: 20px;*/
        margin-top: 4%;
     
    }

    .absolute button {
        width: 120px;
        height: 45px;
        border-radius:5px;
        background-color: white;
    }

#btn1 {
    border: none;
    color: white;
    background-color: #F96A2E;
    font-size: 15px;
    margin-top: 20px;
}

#btn2 {
    border: 1px solid white;
    margin-left: 5%;
    background-color: #fb8858;
    font-size: 15px;
    color: white;
    width: 150px;
    height: 45px;
    margin-top: 20px;
}
.credential-img {
    width: 50%;
}

    .credential-img img {
        width: 70%;
        float:right;
    }

.login-img #lock {
    width: 100px;
    height: 70px;
    margin-left: 30px;
    margin-top: 10%;
    animation: identifier 2s linear;
    margin-top: 25%;
}

@keyframes identifier {
    from {
        left: -60px;
    }

    to {
        left: 20px;
    }
}

@keyframes mymove {
    from {
        top: -80px;
    }

    to {
        top: 0px;
    }
}

.text-write-1 {
    width: 100%;
    padding: 3% 3.5% 3% 3.5%;
    
}

.step-1 h1 {
    font-size: 40px;
    margin-bottom: 12px;
}

.step-1 p {
    font-size: 20px;
    margin-bottom:3%;
}

.step-1 {
    text-align: center;
    
}

.grid-container {
    display: grid;
    padding:1% 3.7%;
    grid-template-columns: 1fr 1fr 1fr;
}

    .step img {
        width: 51%;
    }

.step h1 {
    margin-bottom: 7%;
}

.step {
    padding: 20px;
    text-align: center;
}
    .step p {
        font-size: 20px;
    }
    
        .text-write-2 {
    background-color: #eef9ff;
    width: 100%;
    padding:3% 5.3%;
}
@keyframes gradientShift {
    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.9;
    }
}

@keyframes shieldPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 40px rgba(249, 106, 46, 0.6));
    }

    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 60px rgba(249, 106, 46, 0.8));
    }
}

@keyframes nodePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

@keyframes dataFlow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ringExpand {
    0%, 100% {
        transform: scale(0.8);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes beamMove {
    0%, 100% {
        transform: translateX(0) scaleY(0.8);
    }

    50% {
        transform: translateX(50px) scaleY(1.2);
    }
}

@keyframes orbFloat {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(30px, -30px);
    }
}

@keyframes lockFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ===== MEDIA QUERIES ===== */
@media (max-width: 768px) {
    .credential-key {
        width: 350px;
        height: 350px;
    }

    .shield-outline {
        width: 250px;
        height: 300px;
    }

    .lock-icon {
        width: 60px;
        height: 60px;
    }

    .security-ring--small {
        width: 200px;
        height: 200px;
    }

    .security-ring--medium {
        width: 300px;
        height: 300px;
    }

    .security-ring--large {
        width: 400px;
        height: 400px;
    }

    .fingerprint-pattern {
        width: 200px;
        height: 200px;
    }

    .glow-orb--primary {
        width: 150px;
        height: 150px;
    }

    .glow-orb--secondary {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .credential-key {
        width: 280px;
        height: 280px;
    }

    .shield-outline {
        width: 200px;
        height: 240px;
    }

    .lock-icon {
        width: 50px;
        height: 50px;
    }

    .security-ring--small {
        width: 150px;
        height: 150px;
    }

    .security-ring--medium {
        width: 220px;
        height: 220px;
    }

    .security-ring--large {
        width: 300px;
        height: 300px;
    }

    .fingerprint-pattern {
        width: 160px;
        height: 160px;
    }

    .network-node {
        width: 8px;
        height: 8px;
    }

    .data-particle {
        width: 3px;
        height: 3px;
    }
}
@media (max-width: 1024px) {
    .features-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-title {
        font-size: 40px;
    }
   
    #btn2 {
        border: 1px solid white;
        margin-left: 5%;
        background-color: #fb8858;
        font-size: 13px!important;
        color: white;
        width: 150px;
        height: 45px;
        margin-top: 20px;
    }
    .security-feature {
        background: black;
        border-radius: 24px;
        padding: 25px 14px!important;
        position: relative;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(249, 106, 46, 0.2);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(249, 106, 46, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.1);
        transform-style: preserve-3d;
        animation: security-card-appear 0.8s ease-out forwards;
        opacity: 0;
    }
}

@media (max-width: 768px) {
  

    .section-title {
        font-size: 36px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .feature-card {
        padding: 40px 30px;
    }

    .feature-title {
        font-size: 24px;
    }
}
.grid-container0 {
    display: grid;
    grid-template-columns: auto auto auto;
}

    .grid-container0 img {
        width: 10%;
    }

.error {
    display: flex;
    padding:6%;
}

.color-1 {
    width: 7%;
    background-color: #f1d091;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.color-2 {
    width: 7%;
    background-color: #ef7d8b;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.color-3 {
    width: 7%;
    background-color: #a0c4e5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#flex-1 {
    text-align: center;
    background-color: #f2e0dd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}

#flex-2 {
    text-align: center;
    background-color: #e2eff5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}

#flex-3 {
    text-align: center;
    background-color: #cecddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}

.table {
    padding: 10%;
    justify-content: center;
    width: 100%;
}

.rows {
    display: flex;
}

.table-1 {
    background-color: #faa681;
    width: 80%;
    height: 16.8rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .table-1 h2 {
        margin: 50% 20px;
        font-size: 32px;
        color: #6a574e;
    }

.table-2 {
    width: 80%;
    height: 16.8rem;
}

    .table-2 h1 {
        margin-left: 50px;
        margin-top: 20px;
    }

    .table-2 p {
        margin-left: 50px;
        font-size: 20px;
        padding-right: 10px;
        margin-top: 25px;
    }

.table-3 {
    width: 80%;
    height: 16.8rem;
    background-color: #4799b1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .table-3 h1 {
        margin-top: 20px;
        margin-left: 20px;
        color: white;
    }

    .table-3 p {
        margin-top: 20px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 20px;
        color: white;
    }

.colomn {
    justify-content: center;
    width: 100%;
}

.rows1 {
    display: flex;
}

.colomn-1 {
    background-color: #faa681;
    width: 80%;
    height: 8.8rem;
    border-top: 3px solid white;
}

    .colomn-1 h2 {
        margin: 20px;
        font-size: 32px;
        color: #6a574e;
    }

.colomn-2 {
    width: 80%;
    height: 8.8rem;
    border-top: 3px solid black;
}

    .colomn-2 h1 {
        margin-left: 50px;
        margin-top: 40px;
    }

    .colomn-2 p {
        margin-left: 50px;
        font-size: 20px;
        padding-right: 10px;
        margin-top: 25px;
    }

.colomn-3 {
    width: 80%;
    height: 8.8rem;
    background-color: #4799b1;
    border-top: 3px solid white;
}

    .colomn-3 p {
        margin-top: 25px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 20px;
        color: white;
    }

.row {
    justify-content: center;
    width: 100%;
}

.rows1 {
    display: flex;
}

.row-1 {
    background-color: #faa681;
    width: 80%;
    height: 6.6rem;
    border-top: 3px solid white;
}

    .row-1 h2 {
        margin-left: 20px;
        margin-top: 35px;
        font-size: 32px;
        color: #6a574e;
    }

.row-2 {
    width: 80%;
    height: 6.6rem;
    border-top: 3px solid black;
}

    .row-2 h1 {
        margin-left: 50px;
        margin-top: 40px;
    }

    .row-2 p {
        margin-left: 50px;
        font-size: 20px;
        padding-right: 10px;
        margin-top: 44px;
    }

.row-3 {
    width: 80%;
    height: 6.6rem;
    background-color: #4799b1;
    border-top: 3px solid white;
}

    .row-3 p {
        margin-top: 44px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 20px;
        color: white;
    }
/* ===== ANIMATION KEYFRAMES ===== */
@keyframes security-particle-float {
    0%, 100% {
        opacity: 0;
        transform: translateY(100vh) translateX(0);
    }

    10% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.6;
    }

    100% {
        transform: translateY(-100vh) translateX(50px);
    }
}

@keyframes security-header-entrance {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes security-card-appear {
    from {
        opacity: 0;
        transform: translateY(50px) rotateX(-15deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes security-icon-hover {
    0%, 100% {
        transform: translateY(0px) rotateZ(0deg);
    }

    50% {
        transform: translateY(-12px) rotateZ(5deg);
    }
}

@keyframes security-border-glow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes security-connector-pulse {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

@keyframes security-ambient-float {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(50px, -50px);
    }
}
/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .security-platform__features {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .security-platform__title {
        font-size: 42px;
    }

    .security-feature__connector {
        display: none;
    }
    .icon-wrapper {
        width: 130px!important;
        height: 130px!important;
        margin: 0 auto 8px!important;
        position: relative;
    }
    .feature-title {
        font-size: 26px!important;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px!important;
        letter-spacing: -0.3px;
    }
    .feature-description {
        font-size: 14px!important;
        color: #666;
        line-height: 1.8;
        font-weight: 400;
    }
    .feature-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 20px!important;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 768px) {


    .security-platform__title {
        font-size: 36px;
    }

    .security-platform__subtitle {
        font-size: 18px;
    }

    .security-feature {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .security-platform__title {
        font-size: 28px;
    }

    .security-feature {
        padding: 30px 20px;
    }

    .security-feature__icon {
        width: 70px;
        height: 70px;
    }

    .security-feature__icon-svg {
        width: 35px;
        height: 35px;
    }
}
.insert {
    justify-content: center;
    width: 100%;
}

.rows1 {
    display: flex;
}
.insert-1 {
    background-color: #faa681;
    width: 80%;
    height: 7.9rem;
    border-top: 3px solid white;
}

.insert-1 h2 {
    margin-left: 20px;
    margin-top: 40px;
    font-size: 32px;
    color: #6a574e;
}

.insert-2 {
    width: 80%;
    height: 7.9rem;
    border-top: 3px solid black;
}

    .insert-2 h1 {
        margin-left: 50px;
        margin-top: 40px;
    }

    .insert-2 p {
        margin-left: 50px;
        font-size: 20px;
        padding-right: 10px;
        margin-top: 48px;
    }

.insert-3 {
    width: 80%;
    height: 7.9rem;
    background-color: #4799b1;
    border-top: 3px solid white;
}

    .insert-3 p {
        margin-top: 48px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 20px;
        color: white;
    }

.text {
    justify-content: center;
    width: 100%;
}

.rows1 {
    display: flex;
}

.text-1 {
    background-color: #faa681;
    width: 80%;
    height: 7.9rem;
    border-top: 3px solid white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .text-1 h2 {
        margin-left: 20px;
        margin-top: 40px;
        font-size: 32px;
        color: #6a574e;
    }

.text-2 {
    width: 80%;
    height: 7.9rem;
    border-top: 3px solid black;
}

    .text-2 h1 {
        margin-left: 50px;
        margin-top: 40px;
    }

    .text-2 p {
        margin-left: 50px;
        font-size: 20px;
        padding-right: 10px;
        margin-top: 48px;
    }

.text-3 {
    width: 80%;
    height: 7.9rem;
    background-color: #4799b1;
    border-top: 3px solid white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .text-3 p {
        margin-top: 48px;
        padding-right: 30px;
        margin-left: 20px;
        font-size: 20px;
        color: white;
    }

.Enterprise {
    height: auto;
    width: 100%;
    background-color: #f8f9fd;
    display: flex;
    padding:4% 5.3%;
}

.footer-1 {
    width: 50%;
 
}

.video-fram {
    padding-left: 20%;
}

#button {
    padding: 0px 3px;
    border: none;
    border-radius: 10px;
    background-color: #f96b2f;
    color: white;
    font-size: 14px;
}

#h1 {
    margin-top: 3%;
/*    font-size: 30px;*/
}

span {
    color: #f98657;
}

#p {    
    margin-top: 3%;
/*    font-size: 22px;*/
}

.footer-1 img {
    width: 60%;
    margin-top: 3%;
}

#text-line {
    margin-left: 30%;
    margin-top: 6%;
    margin-bottom: 10%;
}

    #text-line h1 {
        font-size: 25px;
    }

    #text-line p {
        font-size: 18px;
        padding: 10px 250px 0px 0px;
    }

.img-container {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 30rem;
    background-image: url(sso4\ images/video1.png);
    background-size: cover;
}

    .img-container img {
        width: 100%;
        height: 27rem;
        font: content;
    }

#img-contain {
    display: flex;
    flex-direction: row;
    position: absolute;
    padding: 11% 0px 0px 0px;
    grid-template-columns: auto auto auto;
    top: 0;
    left: 0;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 150px; */
}

    .arrow img {
        width: 90px;
        height: 48px;
    }

#img-contain h1 {
    color: white;
    font-size: 20px;
    margin-left: 10%;
    width: 310px;
}

.dot {
    background-color: white;
    width: 20px;
    height: 20px;
    margin-left: 10%;
    margin-top: 14px;
    border-radius: 50%;
}

#padding {
    width: 30%;
    font-size: 20px;
    margin-left: 3%;
    color: white;
    line-height: 30px;
}

#img-contain h1 {
    margin-left: 10%;
    color: white;
    font-size: 45px;
}

.main {
    width: 100%;
}

.main-div {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 3% 5.3%;
}

    .main-div div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto auto;
        flex-wrap: wrap;
    }

        .main-div div div {
            display: flex;
            flex-direction: column;
            gap: 20px;
            background-color: aliceblue;
            padding: 40px 10px;
            border-bottom: 5px solid white;
            text-align: center;
        }

            .main-div div div:nth-child(1) {
                background-color: #faa681;
                color: #6a574e;
            }

        .main-div div div {
            background-color: orange;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .main-div div div:nth-child(1) {
                justify-content: end;
            }

            .main-div div div:nth-child(2) {
                background-color: white;
                border-bottom: 5px solid black;
            }

        .main-div div:nth-child(5) div:nth-child(2) {
            background-color: white;
            border: none;
        }

        .main-div div div:nth-child(3) {
            background-color: #4799b1;
            color: white;
        }

        .main-div div:nth-child(1) div:nth-child(1) {
            border-top-left-radius: 30px;
        }

        .main-div div:nth-child(1) div:nth-child(3) {
            border-top-right-radius: 30px;
        }

        .main-div div:nth-child(5) div:nth-child(1) {
            border-bottom-left-radius: 30px;
            border: none;
        }

        .main-div div:nth-child(5) div:nth-child(3) {
            border-bottom-right-radius: 30px;
            border: none;
        }

        .main-div div div h1 {
/*            font-size: 35px;*/
        }

        .main-div div div p {
            font-size: 20px;
        }
        ul{
            padding-left:0rem;
        }
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

.timeline {
    width: 50%;
    padding-left:20px;
}

    .timeline ul {
        margin-top: 70px;
        list-style-type: none;
        border-left: 2px solid #094a68;
        margin-top: 0px;
    }

        .timeline ul li {
            padding: 20px 0px 30px 20px;
            margin-left: 10%;
            position: relative;
            cursor: pointer;
            transition: 0.5s;
        }

            .timeline ul li span {
                display: inline-block;
                background-color: #1685b8;
                border-radius: 25px;
                padding: 2px 5px;
                font-size: 15px;
                text-align: center;
            }

            .timeline ul li .content h1 {
/*                font-size: 25px;*/
                padding-top: 5px;
            }

            .timeline ul li .content p {
/*
                font-size: 18px;*/
            }

            .timeline ul li:before {
                position: absolute;
                content: "";
                width: 15px;
                height: 15px;
                background-color: black;
                border-radius: 50%;
                left: -12.3%;
                top: 28px;
                transition: 0.5s;
            }

            .timeline ul li:hover {
                box-shadow: 0px 0px 10px #f96b2f;
                border-radius: 5px;
            }

                .timeline ul li:hover:before {
                    background-color: #f96b2f;
                    box-shadow: 0px 0px 10px 2px #f96b2f;
                }

@media (max-width: 1400px) {
   

    .table-1,
    .table-2,
    .table-3 {
        height: auto;
    }

    .colomn-1,
    .colomn-2,
    .colomn-3 {
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .row-1,
    .row-2,
    .row-3 {
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .insert-1,
    .insert-2,
    .insert-3 {
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .text-1,
    .text-2,
    .text-3 {
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    

    .timeline ul li:before {
        left: -12.8%;
    }
    #button {
        padding: 0px 3px;
        border: none;
        border-radius: 10px;
        background-color: #f96b2f;
        color: white;
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .login-img img {
        width: 70%;
        margin-left: 8%;
    }
    .timeline ul li:before {
        left: -13%;
    }
    .section-title {
        font-size: 48px!important;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 1200px) {
   

    .text-write-2 {
        height: auto;
    }
    .absolute h1 {
        font-size: 36px;
    }
    .absolute p {
        font-size: 17px;
    }
    .credential-img img {
        width: 80%;
    }
    .Enterprise {
        height: auto;
        padding-bottom: 20px;
    }

    .timeline ul li:before {
        left: -12.8%;
    }

    .login-img #login {
        width: 350px;
        height: 350px;
        margin-top: 50px;
    }
    .icon-wrapper {
        width: 135px !important;
        height: 135px !important;
        margin: 0 auto 8px !important;
        position: relative;
    }

    .feature-title {
        font-size: 28px !important;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px !important;
        letter-spacing: -0.3px;
    }

    .feature-description {
        font-size: 14px !important;
        color: #666;
        line-height: 1.8;
        font-weight: 400;
    }

    .feature-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 30px !important;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
    }

}
@media only screen and (max-width:1100px){
    .grid-container {
        display: block;
        padding:1% 5.3%

    }
.step{
    padding:0px 0px;
}
.step h1{
    margin-bottom:2%;
}
    .security-feature {
        background: black;
        border-radius: 24px;
        padding: 40px 25px!important;
    }
    .icon-wrapper {
        width: 130px !important;
        height: 130px !important;
        margin: 0 auto 8px !important;
        position: relative;
    }

    .feature-title {
        font-size: 26px !important;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px !important;
        letter-spacing: -0.3px;
    }

    .feature-description {
        font-size: 14px !important;
        color: #666;
        line-height: 1.8;
        font-weight: 400;
    }

    .feature-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 20px !important;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(0, 0, 0, 0.05);
        position: relative;
        overflow: hidden;
    }
    }
@media (max-width: 1000px) {
    

    .timeline ul li:before {
        left: -13.3%;
    }
}

@media only screen and (max-width: 915px) {
    .main-div div div p {
        font-size: 14px;
    }

    .main-div div div h1 {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .relative {
        height: auto;
    }
    .absolute {
        width: 50%;
        padding: 0% 9% 0% 0% !important;
    }
    .section-header {
        text-align: left!important;
    }
    .section-title {
        font-size: 34px !important;
        height: auto;
    }
    .section-subtitle {
        margin: 0px!important;
    }
    .timeline ul li{
        margin-left:8.8%;
    }
    .timeline {
        width: 100%!important;
        padding-left: 20px!important;
    }
    .step-1 {
        margin: 0px 20px;
    }

    .timeline ul li:before {
        left: -12.4%;
    }

    .footer-1 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .absolute button {
        margin-top:2%;
    }
    .absolute p{
        margin-top:2%;
        line-height:30px;
    }
        .footer-1 img {
            width: 100%;
            margin-top: 5%;
        }
        #p{
            margin-top:0%;
        }
    .Enterprise {
        width: 100%;
        height: auto;
        padding:4% 6.2%;
        display:block;
    }

    .absolute {
        height: auto;
        width: 100%;
    }

    .relative-main {
        flex-direction: column;
        padding: 12% 6.2% 5% 6.2%;
    }

    .footer-1 #button {
        padding: 10px;
        border-radius: 4px;
        font-size: 10px;
        width: 180px;
    }

    .footer-1 #h1 {
        margin-top: 10px;
        /* padding: 0px; */
        font-size: 30px;
    }
    .main-div{
        padding:3% 6.2%;
    }
    .text-write-2 {
        height: auto;
    }

    .relative img {
        width: 100%;
        height: 28rem;
        justify-content: center;
        align-items: center;
    }
    .grid-container {
        padding:1% 6.2%;
    }
    .error {
        padding: 10px;
    }

    .login-img img {
        display: none;
    }

    #btn2 {
        margin-left: 2%;
        display:none;
    }

    .credential-img {
        width: 100%;
        margin-top:50px;
    }

        .credential-img img {
            width: 100%;
            margin-top:8%;
        }
}
   

    .table {
        height: auto;
        justify-content: center;
        align-items: center;
    }

    .text-write-1 {
        height: auto;
        margin: 0px;
        padding: 25px 0px;
    }


@media (max-width: 800px) {
    .grid-container0 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .color-1,
    .color-2,
    .color-3 {
        width: 2%;
    }

    .rows,
    .rows1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .table {
        justify-content: center;
    }

    .table-3 {
        border-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media only screen and (max-width: 775px) {
    .arrow {
        justify-content: center;
        gap: 0px;
        margin: 0px;
        padding: 0px;
    }

    #img-contain h1 {
        margin: 0px;
        padding: 0px;
        font-size: 40px;
    }

    .timeline ul li {
        padding: 40px 10px 0px 19px;

    }

    .dot {
        background-color: white;
        width: 25px;
        height: 25px;
        margin-left: 2%;
        margin-top: -120px;
        border-radius: 50%;
    }

    .img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 250px;
    }

    .arrow img {
        width: 40px;
        height: 35px;
        position: absolute;
        right: 80px;
    }

    #img-contain {
        flex-direction: column-reverse;
    }

    #padding {
        width: 100%;
        text-align: center;
        font-size: 18px;
        padding: 30px 35px;
        margin: 0px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 715px) {
    .main-div div div {
        gap: 12px;
        padding: 24px 10px;
    }

    .footer-1 #button {
        padding: 8px;
        border-radius: 4px;
        font-size: 10px;
        width: 110px;
    }
    .security-platform__subtitle {
        max-width: 680px!important;
    }

    #btn2 {
        display: none !important;
    }

    .icon-image {
        width: 70px !important;
        height: 70px !important;
    }

    .icon-wrapper {
        width: 115px !important;
        height: 115px !important;
        margin: 0 auto 4px !important;
    }

    .feature-title {
        font-size: 24px !important;
        margin-bottom: 8px !important;
    }

    .feature-description {
        font-size: 12px !important;
    }

    .security-feature__icon-svg {
        width: 40px !important;
        height: 40px !important;
    }

    .security-feature__icon {
        width: 80px !important;
        height: 80px !important;
        margin: 0px auto 20px !important;
    }

    .security-feature__description {
        font-size: 14px !important;
    }

    .how-it-works-section {
        padding: 5% 6.2% !important;
    }

    .security-platform__features {
        padding: 2% 6.2%;
    }
    .security-scene {
        position: relative;
        width: 100%;
        height: 35vh;
    }
    }

    @media only screen and (max-width: 714px) and (min-width: 615px) {
        .timeline ul li:before {
            left: -11.5%;
        }

        .timeline {
            width: 100%;
            padding: 50px 30px 0px 0px;
        }
        .icon-image {
            width: 65px !important;
            height: 65px !important;
        }

        .icon-wrapper {
            width: 100px !important;
            height: 100px !important;
            margin: 0 auto 2px !important;
        }

        .feature-title {
            font-size: 22px !important;
            margin-bottom: 4px !important;
        }

        .feature-description {
            font-size: 10px !important;
        }

        .security-feature__icon-svg {
            width: 35px !important;
            height: 35px !important;
        }

        .security-feature__icon {
            width: 70px !important;
            height: 70px !important;
            margin: 0px auto 10px !important;
        }

        .security-feature__description {
            font-size: 12px !important;
        }

        .how-it-works-section {
            padding: 5% 6.2% !important;
        }

        .security-platform__features {
            padding: 2% 6.2% !important;
            gap: 30px!important;
        }
    }

@media only screen and (max-width: 614px) and (min-width: 515px) {
    .main-div div div h1 {
        font-size: 20px!important;
    }
    h1 {
        font-size: 28px !important;
    }
    .section-title {
        font-size: 28px !important;
        height: auto;
    }
    .relative-main {
        padding: 14% 6.2% 5% 6.2%;
    }

    .relative img {
        height: 25rem;
    }
    .icon-image {
        width: 60px !important;
        height: 60px !important;
    }

    .icon-wrapper {
        width: 90px !important;
        height: 90px !important;
        margin: 0 auto 2px !important;
    }

    .feature-title {
        font-size: 20px !important;
        margin-bottom: 2px !important;
    }

    .feature-description {
        font-size: 8px !important;
    }

    .security-feature__icon-svg {
        width: 30px !important;
        height: 30px !important;
    }

    .security-feature__icon {
        width: 60px !important;
        height: 60px !important;
        margin: 0px auto 5px !important;
    }

    .security-feature__description {
        font-size: 10px !important;
    }

    .how-it-works-section {
        padding: 5% 6.2% !important;
    }

    .security-platform__features {
        padding: 2% 6.2% !important;
        gap: 20px !important;
    }
    .features-container {
        gap: 20px!important;
    }
}


@media only screen and (max-width: 515px) and (min-width: 425px) {
    .color-1,
    .color-2,
    .color-3 {
        width: 4%;
    }

    /* .absolute h1,
    .absolute p,
    #btn1 {
        margin-left: 10%;
    }*/

    .relative img {
        height: 22rem;
    }

    .main-div div {
        display: flex;
        flex-direction: column;
    }

        .main-div div:nth-child(1) div:nth-child(1) {
            border-top-right-radius: 15px;
            border-top-left-radius: 15px;
        }

        .main-div div:nth-child(1) div:nth-child(3),
        .main-div div:nth-child(5) div:nth-child(1) {
            border-radius: 0px;
        }

        .main-div div:nth-child(5) div:nth-child(3) {
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }

        .main-div div div {
            border-bottom: 5px solid white;
        }

            .main-div div div h1 {
                font-size: 20px;
            }

            .main-div div div:nth-child(2) {
                border-bottom: 5px solid white;
            }

    /*  .absolute h1 {
        font-size: 35px;
    }*/

    /*#btn1,
    #btn2 {
        height: 40px;
    }*/

    /*.absolute #btn1 {
        margin-left: 10%;
    }*/
    .relative-main {
        padding: 20% 6.2% 5% 6.2%;
    }

    .relative img {
        height: 25px;
    }

    .icon-image {
        width: 50px !important;
        height: 50px !important;
    }

    .icon-wrapper {
        width: 80px !important;
        height: 80px !important;
        margin: 0 auto 2px !important;
    }

    .feature-title {
        font-size: 22px !important;
        margin-bottom: 2px !important;
    }

    .feature-description {
        font-size: 12px !important;
    }

    .security-feature__icon-svg {
        width: 30px !important;
        height: 30px !important;
    }

    .security-feature__icon {
        width: 80px !important;
        height: 80px !important;
        margin: 0px auto 2px !important;
    }

    .security-feature__description {
        font-size: 12px !important;
    }

    .how-it-works-section {
        padding: 5% 6.2% !important;
    }

    .security-platform__features {
        padding: 2% 6.2% !important;
        gap: 10px !important;
    }

    .features-container {
        gap: 10px !important;
    }

    .security-platform__features {
        display: block !important;
    }

    .feature-card {
        margin: 15px !important;
    }

    .security-feature {
        margin: 15px;
    }

    .features-container {
        display: block !important;
    }
}

    @media only screen and (max-width: 425px) and (min-width: 350px) {
        html, body {
            width: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            box-sizing: border-box;
        }
        .absolute {
            margin-top: 25px!important;
        }
        #btn1,
        #btn2 {
            width: 95px;
            height: 35px;
            font-size: 14px;
        }

        .color-1,
        .color-2,
        .color-3 {
            width: 7%;
        }

        .timeline ul li:before {
            left: -13%;
        }

        .main-div div {
            display: flex;
            flex-direction: column;
        }

            .main-div div:nth-child(1) div:nth-child(1) {
                border-top-right-radius: 15px;
                border-top-left-radius: 15px;
            }

            .main-div div:nth-child(1) div:nth-child(3),
            .main-div div:nth-child(5) div:nth-child(1) {
                border-radius: 0px;
            }

            .main-div div:nth-child(5) div:nth-child(3) {
                border-bottom-right-radius: 30px;
                border-bottom-left-radius: 30px;
            }

            .main-div div div {
                border-bottom: 5px solid white;
            }

                .main-div div div h1 {
                    font-size: 20px;
                }

                .main-div div div:nth-child(2) {
                    border-bottom: 5px solid white;
                }
        .icon-image {
            width: 50px !important;
            height: 50px !important;
        }

        .icon-wrapper {
            width: 80px !important;
            height: 80px !important;
            margin: 0 auto 2px !important;
        }

        .feature-title {
            font-size: 22px !important;
            margin-bottom: 2px !important;
        }

        .feature-description {
            font-size: 12px !important;
        }

        .security-feature__icon-svg {
            width: 30px !important;
            height: 30px !important;
        }

        .security-feature__icon {
            width: 80px !important;
            height: 80px !important;
            margin: 0px auto 2px !important;
        }

        .security-feature__description {
            font-size: 12px !important;
        }

        .how-it-works-section {
            padding: 5% 6.2% !important;
        }

        .security-platform__features {
            padding: 2% 6.2% !important;
            gap: 10px !important;
        }

        .features-container {
            gap: 10px !important;
        }

        .security-platform__features {
            display: block !important;
        }

        .feature-card {
            margin: 15px !important;
        }

        .security-feature {
            margin: 15px;
        }

        .features-container {
            display: block !important;
        }
        .security-scene {
            position: relative;
            width: 100%;
            height: 35vh!important;
        }
        }
@media (max-width: 350px) {
    .rows1 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .insert-1, .insert-2 {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 450px) {
    .timeline ul li:before {
        left: -12%;
    }
}
@media (max-width: 400px) {

    /* Full screen overflow fix */
    body, html {
        overflow-x: hidden !important;
    }
    .ambient-light {
        display: none;
    }

    /* Image/Animation container shrink */
    .credential-key {
        width: 280px !important;
        height: 280px !important;
    }

    .shield-outline {
        width: 190px !important;
        height: 220px !important;
    }

    .lock-icon {
        width: 50px !important;
        height: 50px !important;
    }

    /* Rings fix */
    .security-ring {
        width: 250px !important;
        height: 250px !important;
    }

    /* Columns collapse */
    .features-container {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .feature-card {
        padding: 25px 20px !important;
    }
}

    @media (max-width: 350px) and (min-width: 300px) {
        html, body {
            width: 100%;
            margin: 0;
            padding: 0;
            overflow-x: hidden!important;
            box-sizing: border-box;
        }
       

        .section-title {
            margin-top: 20px!important;
            margin-bottom: 10px!important;
        }
        .absolute {
            margin-top: 25px !important;
        }

        .timeline {
            width: 100%;
            padding: 30px 5px 30px 10px;
        }

            .timeline ul li .content h3 {
                color: #34ace0;
                font-size: 15px;
            }
        .main-div div {
            display: flex;
            flex-direction: column;
        }

            .main-div div:nth-child(1) div:nth-child(1) {
                border-top-right-radius: 15px;
                border-top-left-radius: 15px;
            }

            .main-div div:nth-child(1) div:nth-child(3),
            .main-div div:nth-child(5) div:nth-child(1) {
                border-radius: 0px;
            }

            .main-div div:nth-child(5) div:nth-child(3) {
                border-bottom-right-radius: 30px;
                border-bottom-left-radius: 30px;
            }

            .main-div div div {
                border-bottom: 5px solid white;
            }

                .main-div div div h1 {
                    font-size: 20px;
                }

                .main-div div div:nth-child(2) {
                    border-bottom: 5px solid white;
                }

        .icon-image {
            width: 50px !important;
            height: 50px !important;
        }

        .icon-wrapper {
            width: 80px !important;
            height: 80px !important;
            margin: 0 auto 2px !important;
        }

        .feature-title {
            font-size: 22px !important;
            margin-bottom: 2px !important;
        }

        .feature-description {
            font-size: 12px !important;
        }

        .security-feature__icon-svg {
            width: 30px !important;
            height: 30px !important;
        }

        .security-feature__icon {
            width: 80px !important;
            height: 80px !important;
            margin: 0px auto 2px !important;
        }

        .security-feature__description {
            font-size: 12px !important;
        }

        .how-it-works-section {
            padding: 5% 6.2% !important;
        }

        .security-platform__features {
            padding: 2% 6.2% !important;
            gap: 10px !important;
        }

        .features-container {
            gap: 10px !important;
        }

        .security-platform__features {
            display: block !important;
        }

        .feature-card {
            margin: 15px !important;
        }

        .security-feature {
            margin: 15px;
        }

        .features-container {
            display: block !important;
        }
    }