@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif !important;
}

:root {
    --buttonBg-dark-color: #1C545D;
    --bordered-button-color: #867BF3;
    --top-sideBar-bgColor: #2A7E8C;
    --theem-text-color: #1C545D;
    --progress-color: #1C545D;
}

body {
    overflow: hidden;
    font-family: "Inter", sans-serif !important;
    height: 100vh;

}

.nav-item a {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-item a:focus {
    color: rgba(255, 255, 255, 0.80);
}

.top-bg {
    background: #212120;
    background-repeat: no-repeat;
    max-height: 76vh;
}

/* header{
    display: flex;
    height: 90px;
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
} */
/* .card-login{
   padding:0 20px;
} */
.card-login {
    display: flex;
    justify-content: center;
}

.card-login a {
    border: none;
    padding: 10px 16px;
    border-radius: 5px;
    background: #FFF;
    color: #212120;
    font-weight: 600;
    text-decoration: none;
}

.front-log-img {
    padding: 20px;
}

.front-log-img img {
    width: 230px;
}

.get-instant-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: Inter;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.get-instant-para {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grab-your-card {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.grab-your-card a {
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    background: #FFF;
    color: #212120;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5PX;
}

.frame-img {
    display: flex;
    justify-content: center;
    align-items: center;

}

.frame-img img {
    width: 50%;
    position: relative;
    top: 10px;
    /* z-index: -100000; */
}

.images-container img {
    padding: 5px;
    border: 1px solid white;
    border-radius: 10px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(25px);
}

ul li a:hover {
    color: #FFF !important;
}

.active-nav {
    color: #fff !important;
    font-weight: 500;
    border-bottom: 3px solid #FFF;
}

.mid-text {
    max-width: 45vw;
}

.images-container {
    position: absolute !important;
    top: 40%;
    z-index: 1000000 !important;
    /* border: 1px solid black; */
    height: 320px;
    width: 100%;
    background-color: transparent
}

/* icons  */
.left-icon-1 {
    position: relative;
    right: 50px;
    height: 45px !important;
    width: 45px;
}

.left-icon-2 {
    position: relative;
    right: 30%;
    top: 100px;
}

.left-icon-3 {
    position: relative;
    right: 10%;
    top: 210px;
    height: 65px !important;
    width: 65px;
}

.right-icon-1 {
    position: relative;
    left: 90px;
    bottom: 40px;
    height: 45px !important;
    width: 45px;
}

.right-icon-2 {
    position: relative;
    left: 20%;
    top: 40px;
}

.right-icon-3 {
    position: relative;
    left: 10%;
    top: 160px;
    height: 65px !important;
    width: 65px;
}

/* media query  */
@media screen and (max-width: 425px) {


    .get-instant-txt {
        font-size: 24px;
        margin-bottom: 0;
    }

    .get-instant-para {
        font-size: 12px;
        width: 100%;
        margin-bottom: 0;
    }

    .front-log-img {
        text-align: center;
    }

    .card-login {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        margin-top: 20px;
    }

    .card-login button {
        padding: 3px 10px;
        border-radius: 5PX;
        text-align: center;

    }

    .mid-text {
        max-width: 90vw;
    }

    .grab-your-card a {
        padding: 7px 10px;
        font-size: 14px;
        margin-top: -50px;
        border-radius: 5PX;
    }

    .left-icon-1,
    .left-icon-2,
    .left-icon-3,
    .right-icon-1,
    .right-icon-2 {
        display: none;
    }

    .right-icon-3 {
        position: relative;
        left: 30%;
        top: 10px;
        height: 55px !important;
        width: 55px;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {


    .get-instant-txt {
        font-size: 35px;
        margin-bottom: 0;
    }

    .get-instant-para {
        font-size: 16px;
        width: 100%;
        margin-bottom: 0;
    }

    .front-log-img {
        text-align: center;
    }

    .card-login {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }

    .card-login a {
        padding: 10px 10px;
        line-height: 1;
        font-size: 15px;
        border-radius: 5PX;
    }

    .mid-text {
        max-width: 90vw;
    }

    .grab-your-card a {
        padding: 7px 10px;
        font-size: 14px;
        margin-top: -50px;
        border-radius: 5PX;
    }

    .frame-img img {
        width: 60%;
        position: relative;
        top: 0px;
    }

    .left-icon-1 {
        position: relative;
        bottom: 70px;
        right: 90px;
        height: 30px !important;
        width: 30px;
    }

    .left-icon-2 {
        position: relative;
        right: 60%;
        top: 0px;
        height: 40px !important;
        width: 40px;
    }

    .left-icon-3 {
        position: relative;
        right: 30%;
        top: 40px;
        height: 50px !important;
        width: 50px;
    }

    .right-icon-1 {
        position: relative;
        left: 150px;
        bottom: 90px;
        height: 35px !important;
        width: 35px;
    }

    .right-icon-2 {
        position: relative;
        left: 45%;
        top: 0px;
        height: 45px !important;
        width: 45px;

    }

    .right-icon-3 {
        position: relative;
        left: 30%;
        top: 10px;
        height: 55px !important;
        width: 55px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .i3 {
        top: 32%;
        left: 7%;
    }

    .i2 {
        top: 16%;
        left: -5%;
    }

    .i6 {
        top: 27%;
        left: 84%;
    }

    .get-instant-txt {
        font-size: 48px;
        margin-bottom: 0;
    }

    .get-instant-para {
        font-size: 28px;
        width: 100%;
        margin-bottom: 0;
    }

    .front-log-img {
        text-align: center;
    }

    .card-login {
        text-align: center;
        margin-top: 20px;
    }

    .card-login a {
        padding: 5px 7px;
    }

    .card-login button {
        /* padding: 10px 10px; */
        line-height: 1;
        font-size: 15px;
        border-radius: 5PX;

    }

    .card-login a {
        font-size: 18px;
    }

    .mid-text {
        max-width: 90vw;
    }

    .grab-your-card a {
        padding: 7px 10px;
        font-size: 24px;
        margin-top: -50px;
        border-radius: 5PX;

    }

    .frame-img img {
        width: 60%;
        position: relative;
        top: 0px;
    }

    .left-icon-1 {
        position: relative;
        bottom: 30px;
        right: 90px;
        height: 30px !important;
        width: 30px;
    }

    .left-icon-2 {
        position: relative;
        right: 50%;
        top: 30px;
        height: 40px !important;
        width: 40px;
    }

    .left-icon-3 {
        position: relative;
        right: 30%;
        top: 90px;
        height: 50px !important;
        width: 50px;
    }

    .right-icon-1 {
        position: relative;
        left: 150px;
        bottom: 40px;
        height: 35px !important;
        width: 35px;
    }

    .right-icon-2 {
        position: relative;
        left: 40%;
        top: 20px;
    }

    .right-icon-3 {
        position: relative;
        left: 30%;
        top: 60px;
        height: 55px !important;
        width: 55px;
    }
}

.orbit {
    position: relative;
    width: 55vw;
    aspect-ratio: 1/1;
    margin-inline: auto;
}

.orbit-center {
    position: absolute;
    inset: 28% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 42vw;
    height: auto;
}

.orbit-badge {
    position: absolute;
    display: grid;
    /* centers the img */
    place-items: center;
    padding: clamp(6px, 1.2vw, 12px);
    border: 2px solid white;
    border-radius: 16px;
    /* or 9999px for a circle */
    background: #FFFFFF4D;
    /* == rgba(255,255,255,.3) */
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    /* blur the content behind */
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
    will-change: transform;
    /* smoother moves */
}

.orbit-badge img {
    width: 3vw;
    height: auto;
    display: block;
}



/* positions (same as before—now applied to the badge) */
.i1 {
    top: -3%;
    left: 7%;
}

.i2 {
    top: 14%;
    left: -11%;
}

.i3 {
    top: 25%;
    left: 7%;
}

.i4 {
    top: -3%;
    left: 89%;
    transform: translate(-50%, 0);
}

.i5 {
    top: 11%;
    left: 103%;
    transform: translate(-50%, 0);
}

.i6 {
    top: 22%;
    left: 84%;
}

@media (max-width:991.98px) {
    .top-bg {
        max-height: none;
    }

    body {
        background: #212120;
    }
}


@media (min-width:576px) and (max-width:991.98px) {
    .orbit {
        margin-top: 3vh;
    }
}

/* mobile tweaks */
@media (max-width:1025.98px) {
    .orbit {
        width: 80vw;
    }



    .orbit-center {
        width: 60vw;
    }

    .orbit-badge img {
        width: 5vw;
    }
}

@media (max-width:767.98px) {

    .card-login a {
        top: 4.5%;
        position: absolute;
        right: 5%;
    }
}

@media (max-width:575.98px) {
    .orbit {
        width: 94vw;
    }





    .orbit-badge img {
        width: 7vw;
    }

    .orbit-center {
        position: absolute;
        inset: 40% auto auto 51%;
        transform: translate(-50%, -50%);
        width: 75vw;
        height: auto;
    }

    .orbit-badge {
        padding: clamp(4px, 2.5vw, 10px);
        border-radius: 12px;
        border: 1px solid white;

    }

    .i1 {
        top: 2%;
        left: 13%;
    }

    .i2 {
        top: 38%;
        left: 0%;
    }

    .i3 {
        top: 65%;
        left: 17%;
    }

    .i4 {
        top: -4%;
        left: 83%;
    }

    .i5 {
        top: 30%;
        left: 95%;
    }

    .i6 {
        top: 63%;
        left: 74%;
    }
}

@media (max-width:398.98px) {
    .front-log-img img {
        width: 200px;
    }

    .card-login a {
        top: 4%;
        position: absolute;
        right: 2%;
    }

    .card-login a {
        padding: 6px 12px;
       
    }
}

/* Fallback: if backdrop-filter unsupported, keep the translucent bg */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .orbit-badge {
        background: rgba(255, 255, 255, .6);
    }
}