/*====================================================
  ProMount AI Premium
====================================================*/

:root{

    --gold:#d4af37;
    --gold2:#f4cb5c;

    --black:#050505;
    --black2:#101010;
    --black3:#171717;

    --white:#ffffff;
    --text:#d5d5d5;

    --radius:22px;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:#050505;
    color:white;
    font-family:'Montserrat',sans-serif;
    overflow-x:hidden;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;

}

/*==============================
 NAVBAR
==============================*/

.navbar{

    background:rgba(5,5,5,.92);

    backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(212,175,55,.25);

    padding:20px 0;

    transition:.35s;

}

.navbar-brand img{

    height:95px;

}

.navbar-nav{

    gap:18px;

}

.nav-link{

    color:white!important;

    font-weight:600;

    font-size:17px;

    transition:.35s;

}

.nav-link:hover{

    color:var(--gold)!important;

}

.btn-warning{

    background:var(--gold);

    color:#000;

    border:none;

    border-radius:14px;

    font-weight:700;

    padding:14px 28px;

    transition:.35s;

}

.btn-warning:hover{

    background:var(--gold2);

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(212,175,55,.35);

}

.btn-outline-light{

    border-radius:14px;

    padding:14px 28px;

}

/*==============================
 HERO
==============================*/

.hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    padding:170px 0 100px;

    background:

    radial-gradient(circle at top right,
    rgba(212,175,55,.12),
    transparent 35%),

    linear-gradient(
    180deg,
    #050505,
    #111111);

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:url("../images/pattern.png");

    opacity:.05;

    pointer-events:none;

}

.hero-content{

    position:relative;

    z-index:2;

}

.hero-tag{

    display:inline-block;

    padding:12px 20px;

    border:1px solid rgba(212,175,55,.45);

    border-radius:40px;

    color:var(--gold);

    letter-spacing:2px;

    font-size:13px;

    margin-bottom:25px;

}

.hero h1{

    font-size:74px;

    line-height:1.08;

    font-weight:800;

    margin-bottom:30px;

}

.hero h1 span{

    color:var(--gold);

}

.hero p{

    color:#d0d0d0;

    font-size:20px;

    line-height:1.9;

    max-width:620px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin-top:45px;

    flex-wrap:wrap;

}

.hero-stats{

    display:flex;

    gap:20px;

    margin-top:60px;

    flex-wrap:wrap;

}

.stat-card{

    background:rgba(255,255,255,.04);

    border:1px solid rgba(212,175,55,.20);

    border-radius:18px;

    padding:25px;

    min-width:150px;

    text-align:center;

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:var(--gold);

}

.stat-card h3{

    color:var(--gold);

    font-size:36px;

    margin-bottom:10px;

}

.stat-card span{

    color:#d2d2d2;

}

/*==============================
UPLOAD CARD
==============================*/

.upload-wrapper{

    position:relative;

}

.upload-card{

    background:#171717;

    border:1px solid rgba(212,175,55,.25);

    border-radius:28px;

    padding:38px;

    box-shadow:0 25px 70px rgba(0,0,0,.45);

}

.upload-card h3{

    color:var(--gold);

    font-size:34px;

    font-weight:700;

    margin-bottom:10px;

}

.upload-card p{

    color:#bbbbbb;

    margin-bottom:30px;

}

input[type=file]{

    width:100%;

    background:#202020;

    color:white;

    border:2px dashed var(--gold);

    border-radius:18px;

    padding:22px;

}

label{

    color:white;

    font-weight:500;

}

select{

    background:#222!important;

    color:white!important;

    border:1px solid var(--gold)!important;

    border-radius:12px!important;

    padding:14px!important;

}

.upload-info{

    text-align:center;

    color:#888;

    margin-top:18px;

}
/*=====================================
 SERVICES
======================================*/

.services{

    padding:120px 0;

    background:#0b0b0b;

}

.section-title{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.section-title span{

    display:inline-block;

    color:var(--gold);

    border:1px solid rgba(212,175,55,.35);

    padding:10px 22px;

    border-radius:50px;

    margin-bottom:22px;

    letter-spacing:2px;

    font-size:13px;

}

.section-title h2{

    font-size:54px;

    font-weight:800;

    margin-bottom:25px;

}

.section-title p{

    color:#bfbfbf;

    font-size:20px;

    line-height:1.8;

}

.feature-card{

    background:#171717;

    border-radius:24px;

    border:1px solid rgba(212,175,55,.18);

    padding:45px 35px;

    height:100%;

    transition:.35s;

    text-align:center;

}

.feature-card:hover{

    transform:translateY(-12px);

    border-color:var(--gold);

    box-shadow:0 25px 60px rgba(212,175,55,.18);

}

.feature-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:30px;

    border-radius:50%;

    background:rgba(212,175,55,.10);

    border:2px solid var(--gold);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

}

.feature-card h3{

    font-size:28px;

    margin-bottom:18px;

    font-weight:700;

}

.feature-card p{

    color:#c6c6c6;

    line-height:1.9;

}

/*=====================================
 PROCESS
======================================*/

.process-section{

    padding:120px 0;

    background:#050505;

}

.process-card{

    background:#151515;

    border-radius:24px;

    border:1px solid rgba(212,175,55,.18);

    padding:45px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:var(--gold);

}

.process-number{

    width:78px;

    height:78px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:var(--gold);

    color:#000;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    font-weight:800;

}

.process-card h4{

    font-size:26px;

    margin-bottom:18px;

    font-weight:700;

}

.process-card p{

    color:#c5c5c5;

    line-height:1.8;

}

/*=====================================
 SHOWCASE
======================================*/

.showcase{

    padding:120px 0;

    background:#0b0b0b;

}

.comparison-card{

    background:#151515;

    border-radius:24px;

    border:1px solid rgba(212,175,55,.20);

    padding:20px;

    transition:.35s;

}

.comparison-card:hover{

    transform:translateY(-8px);

    border-color:var(--gold);

    box-shadow:0 20px 50px rgba(212,175,55,.18);

}

.comparison-card h4{

    text-align:center;

    margin-bottom:18px;

    font-size:28px;

    font-weight:700;

}

.comparison-card img{

    border-radius:18px;

    width:100%;

    transition:.35s;

}

.comparison-card:hover img{

    transform:scale(1.03);

}

/*=====================================
 CONTACT
======================================*/

.contact-section{

    padding:120px 0;

    background:#090909;

}

.contact-section h2{

    font-size:58px;

    font-weight:800;

    margin-bottom:25px;

}

.contact-section p{

    color:#c5c5c5;

    line-height:1.9;

    font-size:20px;

}

.contact-list{

    margin-top:45px;

}

.contact-list div{

    margin-bottom:18px;

    font-size:22px;

    color:white;

}

.contact-box{

    background:#171717;

    border-radius:28px;

    border:1px solid rgba(212,175,55,.20);

    padding:50px;

}

.contact-box h3{

    color:var(--gold);

    margin-bottom:30px;

    font-size:34px;

}

.contact-box ul{

    list-style:none;

    padding:0;

    margin:0;

}

.contact-box li{

    padding:14px 0;

    border-bottom:1px solid rgba(255,255,255,.05);

    color:#d7d7d7;

    font-size:19px;

}
/*=====================================
 TRUST BOX
======================================*/

.trust-box{

    margin-top:30px;

    display:flex;

    flex-direction:column;

    gap:15px;

}

.trust-item{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 22px;

    background:#171717;

    border:1px solid rgba(212,175,55,.18);

    border-radius:18px;

    transition:.35s;

}

.trust-item:hover{

    border-color:var(--gold);

    transform:translateX(6px);

}

.trust-item span{

    color:#d4d4d4;

    font-size:15px;

}

/*=====================================
 FOOTER
======================================*/

.footer{

    background:#050505;

    border-top:1px solid rgba(212,175,55,.18);

    padding:90px 0 30px;

}

.footer-logo{

    width:220px;

    margin-bottom:25px;

}

.footer-text{

    color:#aaaaaa;

    line-height:1.9;

}

.footer h5{

    color:#fff;

    margin-bottom:25px;

    font-weight:700;

}

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:15px;

}

.footer-links a{

    color:#bdbdbd;

    transition:.3s;

}

.footer-links a:hover{

    color:var(--gold);

    padding-left:6px;

}

.footer p{

    color:#c6c6c6;

    margin-bottom:14px;

}

.footer-bottom{

    text-align:center;

    color:#8d8d8d;

    margin-top:35px;

    padding-top:25px;

}

/*=====================================
 PREVIEW
======================================*/

#preview{

    width:100%;

    margin-top:20px;

    border-radius:20px;

    border:2px solid var(--gold);

    display:block;

}

/*=====================================
 SCROLLBAR
======================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#0b0b0b;

}

::-webkit-scrollbar-thumb{

    background:var(--gold);

    border-radius:30px;

}

::-webkit-scrollbar-thumb:hover{

    background:var(--gold2);

}

/*=====================================
 ANIMATIONS
======================================*/

.hero-content,
.upload-card,
.feature-card,
.process-card,
.comparison-card,
.contact-box{

    animation:fadeUp .8s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes glow{

    0%{

        box-shadow:0 0 0 rgba(212,175,55,0);

    }

    50%{

        box-shadow:0 0 35px rgba(212,175,55,.25);

    }

    100%{

        box-shadow:0 0 0 rgba(212,175,55,0);

    }

}

.btn-warning{

    animation:glow 3s infinite;

}

/*=====================================
 RESPONSIVE
======================================*/

@media(max-width:1200px){

.hero h1{

    font-size:58px;

}

.section-title h2{

    font-size:44px;

}

.contact-section h2{

    font-size:46px;

}

}

@media(max-width:992px){

.navbar-brand img{

    height:70px;

}

.hero{

    padding-top:150px;

    text-align:center;

}

.hero h1{

    font-size:46px;

}

.hero p{

    font-size:18px;

    margin:auto;

}

.hero-buttons{

    justify-content:center;

}

.hero-stats{

    justify-content:center;

}

.upload-wrapper{

    margin-top:50px;

}

.contact-section{

    text-align:center;

}

.contact-list{

    margin-bottom:40px;

}

.footer{

    text-align:center;

}

.footer-logo{

    margin:auto auto 25px;

}

}

@media(max-width:768px){

.hero{

    padding:140px 0 80px;

}

.hero h1{

    font-size:38px;

}

.section-title h2{

    font-size:34px;

}

.contact-section h2{

    font-size:34px;

}

.upload-card{

    padding:28px;

}

.contact-box{

    padding:30px;

}

.hero-buttons{

    flex-direction:column;

}

.hero-buttons .btn{

    width:100%;

}

.hero-stats{

    flex-direction:column;

}

.stat-card{

    width:100%;

}

}

@media(max-width:576px){

.navbar{

    padding:14px 0;

}

.navbar-brand img{

    height:56px;

}

.hero h1{

    font-size:32px;

}

.hero p{

    font-size:16px;

}

.feature-card{

    padding:30px 22px;

}

.process-card{

    padding:30px 22px;

}

.contact-box{

    padding:24px;

}

.footer{

    padding-top:60px;

}

}
