.homeMain {
    background-image: url(/images/Group.svg);
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.fixHome2 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.w-75per {
    width: 75% !important;
}

p {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: #E6E6E7;
}

#homeSec1 {
    max-width: 840px;
    margin: auto;
    margin-top: 110px;
}

#homeSec1 h1 {
    color: rgba(177, 201, 239, 1);
    font-weight: 700;
    font-size: 55px;
}

#homeSec1 h6 {
    color: rgba(177, 201, 239, 1);
    font-weight: 300;
    line-height: 36px;
    font-size: 26px;
}

.btn {
    padding: 17px 40px !important;
    font-size: 16px !important;
    border-radius: 4px;
}

.btn-primary {
    border: 1px solid rgba(200, 209, 218, 1);
    color: #FFFFFF;
    background-color: transparent;
}

.btn-secondary {
    border: 1px solid #030311;
    color: #030311;
    background-color: #F9FCFF;
}

#homeSec2 {
    background-image: url(/images/dashboard.png);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 130px;
}

/* #sec3right {
    background-image: url(/images/sec2Blur.png);
    background-repeat: no-repeat;
    height: 860px;
    position: relative;
} */
#sec3left {
    max-width: 550px;
}

#sec3right img {
    height: 450px;
}

#homeSec3,
#homeSec4,
#homeSec7,
#homeSec8 {
    margin-top: 250px;
}

#homeSec5 {
    background-color: #0a0a0a;
    padding-top: 150px;
    margin-top: -195px;
    padding-bottom: 100px;
}

#homeSec6 {
    background-color: #030311;
    padding-top: 270px;
}


#homeSec3 h1,
#homeSec6 h1,
#homeSec7 h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    background: linear-gradient(90deg, #FFFFFF 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#homeSec3 h6,
#homeSec7 h6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: #CDCDCF;
}

#homeSec6 h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #CDCDCF;
}

#homeSec3 .btn,
#homeSec6 .btn {
    margin-right: auto;
    font-weight: bold;
}

#homeSec4 h2 {
    font-family: 'Grift', Arial, sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
    background: linear-gradient(90deg, #FFFFFF 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#homeSec4 h6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    background: linear-gradient(90deg, #E6E6E7 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-box {
    text-align: center;
    padding: 20px;
    border-right: 2px solid #4F4F58;
}

.feature-box:last-child {
    border-right: none;
}

#homeSec5 img {
    width: 100%;
}

.mxw-1050 {
    max-width: 1050px;
}

#homeSec5 p {
    font-style: italic;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(90deg, #E6E6E7 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec6-Left {
    width: 100%;
}

.sec6-LeftContainer {
    max-width: 672px;
}

#homeSec7 img {
    margin: auto;
}

#homeSec7 h6 {
    max-width: 1012px;
    margin: auto;
    background: linear-gradient(90deg, #FFFFFF 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-carousel .item img {
    max-height: 75px;
    filter: grayscale(100%) brightness(0.7);
    transition: filter 0.3s;
}

.logo-carousel .owl-item.center img {
    filter: grayscale(0%) brightness(1);
}

#homeSec8 h1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    background: linear-gradient(90deg, #E6E6E7 0%, #B1C9EF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#homeSec8 .text-center {
    max-width: 730px;
}

#homeSec1,
#homeSec2 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

#homeSec1.visible,
#homeSec2.visible {
    opacity: 1;
    transform: translateY(0);
}

#sec3left,
#sec3right,
#homeSec5Center {
    opacity: 0;
    transition: all 1s ease;
}

#sec3left {
    transform: translateX(-80px);
}

#sec3right,
#homeSec5Center {
    transform: translateX(80px);
}

#sec3left.visible,
#sec3right.visible,
#homeSec5Center.visible {
    opacity: 1;
    transform: translateX(0);
}

#homeSec4 h2,
#homeSec4 h6,
#homeSec4 .feature-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

#homeSec4 h2.visible,
#homeSec4 h6.visible,
#homeSec4 .feature-box.visible {
    opacity: 1;
    transform: translateY(0);
}

#homeSec4 .feature-box:nth-child(1) {
    transition-delay: 0.3s;
}

#homeSec4 .feature-box:nth-child(2) {
    transition-delay: 0.6s;
}

#homeSec4 .feature-box:nth-child(3) {
    transition-delay: 0.9s;
}


#homeSec6 .sec6-Left,
#homeSec6 #sec6right {
    opacity: 0;
    transition: all 1.2s ease;
}

#homeSec6 .sec6-Left {
    transform: translateX(-100px);
}

#homeSec6 #sec6right {
    transform: translateX(100px);
}

#homeSec6 .sec6-Left.visible,
#homeSec6 #sec6right.visible {
    opacity: 1;
    transform: translateX(0);
}


#homeSec6 #sec6right img {
    filter: drop-shadow(0 0 0 rgba(0, 200, 255, 0.7));
    transition: filter 0.3s ease-in-out;
}

#homeSec6 #sec6right.visible img {
    animation: orbitGlow 2.5s infinite alternate ease-in-out;
}

@keyframes orbitGlow {
    0% {
        filter: drop-shadow(0 0 8px rgba(0, 200, 255, 0.6));
    }

    50% {
        filter: drop-shadow(0 0 16px rgba(0, 200, 255, 0.8));
    }

    100% {
        filter: drop-shadow(0 0 24px rgba(0, 200, 255, 1));
    }
}


#homeSec7 h1,
#homeSec7 h6,
#homeSec7 img {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
}

#homeSec7 h1.visible,
#homeSec7 h6.visible,
#homeSec7 img.visible {
    opacity: 1;
    transform: translateY(0);
}

#homeSec6 #sec6right img.intense-glow {
    filter: drop-shadow(0 0 40px rgba(0, 255, 255, 1)) drop-shadow(0 0 60px rgba(0, 255, 255, 0.9));
    transition: filter 0.2s ease-in-out;
}



@media (max-width:1550px) {
    #sec6right img {
        height: 792px;
    }
}

@media (max-width:480px) {
    #sec6right img {
        height: 792px;
    }

    #homeSec2 {
        background-size: contain;
        height: 250px;
        margin-top: 70px;
    }

    #homeSec1,
    #homeSec3,
    #homeSec4,
    #homeSec7,
    #homeSec8 {
        margin-top: 70px;
    }

    #homeSec3 h1,
    #homeSec6 h1,
    #homeSec7 h1 {
        font-size: 55px;
        line-height: 60px;
    }

    #homeSec3 .container {
        display: block !important;
    }

    #sec3right,
    #sec6right {
        display: none;
    }

    #homeSec4 h6 {
        font-size: 23px;
        line-height: 30px;
    }

    #homeSec6 {
        padding-top: 70px;
    }

    .feature-box {
        border: none;
    }

    #homeSec7 img {
        width: 95% !important;
    }

    .footer-container {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
}