@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
}
:root {
    --Primary-Color: #EE2628;
    --Secondary-Color: #000;
    --Pg-Color: #737373;
    --white-stoke: #fff;
    --Dark-Gray:#1c1c1c;
}
.section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 120px 8%;
}
.section_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    gap: 30px;
}
.Heading {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "DM Sans", sans-serif;
}
.Heading h2 {
    color: var(--white-stoke);
}
.section_title span {
    color: var(--Primary-Color);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    font-family: "DM Sans", sans-serif;
}
.section_title h2 {
    font-size: 3.2rem;
    color: var(--Secondary-Color);
    font-family: "Space Grotesk", sans-serif;
}
.section_title p {
    color: var(--Pg-Color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}
button {
    width: 150px;
    height: 40px;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
html{
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
header{
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.Navbar {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 8%;
    padding-left: 2%;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 5px 5px 10px #0000001a;
    position: fixed;
    z-index: 9999;
    backdrop-filter: blur(15px);
}
.Logo {
    width: 200px;
}
.Logo img:nth-child(2) {
    display: none;
}
.Logo img {
    width: 80%;
}
.ri-menu-4-line {
    display: none;
}
.Menu {
    display: flex;
    gap: 50px;
}
.Menu li a {
    font-weight: 600;
    font-size: 20px;
    color: var(--Secondary-Color);
    transition: .4s;
}
.Menu li:hover a {
    color: var(--Primary-Color);
}
.Social_Icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Social_Icon i {
    font-size: 24px;
    cursor: pointer;
    transition: .3s;
}
.Social_Icon i:hover{
    color: var(--Primary-Color);
}
.Open_menu {
    position: absolute;
    right: 0%;
    background-color: var(--Primary-Color);
    height: 100%;
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--white-stoke);
    cursor: pointer;
}
.Sidebar_Main {
    position: absolute;
    min-height: 100vh;
    width: 100%;
    background-color: transparent;
    right: -100%;
    top: 0%;
    transition: 0.6s;
    opacity: 0;
}
.Close_Menu {
    position: absolute;
    right: 100%;
    font-size: 30px;
    top: 4%;
    right: 100%;
    color: var(--white-stoke);
    padding: 20px;
    z-index: 99;
    cursor: pointer;
}
.Sidebar_menu {
    position: fixed;
    width: 30%;
    top: 0%;
    min-height: 100vh;
    background-color: var(--Dark-Gray);
    right: -100%;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: var(--white-stoke);
    gap: 50px;
    padding: 50px;
    transition: 0.6s;
}
.Show_Menu {
    right: 0%;
}
.Sidebar_logo {
    width: 200px;
}
.Sidebar_logo img {
    width: 60%;
}
.Sidebar_menu span {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.Sidebar_menu .info {
    color: #EE2628;
}
.Sidebar_menu .info span {
    font-size: 2.5rem;
    line-height: 3.3rem;
    text-transform: lowercase;
    transition: 0.6s;
}
.Sidebar_menu .info span:hover {
    color: var(--white-stoke);
    cursor: pointer;
}
.New_update_Box {
    width: 100%;
    position: relative;
}
.New_update_Box input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 20px 20px 16px 0px;
    outline: none;
    border-bottom: 1px solid var(--white-stoke);
    position: relative;
    &::placeholder {
        color: var(--white-stoke);
        font-size: 1rem;
    }
}
.Sidebar_menu p {
    color: var(--Pg-Color);
    font-size: 16px;
}
.Sidebar_menu_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Sidebar_menu_btn button {
    height: 40px;
    width: 150px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sidebar_menu_btn a {
    color: var(--white-stoke);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 6px;
    transition: .3s;
}
.Sidebar_menu_btn a:hover{
    color: var(--Primary-Color);
}
.Sidebar_menu_btn i {
    font-size: 18px;
    color: var(--white-stoke);
}
.dark_mode {
    position: fixed;
    width: 70%;
    top: 0%;
    min-height:100vh;
    background-color: rgba(0, 0, 0, 0.4);
    left: -100%;
    z-index: 9;
    transition: 0.6s;
}
.Dark_Theme_Active {
    left: 0%;
}

/* Hero Section */

.hero_title {
    flex-direction: column;
    gap: 80px;
}
.hero_title h1 {
    font-size: 6rem;
    font-family: "Space Grotesk", sans-serif;
}
.Model_details {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.Model_details select {
    width: 20%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid var(--Secondary-Color);
    padding-left: 0;
    outline: none;
    cursor: pointer;
}
.Model_details #search {
    height: 60px;
    width: 60px;
    background-color: var(--Primary-Color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-stoke);
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: 0.6s;
}
.Model_details #search:hover {
    background-color: transparent;
    border: 1px solid var(--Secondary-Color);
    color: var(--Secondary-Color);
}
.hero_page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 14%;
    position: relative;
}
.hero_page img {
    width: 100%;
}
.hero_page::after {
    content: 'Start here';
    position: absolute;
    top: 6%;
    left: 0%;
    height: auto;
    width: 100%;
    font-size: 15vw;
    z-index: -1;
    font-weight: 800;
    background: -webkit-linear-gradient(270deg, #d3d2d2d1, #eeeeee00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* BENEFITS Section */

.Benefits_title {
    flex-direction: column;
    text-align: center;
}
.Benifit_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.Benifit_Box {
    min-height: 380px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 80px 30px;
    padding-bottom: 30px;
    background-size: cover;
    background-position: top;
    position: relative;
    gap: 120px;
    z-index: 9;
    overflow: hidden;
}
.Benifit_Box1 {
    background-image: url(Image/benifit1.webp);
}
.Benifit_Box2 {
    background-image: url(Image/beifit2.webp);
}
.Benifit_Box3 {
    background-image: url(Image/benifit3.webp);
}
.Benifit_Box4 {
    background-image: url(Image/benifit4.webp);
}
.Benifit_Box:nth-child(2),
.Benifit_Box:nth-child(4) {
    transform: translateY(40px);
}
.Benifit_Box h1 {
    color: var(--white-stoke);
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}
.Benifit_Box button {
    color: var(--white-stoke);
    font-weight: 700;
    text-transform: uppercase;
}
.Benifit_Box::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 3, 3, 0.8380602240896359) 3%, rgba(255, 255, 255, 0) 53%);
    transition: all .6s;
    z-index: -1;
}
.Benifit_Box:hover::after {
    top: 0%;
}

/* Top_Makers Section */

.Top_Makers {
    background-color: var(--Dark-Gray);
}
.Top_Makers_title {
    align-items: flex-end;
}
.Top_Makers_title .Heading h2 {
    color: var(--white-stoke);
}
.Top_Makers_title button {
    color: var(--Primary-Color);
}
.splide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client_page {
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px;
    background-color: #232323;
    transition: .6s;
}
.client_page:hover {
    background-color: var(--Primary-Color);
}
.model_page {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model_page img {
    width: 80%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    object-fit: contain;
}
.client_page h3 {
    font-family: "Space Grotesk", sans-serif;
    color: var(--white-stoke);
    margin-top: 40px;
    font-size: 22px;
    font-weight: 800;
}
.client_page span {
    color: var(--Pg-Color);
    font-weight: 600;
}
.client_page:hover span {
    color: var(--white-stoke);
}
.splide__arrow {
    background: none !important;
}
svg {
    fill: var(--Primary-Color) !important;
}
.Count_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 80px;
}
.Counter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px;
}
.Counter h3 {
    font-size: 2.5rem;
    color: var(--white-stoke);
    font-weight: 600;
    margin-bottom: 2px;
}
.Counter span {
    color: var(--Primary-Color);
    font-weight: 500;
    font-size: 17px;
    font-family: "Space Grotesk", sans-serif;
}

/* Vehical Section */

.Vehicles_title {
    width: 100%;
    align-items: flex-end;
}
.Vehicles_title button {
    background-color: var(--Primary-Color);
    color: var(--white-stoke);
    height: 60px;
    width: 180px;
    border-radius: 30px;
}
.card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    border: 1px solid #35353524;
}
.Vehical_Page {
    position: relative;
}
.Vehical_Page i {
    position: absolute;
    top: 80%;
    left: 87%;
    background-color: var(--white-stoke);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 30px;
    transition: all 0.6s ease;
    cursor: pointer;
}
.Vehical_Page i:hover {
    background-color: var(--Primary-Color);
    color: var(--white-stoke);
}
.Vehical_Page h4 {
    position: absolute;
    top: 5%;
    left: 2%;
    text-transform: uppercase;
    color: var(--white-stoke);
    background-color: var(--Secondary-Color);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
}
.card img {
    width: 100%;
    background-size: cover;
    background-position: center;
}
.card .Vehicles_content {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 30px;
    gap: 10px;
}
.card h3 {
    font-size: 1.5rem;
    font-family: "Space Grotesk", sans-serif;
}
.card p {
    color: var(--Pg-Color);
}
.Vehicles_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.Vehicles_info i {
    color: var(--Primary-Color);
}
.Vehicles_info span {
    color: var(--Secondary-Color);
}
.Vehicles_Price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.5px solid #2f2e2e56;
    padding-top: 20px;
}
.Vehicles_Price .price {
    font-size: 1.4rem;
    color: var(--Primary-Color);
    font-weight: 600;
}
.Vehicles_Price span {
    color: var(--Secondary-Color);
    font-weight: 600;
}

/* Your Drams Section */

.Your_Dreams {
    width: 100%;
    background-image: url(Image/h2-1.webp);
    background-size: cover;
    background-position: bottom center;
}
.Dreams_title {
    flex-direction: column;
    display: flex;
    align-items: start;
    padding: 120px 8%;
    width: 60%;
}
.Dreams_title h2 {
    color: var(--white-stoke);
}
.Dreams_title p {
    color: var(--white-stoke);
    text-transform: lowercase;
}
.Dreams_title ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.Dreams_title ul li i {
    color: var(--Primary-Color);
    font-size: 22px;
}
.Dreams_title ul li span {
    color: var(--white-stoke);
}

/* STORIES Section */

.Blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 120px 0;
    padding-left: 8%;
    gap: 50px;
}
.Blog_title {
    align-items: flex-end;
}
.Blog_title button {
    background-color: var(--Primary-Color);
    color: var(--white-stoke);
    margin-right: 20px;
    height: 60px;
    width: 170px;
    border-radius: 30px;
}
.Blog_Page {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top center;
    color: var(--white-stoke);
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 9 !important;
}
.Blog_Page::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8352591036414566) 8%, rgba(249, 249, 249, 0) 42%);
    height: 100%;
    width: 100%;
    transition: 0.6s;
    z-index: -1;
}
.Blog_Page:hover:after {
    top: 0%;
}
.Blog_Page:hover .Blog_content {
    transform: translateY(0px);
}
.Blog_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    transform: translateY(45px);
    transition: 0.6s;
}
.Blog_Page1 {
    background-image: url(Image/blog-s1-1170x725.webp);
    opacity: 0.9;
}
.Blog_Page2 {
    background-image: url(Image/blog-s2-1170x725.webp);
}
.Blog_Page3 {
    background-image: url(Image/blog-s6-1170x725.webp);
}
.Blog_Page4 {
    background-image: url(Image/blog-s7-1170x725.webp);
}
.Blog_Page h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.Blog_Page h1 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
}
.Blog_Page button {
    color: var(--Primary-Color);
}

/* Footer section */

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    background-color: var(--Dark-Gray);
    position: relative;
}
.footer_title {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    color: var(--white-stoke);
    font-family: "Space Grotesk", sans-serif;
    padding: 30px;
    border-right: 1px solid #484848;
}
.footer_title span {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 60%;
    line-height: 3rem;
}
.footer_title ul {
    margin-top: 50px;
}
.footer_title ul li a {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--Primary-Color);
    transition: .3s;
}
.footer_title ul li:hover a{
    color: var(--white-stoke);
}
.footer_btns ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer_btns ul li a {
    color: var(--white-stoke);
    font-size: 1.2rem;
    transition: .3s;
}
.footer_btns ul li:hover a{
    color: var(--Primary-Color);
}

.Fooer_right {
    width: 50%;
}
.footer_meta_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 150px;
    padding: 30px;
}
.footer_meta_list h3 {
    color: var(--white-stoke);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_meta_list ul li {
    padding: 10px 0px;
}
.footer_meta_list ul li a {
    color: var(--white-stoke);
    font-weight: 500;
    transition: .3s;
}
.footer_meta_list ul li a:hover{
    color: var(--Primary-Color);
}
.Footer_right p {
    width: 100%;
    color: var(--Pg-Color);
    font-size: 20px;
    font-weight: 500;
}

.ScrollText span {
    font-size: 100px;
    font-weight: 900;
    margin: 0 50px;
}

/* MQ SECTION  */

@media (max-width:1400px) {
    .Benifit_Box h1{
        font-size: 1.8rem;
    }
    .hero_title h1{
        text-align: center;
    }
    .section_title h1{
        text-align: center;
    }
    .footer_title span{
        width: 70%;
    }
    .Sidebar_menu span{
        font-size: 1.5rem;
    }
}
@media (max-width:1200px) {
    .section_title span{
        font-size: 0.8rem;
    }
    .section_title h2{
        font-size: 2.6rem;
    }
    .Benefits{
        padding: 50px 8%;
    }
    .Sidebar_menu,
    .dark_mode{
        display: none;
    }
    .Open_menu{
        display: none;
    }
    .Navbar{
        padding-left: 8%;
        background-color: #1a1a1a;
    }
    .Logo img:nth-child(1){
        display: none;
    }
    .Logo img:nth-child(2){
        display: block;
    }
    .ri-menu-4-line{
        display: block;
        font-size: 2rem;
        color: var(--white-stoke);
    }
    .Social_Icon i{
        color: var(--white-stoke);
    }
    .Menu{
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: -100%;
        background-color: var(--Dark-Gray);
        width: 100%;
        padding: 40px 30px;
        opacity: 0;
        transition: .6s ease;
        z-index: 999;
    }
    .Active_Menu{
        left: 0;
        opacity: 1;
    }
    .Menu li{
        border-bottom: 1px solid #302d2d;
        padding-bottom: 8px;
    }
    .Menu li a{
        color: var(--white-stoke);
    }
    .Benifit_Wrap{
        grid-template-columns: repeat(2,1fr);
    }
    .Counter{
        padding: 50px 0px;
    }
    .Blog_title button{
        height: 50px;
        width: 150px;
    }
    .footer_title span{
        width: 100%;
    }
}
@media (max-width:1100px) {
    .hero_title h1{
        font-size: 3.8rem;
    }
    .Dreams_title{
        width: 70%;
    }
    .Blog_Page h1{
        font-size: 1.3rem;
    }
    .footer_title ul li a{
        font-size: 1.5rem;
    }
    .footer_btns ul li a{
        font-size: 1rem;
    }
    .footer_meta_list{
        padding: 0;
    }
    footer{
        padding: 120px 5% !important;
    }
}
@media (max-width:900px) {
    .section_title h2{
        font-size: 2.2rem;
    }
    .hero{
        padding-top: 50px;
    }
    .hero_title h1{
        font-size: 3rem;
    }
    .Model_details #search{
        height: 50px;
        width: 50px;
    }
    .Model_details{
        flex-direction: column;
        justify-content: space-between;
    }
    .Model_details #search{
        display: none;
    }
    .Model_details select{
        width: 90%;
    }
    .Counter h3{
        font-size: 2rem;
    }
    .Counter span{
        font-size: 14px;
    }
    .footer_meta_list h3{
        font-size: 1.5rem;
    }
    .Fooer_right p{
        margin-top: 30px;
    }
    .footer_title span{
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .footer_meta_list{
        gap: 90px;
    }
}
@media (max-width:768px) {
    .section_title p{
        font-size: 14px;
    }
    .hero_title h1{
        font-size: 2.1rem;
    }
    .Count_Wrap{
        grid-template-columns: repeat(2,1fr);
    }
    .Vehicles_title button{
        height: 40px;
        width: 140px;
        font-size: 12px;
    }
    .Dreams_title{
        width: 90%;
    }
    footer{
        padding: 120px 0% !important;
    }
    .footer_btns ul{
        gap: 18px;
    }
    .footer_btns ul li a{
        font-size: 0.6rem;
    }
}
@media (max-width:500px) {
    .section_title{
        flex-direction: column;
    }
    .section_title h2{
        font-size: 2rem;
    }
    .section_title p{
        font-size: 12px;
    }
    .Heading{
        width: 100%;
    }
    .hero_title{
        gap: 30px;
    }
    .hero_title h1{
        font-size: 1.5rem;
    }
    .Top_Makers_title{
        align-items: start;
    }
    .Count_Wrap{
        grid-template-columns: repeat(1,1fr);
        gap: 0;
    }
    .Social_Icon{
        display: none;
    }
    .Model_details select{
        width: 100%;
    }
    .Benifit_Wrap{
        grid-template-columns: repeat(1,1fr);
    }
    .Benifit_Box:nth-child(2),
    .Benifit_Box:nth-child(4){
        transform: translateY(0px);
    }
    .Vehicles_info span{
        font-size: 12px;
    }
    .Vehicles_title{
        align-items: start;
    }
    .Dreams_title{
        width: 100%;
    }
    .Dreams_title h2{
        font-size: 1.6rem;
    }
    .Blog{
        padding: 120px 8%;
    }
    .Blog_title{
        align-items: start;
    }
    footer{
        flex-direction: column !important;
        padding: 30px !important;
    }
    .footer_title{
        width: 100%;
        border-right: 0;
        padding: 0;
    }
    .footer_meta_list{
        width: 100%;
        flex-direction: column;
    }
}