*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,
body{
    width:100%;
    overflow-x:hidden;
      padding-top: 30px;
}
.site-header{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    z-index: 1000;
    background: #fff;
    padding: 10px 5%;
    border-bottom: 1px solid #eee;
}
.logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    gap:8px;
    flex-shrink:0;
}

.logo-icon{
    font-size:34px;
    color:#011F7B;
}

.logo-name{
    height:36px;
    width:auto;
    display:block;
}




/* ===========================
   NAVIGATION
=========================== */
.main-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex:1;
}

.main-nav a{
    text-decoration:none;
    color:#000;
    font-family:general;
    font-size:15px;
    font-weight:600;
    padding:10px 14px;
    border-radius:10px;
    transition:.3s;
}

.main-nav a:hover{
    background:#f5a623;
}

/* ===========================
   RIGHT SIDE
=========================== */

.header-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-shrink:0;
}

.login-icon{
    width:46px;
    height:46px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#000;
    border-radius:50%;
    transition:.3s;
}

.login-icon:hover{
    background:#f3f3f3;
}

.login-icon i{
    font-size:28px;
}

/* Hide menu button on desktop */
.menu-toggle{
    display:none;
}
@media (max-width:768px){

.menu-toggle{
    display:block;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
    z-index:1001;
}
.login-icon{
    margin-right: -70px;
}

.main-nav{
    position:absolute;
    top:75px;
    left:0;
    width:100%;
    background:#fff;
    display:none;
    flex-direction:column;
    align-items:center;
    gap:20px;
    padding:25px 0;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.main-nav.active{
    display:flex;
}

}



@font-face {
    font-family: "clash";
    src: url("fonts/clash.otf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-size: medium;
}

@font-face {
    font-family: "aurora";
    src: url("fonts/aurora.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "general";
    src: url("fonts/general.otf") format("truetype");
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: "ubuntu";
    src: url("fonts/ubuntu.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/*==========================
    GOOGLE RESET
==========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    background:#09090b;
    color:#fff;
    overflow-x:hidden;
}

.download-left p{
font-family: general;
}


/*==========================
        VARIABLES
==========================*/

:root{

    --bg:#09090b;
    --card:#151518;
    --card2:#1b1b20;

    --purple:#0b1220;
    --purple2:#0b1220;

    --text:#ffffff;
    --text2:#b5b5b5;

}


/*==========================
    DOWNLOAD SECTION
==========================*/

.download-section{

    width:100%;
    padding:60px 6%;
    position:relative;
    overflow:hidden;

}


/* Purple Glow */

.download-section::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:rgba(255,255,255,.18);

    filter:blur(170px);

    border-radius:50%;

    top:-120px;
    right:-100px;

}


/*==========================
    CONTAINER
==========================*/

.download-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:90px;

}



/*==========================
    LEFT
==========================*/

.download-left{

    flex:1;

}


.version-tag{
font-family: general;
    display:inline-block;

    padding:10px 10px;

    border-radius:30px;

    background:rgba(139,92,246,.15);

    border:1px solid rgba(139,92,246,.4);

    color:#d8c8ff;

    font-size:12px;

    font-weight:600;

    margin-bottom:30px;

}



.download-left h1{
font-family: general;
    font-size:60px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:30px;

}


.download-left h1 span{
    font-family: ubuntu;
   background: linear-gradient(90deg,#f5a623, #f5a623, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color:transparent;
}


.download-left p{
font-family: ubuntu;
    max-width:580px;

    color:#b8b8b8;

    font-size:17px;

    line-height:1.8;

    margin-bottom:40px;

}



/*==========================
    STORE BUTTONS
==========================*/

.store-buttons{
font-family: general;
    display:flex;

    gap:20px;

    flex-wrap:wrap;

}


.store-btn{

    display:flex;

    align-items:center;

    gap:18px;

    background:#16161a;

    padding:6px 18px;

    border-radius:18px;

    color:white;

    text-decoration:none;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}


.store-btn i{
color: #fff;
    font-size:26px;

}


.store-btn small{

    color:#a8a8a8;

    display:block;

    margin-bottom:2px;

}


.store-btn strong{

    font-size:16px;

}


.store-btn:hover{



    background:#202027;

    box-shadow:0 10px 10px rgba(253, 253, 254, 0.25);

}



/*==========================
        QR CARD
==========================*/

.download-right{

    flex:0 0 360px;

    display:flex;

    justify-content:center;

}


.qr-card{

    width:300px;

    background:#17171d;

    border-radius:34px;

    padding:40PX;
    

    text-align:center;

    border:1px solid rgba(255,255,255,.06);

    transition:.4s;

}


.qr-card img{

    width:180px;

    background:white;

    padding:18px;

    border-radius:22px;

    margin-bottom:20px;

}


.qr-card h2{
font-family: general;
    font-size:28px;
margin-top: -5px;
    margin-bottom:10px;

}


.qr-card p{
    color:#b8b8b8;
font-family: ubuntu;
    line-height:1.7;

}



/*==========================
    SECTION TITLE
==========================*/

.showcase{
margin-top: 2px;
    padding:90px 4%;
    margin-bottom: 2px;

}


.section-title{

    text-align:center;

    margin-bottom:20px;

}


.section-title span{

    color:#9f8cff;
font-family: general;
    font-weight:700;

    letter-spacing:2px;

    font-size:15px;

}


.section-title h2{
font-family: ubuntu;
    margin-top:15px;

    font-size:52px;

    font-weight:800;

}


/*==========================
      PHONE WRAPPER
==========================*/

.phone-wrapper{

    width:100%;
    overflow:hidden;
}

.phone-slider{
   
    display:flex;
    gap:40px;
    transition:.5s ease;
}


/*==========================
      PHONE CARD
==========================*/



.phone-card img{
    display: flex;
    margin-top: 40px;
    width:100%;
    display:block;
    border-radius:28px;
    margin-left: 0px;
}

.download-left,
.download-right,
.phone-card{

    animation:fadeUp .9s ease;

}


/*==========================
      RESPONSIVE
==========================*/

@media(max-width:1100px){

.download-container{

    flex-direction:column;
    text-align:center;
    gap:60px;

}

.download-left p{

    margin:auto;
    margin-bottom:35px;

}

.store-buttons{

    justify-content:center;

}

.download-left h1{

    font-size:52px;

}

.slider-buttons{

    justify-content:center;

}

}




@media(max-width:768px){

.download-section{

    padding:50px 6%;

}

.showcase{
display: none;

}
.download-right{
    display: none;
}
.download-left h1{

    font-size:30px;

}

.download-left p{

    font-size:16px;

}

.section-title h2{
display: none;

}

.qr-card{
display: none;
    width:100%;

}
.phone-card{
    display: none;
}

}


@media(max-width:480px){

.store-btn{

    width:100%;
    justify-content:center;

}

.version-tag{

    font-size:11px;

}

.download-left h1{

    font-size:34px;

}

.phone-card{

    min-width:210px;

}

}



.footer{
    width:100%;
    background:#09090b;
    color:#fff;
    padding:80px 5% 40px;
    font-family:general;
}
.footer-p{
    margin-top: 2px;
    font-size: 12px;
}

.footer-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:80px;

    flex-wrap:wrap;

}

.footer-info{

    flex:1;

    min-width:280px;

    max-width:480px;

}

.footer-info h2{

    font-size:34px;

    margin-bottom:20px;

}

.footer-info p{

    line-height:1.8;

    color:#b7c0d4;

}
.footer-links{

    display:flex;

    flex:1;

    justify-content:space-between;

    gap:50px;

    flex-wrap:wrap;

}

.footer-links div{

    min-width:150px;

}

.footer-links h3{

    font-size:20px;

    margin-bottom:18px;

}

.footer-links a{

    display:block;

    margin-bottom:14px;

    text-decoration:none;

    color:#b7c0d4;

    transition:.3s;

    font-size:15px;

}

.footer-links a:hover{

    color:#fff;

}
.footer hr{
    border:none;
    border-top:1px solid rgba(255,255,255,.12);
    margin:60px 0 35px;
}
.social-icons{

    display:flex;

    gap:15px;

    justify-content:flex-start;

    flex-wrap:wrap;

    margin-top:35px;

}

.social-icons a{

    width:48px;

    height:48px;

    border:1px solid rgba(255,255,255,.15);

    border-radius:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:20px;

    transition:.3s;

    text-decoration:none;

}

.social-icons a:hover{

    background:#fff;

    color:#000;

}


.footer-bottom{
    background-color: #09090B;
    height: 50PX;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{

    font-family: general;
    color:#b7c0d4;
    font-size: 14px;
}
/* Hide on desktop */
.mobile-footer{
    display:none;
}
/*=====================================
        FOOTER RESPONSIVE
======================================*/

@media(max-width:992px){

.footer-top{

flex-direction:column;

gap:60px;

}

.footer-links{

width:100%;

justify-content:space-between;

}

.footer-bottom{

justify-content:center;

text-align:center;

}

.footer-policy{

justify-content:center;

}

.social-icons{

justify-content:center;

}

}
/* Hide on desktop */
.mobile-footer{
    display:none;
}

@media(max-width:768px){

.footer{
display:none;

}


/* Mobile Footer */
@media (max-width:768px){

.mobile-footer{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#09090b;
    padding:50px 20px 40px;
    border-top:1px solid rgba(255,255,255,.05);
    font-family: ubuntu;
}

/* Social Icons */
.footer-social{
    display:flex;
    gap:26px;
    margin-bottom:28px;
}

.footer-social a{
    width:58px;
    height:58px;
    border-radius:50%;
    border:1px solid rgba(120,120,170,.25);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#d9dde7;
    text-decoration:none;
    font-size:26px;
    transition:.35s;
    background:transparent;
    box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 0 20px rgba(130,110,255,.04);
}

.footer-social a:hover{
    color:#fff;
    border-color:#4f7cff;
    transform:translateY(-4px);
    box-shadow:0 0 18px rgba(79,124,255,.25);
}

/* Copyright */
.footer-copy{
    color:#9098a6;
    font-size:16px;
    letter-spacing:.5px;
    margin-bottom:28px;
    text-align:center;
    font-family: general;
}

/* Links */
.footer-links{
    display: flex;
    align-items: center;      /* Vertically centers everything */
    justify-content: center;
    gap: 16px;
}

.footer-links a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: general;
}

.footer-links span{
    color:#fff;
}

.footer-links a:hover{
    color:#4f7cff;
}

}
}