
/* =====================================================
   SHARECAR V2 - layout.css
===================================================== */

:root{
    --primary:#81D8D0;
    --primary-dark:#81D8D0;
    --dark:#111;
    --text:#222;
    --muted:#666;
    --light:#fff;
    --gray:#f6f6f6;
    --border:#e8e8e8;
    --shadow:0 18px 50px rgba(0,0,0,.12);
    --radius:24px;
    --container:1690px;
}


.btn-primary,
.btn-secondary,
.contact-btn,
.page-btn{

    white-space:nowrap;

}

body{
    background:var(--light);
    color:var(--text);
    overflow-x:auto;
}

html{

    overflow-x:auto;

}

.container{
width:var(--container);

    max-width:none;

    margin:0 auto;
    
}

/* ---------------- HEADER ---------------- */

.header{

    position:fixed;

    top:0;

    left:0;

    min-width:var(--container);

    width:100%;

    z-index:9999;

    padding:28px 0;



    background:rgba(255,255,255,0);

    transition:
        background .35s ease,
        padding .35s ease,
        box-shadow .35s ease;

}

.header.scrolled{
  background:rgba(255,255,255,.94);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid #EAF4F3;

    box-shadow:
    0 8px 30px rgba(0,0,0,.05);

    padding:18px 0;
}

.header .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}

.logo{

    width: 250px;

    display:flex;

    align-items:center;

    justify-content:center;

    height:70px;

    text-decoration:none;


}

.logo img{

    height:140px;

    width:auto;

    display:block;

    object-fit:contain;

    transition:
        transform .3s ease,
        opacity .3s ease;

}



.nav ul{
    display:flex;
    gap:40px;
    list-style:none;
    align-items:center;

    flex-wrap:nowrap;
}

.nav li{
    flex-shrink:0;
}

.mobile-menu{
    display:none;
    position:relative;
    z-index:10001;
    width:46px;
    height:46px;
    border-radius:999px;
    /* background:rgba(255,255,255,.12); */
    color: #7c7c7c;
    font-size:24px;
    font-weight:800;
    line-height:1;
    transition:background .25s ease,color .25s ease;
}

.mobile-menu:hover,
.mobile-menu[aria-expanded="true"]{
    /* background:#fff; */
    color: #81D8D0;
}

.nav a{

    color:#fff;

    transition:.3s;

    font-size: 22px;

    font-weight: 300;

    letter-spacing:1px;

    position:relative;

    white-space: nowrap;

}

.header.scrolled .nav a{

    color:#444;

}

.header.scrolled .nav ul li:nth-child(2) a{
    color: #81D8D0;
}

.header.scrolled .nav ul li:nth-child(7) a{
    color: #81D8D0;
}

.nav a:hover{

color:#81D8D0;

}

.nav ul li:nth-child(2) a{
    color:#81D8D0;
    font-weight: 600;

}

.nav ul li:nth-child(7) a{
    color:#81D8D0;
    font-weight: 600;

}

.nav a span{
    color:#81D8D0;
    font-weight: 600;
}

.nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#81D8D0;

    transition:.35s;

}

.nav a:hover::after{

    width:100%;

}

.header-btn{

    background:#81D8D0;

    color:white;

    border-radius:999px;

    padding:13px 24px;

    font-size: 25px;

    font-weight:700;

    transition:.35s;

}

.header-btn:hover{

    transform:translateY(-3px);

    box-shadow:

0 15px 35px rgba(129,216,208,.25);

}
/* ===========================
   HERO
=========================== */
.hero-wrapper{

    height:100vh;

}

.hero{

    position:sticky;

    top: 0;

    height: 100vh;

    z-index: 1;

    display:flex;

    align-items:center;

    height:100vh;

    background:#050505;

    overflow:hidden;

    min-width: 1690px;

}

.hero-video{

    position:relative;

    width:62%;

    height:100%;

    overflow:hidden;

    /* border-radius: 0 36px 36px 0; */

}
.hero-video::after{

    content:"";

    position:absolute;

    top:0;
    right:0;

    width:220px;
    height:100%;

    pointer-events:none;

    background:linear-gradient(
        to right,
        rgba(0,0,0,0),
        rgba(0,0,0,.15),
        rgba(0,0,0,.45),
        rgba(0,0,0,.75),
        #050505
    );

}

.hero-video video{

    width:100%;

    height:100%;

    object-fit:cover;

    transform:scale(1.02);

    transition: opacity .8s ease;

}

.hero-gradient{

    position:absolute;

    top:0;

    right:-1px;

    width:40%;

    height:100%;

    pointer-events:none;

    background:linear-gradient(
        to right,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,.15) 20%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.8) 70%,
        rgba(5,5,5,1) 100%
    );

    filter:blur(20px);

}
.hero-content{

    width:38%;

    padding:0 120px 0 80px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    color:white;

    z-index:10;

        flex-shrink:0;


}

.hero-content img{
    width: 200px;
    /* margin-bottom: 150px;
    margin-left: -30px; */
    margin: 0 130px 50px;
}


.hero-content h1{
    font-size: 150px;
    margin-top: -35px;
    font-family: "Pretendard", sans-serif;

     white-space:nowrap;

}
.hero-content h1 span{
    color: #81D8D0;
}


.hero-subtitle{

    margin-top: 0px;

    font-size:30px;

    letter-spacing:4px;

    color:#ffffff;

    margin-bottom: 4px;

    font-weight: 400;

     white-space:nowrap;


}
.hero-content p{

    color:#bdbdbd;

    font-size:22px;

    line-height:1.8;

    margin-bottom: 20px;

     white-space:nowrap;


}

.hero-content p span{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}


.hero-buttons{

    display:flex;

    gap:20px;

    align-items:center;

    font-size: 24px;

    margin-left: 0px;
    
    width: 100%;

    flex-wrap: nowrap;

    flex-shrink:0;
    
}

.btn-primary{

    background:#81D8D0;

    box-shadow:
0 15px 35px rgba(129,216,208,.25);

    color:white;


    border-radius: 15px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

    padding: 14px 32px;

    white-space:nowrap;

}

.btn-primary:hover{

background:#6CCEC4;

transform:translateY(-3px);

}
.btn-secondary{


    color:white;

    text-decoration:none;

    font-weight:500;

    opacity:.8;

    transition:.3s;

    border-radius: 15px;

    border:1px solid rgba(255,255,255,.45);

    text-align: center;

    padding: 14px 32px;

    white-space:nowrap;
}

.btn-secondary:hover{

    opacity:1;

    transform:translateX(5px);

    background-color: #fff;

    color: #000000;

    font-weight: 500;

}
.hero-video video{

    animation:heroZoom 18s ease-in-out infinite alternate;
}

@keyframes heroZoom{

    from{

        transform:scale(1);

    }

    to{

        transform:scale(1.05);

    }

}
/* ---------------- HERO ---------------- */
/* 

/* ---------------- COMMON ---------------- */

section{
    padding: 120px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-label{
    color:#81D8D0;

    font-weight:500;
    letter-spacing:2px;
    font-size: 38px;
    font-family: "Sanchez", serif;
}

.section-title h2{
    font-size:clamp(42px,5vw,68px);

    font-weight:800;

    letter-spacing:-2px;

    margin:22px 0 10px;
}
.section-title p{
    font-size: 30px;
    font-weight: 400;
    
}
/* ---------------- CARS ---------------- */

.cars{

    position:relative;

    /* min-height:100vh;

    z-index:2; */

    background:#111;
}

.cars-section{
    position:relative;

    z-index:10;

    margin-top:-120px;

    padding-top: 120px;

    background:#ffffff;

    border-radius:50px 50px 0 0;

    box-shadow: 0 -20px 50px rgba(0,0,0,.12);

}
.cars-section::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    right:0;

    height:40px;

    border-radius:40px 40px 0 0;

    box-shadow:

0 -10px 30px rgba(0,0,0,.04);

}

.car-toolbar{
    width:min(1400px,92%);
    margin:0 auto 0px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.car-grid{
    width:min(1400px,92%);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:24px;
}
.cars-head{

    width:min(1400px,92%);

    margin:0 auto 30px;

    display:flex;

    justify-content:space-between;

    align-items:end;

}

.cars-info{

    font-size:18px;

}

.cars-info strong{

    font-size:42px;

    color:#81D8D0;

}

.cars-more{
    margin-top:60px;
    text-align:center;
}

/* ---------------- WHY ---------------- */




.why-section{

    padding: 60px 0 ;

    /* background:#fff; */

    /* background-color:#FAFBFB; */


    background-image: url(../assets/image/whybg.png);

        background-size:cover;

    background-position:center;

    background-repeat:no-repeat;


}

.why-section .section-title{

    margin-bottom:80px;

}

.why-grid{

    width:min(1400px,92%);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:30px;

}

.why-card{

    background:#ffffff;

    border:1px solid #EAF4F3;

    border-radius:22px;

    padding:42px 0px;

    text-align:center;

    transition:.35s;

    box-shadow:
0 10px 24px rgba(0,0,0,.04);

}

.why-card:hover{

    transform:translateY(-6px);

box-shadow:
0 18px 40px rgba(129,216,208,.15);

border-color:#81D8D0;

}



.why-icon{

    width: 180px;
    height:auto;

    display:block;

    margin:0 auto 28px;

    filter:drop-shadow(
0 8px 18px rgba(129,216,208,.12)
);

}



.why-card h3{

    font-size:24px;

    font-weight:700;

    color:#1F2E2C;

    margin-bottom:18px;

}

.why-card p{

    font-size:16px;

    line-height:1.8;

    color:#666;

}

/* ---------------- SERVICE ---------------- */

.service-section{

    position:relative;

    z-index:30;



    background: #ffffff;

    /* border-radius: 40px 40px 0 0; */

}

.service-grid{
    width:min(1400px,92%);
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}





.hero-search{
    margin-top:30px;
    width:100%;
    max-width:620px;
}

.hero-search input{
    width:100%;
    height:64px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    padding:0 28px;
    font-size:18px;
    background:var(--light);
    box-shadow:0 24px 60px rgba(0,0,0,.24);
}

.hero-search input:focus{
    outline:3px solid rgba(255,107,0,.35);
    outline-offset:3px;
}
.why-list{

    margin-top:35px;

    display:grid;

    gap:18px;

}

.why-list li{

    font-size:18px;

    font-weight:600;

    color:#444;

}
.statistics{

    background:#111;

    color:white;

}

.stat-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:40px;

}

.stat{

    text-align:center;

}

.stat h2{

    font-size:60px;

    color:#81D8D0;

    margin-bottom:12px;

}

.stat p{

    opacity:.85;

    font-size:18px;

}
.car-search-result{

    width:min(1400px,92%);

    margin:0 auto 35px;

    font-size:18px;

    color:#666;

}

#car-count{

    color:#111;

    font-size:24px;

    font-weight:800;

}

.page-dots{
    position:fixed;
    right:35px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:14px;
    z-index:9999;
}

.page-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:rgba(255,255,255,.4);
    border:2px solid #fff;
    transition:.3s;
}

.page-dot:hover,
.page-dot.active{
    background:#81D8D0;
    transform:scale(1.3);
}





/* ==========================
   g Menu
========================== */
/* ===============================
   Floating Menu
================================= */

.floating-menu{

    position:fixed;

    right:28px;

    bottom:32px;

    display:flex;

    flex-direction:column;

    gap:18px;

    z-index:9999;

    transition: .3s;
}

.float-btn{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    width:92px;

    text-decoration:none;

    transition:.3s ease;

}

.float-icon{

    width: 88px;

    height: 88px;

    border-radius:50%;



    display:flex;

    justify-content:center;

    align-items:center;

    /* box-shadow:0 12px 30px rgba(0,0,0,.28); */

    transition:.3s ease;

}

.float-icon img{

    width:88px;

    height:88px;

    object-fit:contain;

    image-rendering: auto;

}

.float-btn:hover .float-icon{

    transform:scale(1.08);

}s

.float-btn span{

    margin-top:8px;


    text-shadow: 1px 1px 0 #050505;

    font-size:18px;

    font-weight: 600;

    letter-spacing:-0.3px;

    text-align:center;

    transition: color .3s ease;
}

.floating-menu.light-mode .float-btn span{

    color:#111 !important;

}


.float-btn:hover{

    transform:translateY(-4px);

}



.float-btn:active{

    transform:scale(.95);

}
/*==========================
Featured
==========================*/

.featured-section{

    padding:150px 0;

    background:#fff7f7;

    background: #e8fffd;

}

.featured-section .section-title{

    text-align:center;

    color:#222;

    margin-bottom:80px;


}

.featured-section .section-title p{

    color:#81D8D0;

    letter-spacing: 10px;

    margin-bottom:15px;

    font-size: 50px;
font-family: "Sanchez", serif;
}


.featured-section .section-title h2{

    font-size:56px;

    margin-bottom:20px;

    color:#222;

}

.featured-section .section-title span{

    color:#999;

    font-size: 30px;

}

.featured-section .section-title span a{
    color:#81D8D0;
    font-weight: 800;
}

.featured-grid{

    width:min(1400px,92%);

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    font-size: 25px;

}
.featured-card{

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    transition:.35s;

    position:relative;

        border:1px solid #EAF4F3;
    box-shadow:
        0 12px 30px rgba(0,0,0,.05);

}

.featured-card:hover{

    transform:translateY(-12px);

}
.featured-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.5s;

}

.featured-card:hover img{

    transform:scale(1.05);

}

.featured-number{

    position:absolute;

    left:20px;

    top:20px;

    width:56px;

    height:56px;

    background:#ffffff;

    color:#81D8D0;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:12px;

    font-weight:700;

}
.featured-content{

    padding:35px;

    color:#000000;

    display:flex;
flex-direction:column;

font-family: "Pretendard", sans-serif;
}

.featured-content h3{

    font-size:32px;

    margin-bottom:12px;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;

}
.featured-content p{

    color:#424242;

    line-height:1.7;

    margin-bottom:30px;

    font-family: "Pretendard", sans-serif;
}

.featured-content ul{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:0;
    list-style:none;
    padding:22px 0;
    margin-bottom:30px;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}

.featured-content li{

    display:flex;
    align-items:center;
    color:#464646;
    font-size:24px;
    font-weight:500;

    font-family: "Pretendard", sans-serif;
}

.featured-content ul li:not(:last-child)::after{
    content:"│";
    color:#4a4a4a;
    margin:0 14px;
    font-weight:700;
}

.featured-content a{

    color:#81D8D0;

    font-weight:700;

    text-decoration:none;

font-family: "Pretendard", sans-serif;
}



.featured-price{

    margin-top:10px;
    display: flex;
}

.featured-price span{

    display:block;

    font-size:34x;

    color:#363636;

    margin-top: 8px;
    margin-right: 10px;

font-weight: 800;
}

.featured-price strong{

    font-size:34px;

    font-weight:800;

    color:#81D8D0;

}

.featured-view{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:auto;

    padding-top:18px;

    border-top:1px solid rgba(255,255,255,.15);

    color:#81D8D0;

    font-size:20px;

    font-weight:700;

}

.featured-view span:last-child{

    transition:.3s;

}

.featured-card:hover .featured-view span:last-child{

    transform:translateX(6px);

}


.featured-bottom{

    width:min(1400px,92%);

    margin:70px auto 0;

    background:#181818;

    border-radius:22px;

    padding:40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    color: #fff;

}

