@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root{
    --gold:#d4af37;
    --gold2:#f4d675;
    --dark:#050505;
    --card:#111111;
    --text:#ffffff;
    --gray:#b8b8b8;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat',sans-serif;
    background:#000;
    color:#fff;
    overflow-x:hidden;
}

/* Scroll */

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:var(--gold);
    border-radius:10px;
}

/* Hero */

.hero{
     min-height:auto;
    padding:80px 20px 60px;

    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.75)),
    url('hero.jpg');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    padding:40px 20px;
}

.hero h1{
    font-size:70px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:20px;

    background:linear-gradient(
    90deg,
    #fff,
    var(--gold),
    #fff);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero .lead{
    font-size:24px;
    max-width:900px;
    margin:auto;
    color:#ddd;
    margin-bottom:40px;
}

.hero-badge{
    display:inline-block;

    padding:10px 25px;

    border:1px solid rgba(255,255,255,.2);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border-radius:50px;

    margin-bottom:30px;

    color:var(--gold);
}

/* Nút */

.btn-vip{
    background:linear-gradient(
    135deg,
    var(--gold),
    var(--gold2));

    color:#000;
    font-weight:700;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    display:inline-block;

    transition:.3s;
}

.btn-vip:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(212,175,55,.4);
    color:#000;
}

/* Section */

.section-padding{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:var(--gold);
}

.section-title p{
    color:#aaa;
}

/* Gallery */

.img-fluid{
    width:100%;
    border-radius:25px;

    transition:.5s;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 20px 40px rgba(0,0,0,.4);
}

.img-fluid:hover{
    transform:scale(1.04);
}

/* Video */

.ratio{
    border-radius:25px;
    overflow:hidden;

    border:1px solid rgba(255,255,255,.1);

    box-shadow:
    0 15px 35px rgba(0,0,0,.5);
}

/* Cam kết */

.commit-box{
    background:rgba(255,255,255,.03);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:40px 25px;

    transition:.3s;
}

.commit-box:hover{
    transform:translateY(-10px);

    border-color:var(--gold);
}

.commit-icon{
    font-size:50px;
    color:var(--gold);
    margin-bottom:20px;
}

.commit-title{
    font-size:22px;
    font-weight:700;
}

/* Thống kê */

.stats{
    background:#080808;
}

.stat-number{
    font-size:60px;
    font-weight:800;
    color:var(--gold);
}

.stat-text{
    color:#ccc;
}

/* Review */

.review-box{
    background:#111;

    border-radius:25px;

    padding:30px;

    height:100%;

    border:1px solid rgba(255,255,255,.08);
}

.review-name{
    color:var(--gold);
    font-weight:700;
}

/* Footer */

.footer-area{
    background:#050505;

    border-top:1px solid rgba(255,255,255,.08);

    color:#bbb;

    padding:80px 0 120px;
}

/* Floating */

.floating-cta{
    position:fixed;

    bottom:20px;
    left:50%;

    transform:translateX(-50%);

    width:auto;

    background:rgba(0,0,0,.75);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:60px;

    overflow:hidden;

    display:flex;

    z-index:9999;

    box-shadow:
    0 15px 40px rgba(0,0,0,.5);
}

.floating-cta a{
    padding:18px 35px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    transition:.3s;
}

.floating-cta a:first-child{
    background:linear-gradient(
    135deg,
    #d4af37,
    #f6dc8b);

    color:#000;
}

.floating-cta a:hover{
    opacity:.9;
}

/* Mobile */

@media(max-width:768px){


.hero{
    padding-top:100px;
    padding-bottom:50px;
}

.hero h1{
    font-size:32px;
    line-height:1.2;
}

.hero .lead{
    font-size:16px;
    line-height:1.6;
}

.section-title h2{
    font-size:30px;
}

.stat-number{
    font-size:40px;
}

.floating-cta{
    width:95%;
}

.floating-cta a{
    flex:1;
    text-align:center;
}

.footer-area{
    text-align:center;
}

.footer-contact{
    margin-top:20px;
}

.footer-contact p{
    margin-bottom:10px;
}

.bg-warning{
	margin: 10px;
}



}

.footer-area{
    background:#050505;
    color:#bbb;
    border-top:1px solid rgba(212,175,55,.2);
}

.footer-area h3,
.footer-area h5{
    font-weight:700;
}

.footer-contact{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    padding:30px;
    border-radius:20px;
}

.footer-location{
    max-width:1000px;
    margin:auto;
    color:#999;
    line-height:2;
}

.footer-area hr{
    border-color:rgba(255,255,255,.08);
}


.brand-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:25px;
}
.car-brand-section h2{
	text-align: center;
}
.brand-grid div{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(212,175,55,.15);

    color:#fff;

    padding:12px 5px;

    border-radius:12px;

    text-align:center;

    font-size:14px;
    font-weight:600;

    transition:.3s;
}

.brand-grid div:hover{
    border-color:#d4af37;
    transform:translateY(-3px);
}

.brand-note{
    color:#999;
    margin-top:20px;
    text-align:center;
}

@media(max-width:768px){

.brand-grid{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}

.brand-grid div{
    font-size:13px;
    padding:10px 4px;
}

}

.review-box{
    padding:20px;
    margin-bottom:15px;
}

.review-box p{
    font-size:14px;
    line-height:1.7;
}
body{
    padding-bottom:90px;
}

.quick-contact{
    display:flex;
    gap:10px;
}

.quick-contact div{
    flex:1;
    background:#111;
    padding:15px 10px;
    border-radius:15px;
    text-align:center;
    border:1px solid rgba(255,255,255,.08);
}

.quick-contact strong{
    display:block;
    color:#d4af37;
    font-size:20px;
}

.quick-contact small{
    color:#aaa;
}
body{
    background:
    radial-gradient(circle at top right,
    rgba(212,175,55,.08),
    transparent 30%),

    radial-gradient(circle at bottom left,
    rgba(212,175,55,.05),
    transparent 25%),

    #070707;

    color:#fff;
}

.top-bar{
    position:fixed;
    top:10px;
    left:50%;
    transform:translateX(-50%);

    width:auto;
    min-width:220px;

    padding:12px 25px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        #ffd700 0%,
        #fff3a0 25%,
        #d4af37 50%,
        #fff3a0 75%,
        #ffd700 100%
    );

    background-size:300% 300%;

    animation:
        goldFlow 4s linear infinite,
        pulseGlow 1.5s ease-in-out infinite;

    box-shadow:
        0 0 20px rgba(255,215,0,.5),
        0 0 40px rgba(255,215,0,.3),
        0 10px 30px rgba(0,0,0,.3);

    z-index:99999;

    font-size:22px;
    font-weight: 456;
    color:#000;

    text-align:center;

    overflow:hidden;
}

/* ánh sáng chạy */

.top-bar::before{
    content:'';

    position:absolute;
    top:0;
    left:-100%;

    width:50%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.8),
        transparent
    );

    transform:skewX(-25deg);

    animation:shine 2.5s infinite;
}

.phone-number{
    position:relative;
    z-index:2;

    animation:phoneShake 2s infinite;
}

.phone-icon{
    display:inline-block;
    animation:ring .8s infinite;
}

/* hiệu ứng */

@keyframes shine{
    100%{
        left:200%;
    }
}

@keyframes goldFlow{
    0%{
        background-position:0% 50%;
    }
    100%{
        background-position:100% 50%;
    }
}

@keyframes pulseGlow{
    0%,100%{
        transform:translateX(-50%) scale(1);
    }
    50%{
        transform:translateX(-50%) scale(1.05);
    }
}

@keyframes ring{
    0%,100%{
        transform:rotate(0deg);
    }
    25%{
        transform:rotate(-15deg);
    }
    75%{
        transform:rotate(15deg);
    }
}

@keyframes phoneShake{
    0%,90%,100%{
        transform:translateX(0);
    }
    92%{
        transform:translateX(-2px);
    }
    94%{
        transform:translateX(2px);
    }
    96%{
        transform:translateX(-2px);
    }
    98%{
        transform:translateX(2px);
    }
}

/* mobile */

@media(max-width:768px){

.top-bar{
    font-size:20px;
    padding:10px 20px;
    top:8px;
    width:90%;
}
}
