@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&display=swap");

* {
    font-family: poppins;
}

body {
    margin: 0;
    background: #0a0a0a;
    color: white;
}

.main-section {
    background: #020024;
    /* background: url(images/Base\ bg.png) no-repeat center/cover; */
    background: url('../images/NewMainBG.png') no-repeat center/cover;
    position: relative;
    perspective: 700px;
    overflow: hidden;
    /* opacity: 70%; */
    /* background-size: 130%; */
}

.main-logo {
    height: 70px;
    /* width: 181px; */
    margin-top: 2rem;
}

.main-heading {
    font-size: 76px !important;
    font-weight: 500;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 1) 40%,
            rgba(0, 40, 60, 0.5) 95%,
            rgba(0, 40, 60, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -9px 21px 29px rgba(0, 0, 0, 0.44);
    display: inline-block;
    background-size: 150% 150%;
    background-position: center;
    line-height: 1;
}

.info-heading {
    font-size: 54px;
    font-weight: 500;
    background: radial-gradient(circle at center,
            rgba(255, 255, 255, 1) 40%,
            rgba(0, 40, 60, 0.5) 95%,
            rgba(0, 40, 60, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: -9px 21px 29px rgba(0, 0, 0, 0.44);
    display: inline-block;
    background-size: 150% 150%;
    background-position: center;
    line-height: 1;
    margin-top: 3rem;
}

.main-subheading {
    font-size: 20px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.debug {
    background-color: aliceblue;
}

/* main video styling */
.video-container video.main-animation,
.bg-blackhole-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: inherit;
    margin-top: 5rem;
    transform: scale(2.2);
    transform-origin: center center;
    transition: transform 1s ease;
}

.bg-blackhole-icon {
    position: absolute;
    z-index: -2;
    /* transform: ; */
    transform: scale(0.9) translateX(3%) translateY(1%);
    /* transform: scale(1.7); */
    mix-blend-mode: screen;
    opacity: 80%;
    filter: hue-rotate(15deg);
    /* filter: blur(1px) ; */
}

.line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    transition: transform 0.05s linear;
    mix-blend-mode: color-dodge;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 100%;
    transform: scale(2.1);
}

/* invisible hover zone centered over video */
.video-container .hover-zone {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
    cursor: pointer;
}

/* zoom only when hovering inside that center zone */
.video-container .hover-zone:hover~video.main-animation {
    transform: scale(2.6);
}

.gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
    padding: 30px;
    opacity: 100%;
}

.main-hero-img {
    height: 320px;
    z-index: 111;
    width: 320px;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    position: relative;
    animation: rotating-hero-img 1s ease-in-out 1;
}

.img-wrapper {
    position: relative;
}

.main-hero-img:hover {
    scale: 1.2;
}

.main-hero-img {
    filter: drop-shadow(5px -10px 50px rgb(146, 255, 255));
}

main {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* keep it on top */
    pointer-events: none;
}

.app_logo {
    width: 30px;
    height: 30px;
}

.appStore_logo {
    width: 30px;
    height: 30px;
    color: white;
}

.main-style-img,
.main-style-img2 {
    width: 200px;
    position: absolute;
    right: 100px;
    filter: blur(10px);
    transform: skew(-10deg);
}

.main-style-img {
    right: 100px;
    top: 0px;
    z-index: 1111;
}

.main-style-img2 {
    left: 45%;
    bottom: 0;
    z-index: 1;
    width: 200px;
    position: absolute;
    filter: blur(10px);
    transform: skew(-10deg);
}

.btn-box {
    width: 207px;
    box-shadow: 0px 1px 3px 1px rgba(235, 235, 235, 0.5);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    height: 57px;

    span {
        font-size: 10px;
    }

    h3 {
        font-size: 20px;
    }
}

.btn-box:hover {
    box-shadow: 0px 1px 5px 3px rgba(235, 235, 235, 0.5);
}

.contact-btn {
    width: 159px;
    height: 39px;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 13px;
    background: #000000;
    line-height: 1.2em;
    color: white;
    box-shadow: inset 0px 0px 10px rgb(9, 220, 239);
    transition: all 0.3s ease-in-out;
}

.contact-btn:hover {
    scale: 1.2;
}

.app-download-button {
    transition: all 0.3s ease-in-out;
    background-color: rgba(79, 79, 79, 0.35);
}

.app-download-button:hover {
    transform: scale(1.1);
}

.divider {
    width: 100%;
    height: 60px;
    position: relative;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(0, 0, 0, 1) 50%,
            #000 100%);
    filter: blur(15px);
    z-index: 5;
}

.divider1 {
    width: 100%;
    height: 5rem;
    position: relative;
    background: black;
}

.info-section {
    position: relative;
    background: url("../images/Section2BG.png") no-repeat center/cover;
    background-size: 130%;
    padding: 100px;
    overflow: hidden;
}

.main-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    z-index: 10;
}

/* Fading overlay at the top */
.info-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    /* fade height */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
    z-index: 1;
}

.arrow-img {
    filter: hue-rotate(10deg);
    width: 80px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.navigations {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 1px -1px 2px 0 rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    z-index: 1111;
    /* height: 71px !important;
  width: 46px !important; */
    backdrop-filter: blur(10px);
    gap: 1rem;
}

.navigation-box {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

i {
    width: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    color: white;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.hero-container {
    height: 450px;
}

i:hover {
    scale: 1.1;
    box-shadow: 0px 0px 4px 1px rgba(15, 243, 255, 0.4);
    /* transform: translateY(-3px); */
}

a {
    text-decoration: none;
    color: white;
}

@media (max-width: 1460px) {
    .main-logo {
        height: 35px;
        /* width: 181px; */
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .navigations {
        gap: 0.2rem;
        margin-top: 0.4rem;

    }

    .video-container video.main-animation,
    .bg-blackhole-icon {
        margin-top: 2px;
    }

    .video-container video.main-animation {
        transform: scale(4.0) !important
    }

    .bg-blackhole-icon {
        transform: scale(1.50) translateX(3%) translateY(1%);
    }

    .divider1 {
        height: 0.1rem;
    }

    .info-section {
        background-size: 130% !important;
    }

    .main-section::after {
        height: 1rem;
    }

    /* Fading overlay at the top */
    .info-section::before {
        height: 2rem;
    }

    .main-heading {
        /* padding-top: 15rem; */
        font-size: 30px !important;

    }

    .heading-left {
        text-align: left !important;
    }

    .heading-left-container {
        display: flex;
        justify-content: flex-start;
        /* align items to left horizontally */
        align-items: flex-start;
        /* align items to top vertically */
        text-align: left !important;
        /* ensure text lines align left */
    }

    .heading-right {
        text-align: right !important;
    }

    .heading-right-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        /* align items to right horizontally */
        align-items: flex-end;
        /* align items to top vertically */
        text-align: right !important;
        /* ensure text lines align right */
    }


    .arrow-img {
        filter: hue-rotate(10deg);
        width: 80px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .main-subheading {
        font-size: 13px !important;
    }

    .info-heading {
        font-size: 32px !important;
        margin-top: 0.1rem;

    }

    .info-section {
        padding: 50px;
        background-size: 130%;
    }

    .hero-container {
        height: 350px;
    }

    .navigation {
        width: 301px !important;
        height: 48px;

    }
}

@media (max-width: 868px) {
    .video-container {
        margin-top: 0px;
    }

    .main-section {
        height: auto;
        padding: 8px 0 !important;
        z-index: 11;
    }

    .main-heading {
        font-size: 35px;
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .info-heading {
        font-size: 28px !important;
    }

    .main-hero-img {
        height: 200px;
        width: 200px;
    }

    .main-box {
        flex-direction: column;
    }

    .hero-container {
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }

    .main-style-img,
    .main-style-img2 {
        width: 100px;
        right: 20px;
    }

    .main-style-img2 {
        left: 30%;
        bottom: -10%;
    }

    .appStore_logo,
    .app_logo {
        width: 18px;
        height: 18px;
    }

    .btn-container {
        margin: 0;

        div {
            margin: 0 !important;
            gap: 10px !important;
        }
    }

    .btn-box {
        width: 148px !important;
        margin: 0;
        padding: 0;

        span {
            font-size: 7px !important;
        }

        h3 {
            font-size: 14px !important;
        }
    }

    .contact-btn {
        font-size: 12px !important;
    }

    .info-section {
        padding: 20px;
        background-size: cover;
    }

    .info-heading {
        font-size: 20px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .video-container {
        margin-top: 0px;
    }

    .appStore_logo,
    .app_logo {
        width: 25px;
    }

    .btn-container {
        margin: 0;
        padding: 0 !important;
    }

    .main-btn-container {
        width: 148px !important;
        height: 41px;
        padding: 0 !important;
    }

    .navigations {
        width: auto !important;
    }

    i {
        font-size: 15px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .btn-box {
        span {
            font-size: 6px !important;
        }

        h3 {
            font-size: 13px !important;
        }
    }

    .arrow-img {
        width: 25px !important;
        height: 38px !important;
    }

    .light,
    .main-style-img2,
    .main-style-img {
        display: none;
    }

    section {
        padding: 10px !important;
    }

    .info-box {
        padding: 0 !important;
    }

    .main-style-img2 {
        display: none !important;
    }
}