@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: Riviera Nights Medium;
    src: url(./RivieraNights-Medium.ttf); 
}
@font-face {
    font-family: Riviera Nights Light;
    src: url(./RivieraNights-Light.ttf);
}
*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;
}
section{
    padding: 2rem 9%;
}
.heading{
    text-align: center;
    padding-bottom: 2rem;
    font-size: 4.5rem;
    color: var(--black);
}
.heading span{
    position: relative;
    z-index: 0;
}
.heading span::before{
    content: '';
    position: absolute;
    bottom:1rem; left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--yellow);
    clip-path: polygon(0 90%, 100% 80%, 100% 100%, 0% 100%);
}
.btn{
    display: inline-block;
    margin-top: 1rem;
    border-radius: .5rem;
    background: white;
    color: #000 ;
    border: 1px solid #000 ;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: .8rem 3rem;
    transition: 0.2s ease-in;
}
.btn:hover{
    background-color: #000;
    color: white;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Riviera Nights Medium' ;
    color:rgb(0,0,0); 
}
html,
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
}
#page1{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
#page1 #animtext .titles{
    display: flex;
    flex-direction: column;
}
#page1 #animtext{
    padding: 20vh 5vw;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 2.5px;
    align-items: flex-start;
    flex-grow: 1;
    position: relative;
}
#page #aimtext div{
    position: relative;
    background-color: white;
    z-index: 999;
}
#page1 #animtext .animcars{
    position: absolute;
    right: 0;
    top: 10%;
    z-index: 2;
}
#page1 #animtext .animcars2{
    top: 50%;
}
#page1 #animtext h1{
    color: #000;
    font-size: 6.9vmax;
    font-family: 'Riviera Nights Light' ;
    font-weight: 600;
    letter-spacing: -0.3vw;
    position: relative;
    z-index: 999;
    white-space: nowrap;
}
#page1 #animtext div:nth-child(2) h1{
    color: rgb(0, 129, 0);
    font-family: "Riviera Nights Medium";
    margin-left: 6vw;
}
#page1 #animtext #videoandtext{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#page1 #animtext #videoandtext video{
    width: 18vmax;
    border-radius: 6vmax;
}
@media (max-width : 470px){
    #page1 #animtext #videoandtext video{
        display: none;
    }
}
#page1 #nav{
    padding: 40px 32px;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    font-weight: 500;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vh;
    border-bottom: 1px solid #b6b6b6;
    z-index: 9999;
    background-color: white;
}
#nav #menuicon{
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-95%,-50%);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
#nav #menuicon h1{
    font-weight: 400;
    font-size: 16px;
    color: white;
    font-family: Poppins;
    padding: 10px 30px;
    border-radius: 5px;
}
#nav a{
    cursor: pointer;
    color: #000;
}
#nav #navoptions{
    display: block;
    font-size: 12px ;
    display: flex;
    gap: 24px;
    position: relative;
    padding: 3vh 0;
}
#nav #navoptions a{
    position: relative;
    z-index: 999;
    font-size: 14px;
    color: #000;
}
#page1 #nav #brand{
    font-weight: 600;
    font-size: 24px;
    padding: 0 24px;
}
::selection{
    color: #fff;
    background-color: #000 ;
}
.animcars img{
    width: 150px;
}
i{
    color: #000;
    padding-right: 5px ;
    border-radius: 50%;
}
#page1 #nav #menuicon i{
    display: none;
    color: #000;
}
@media (max-width:768px){
    #page1 #nav #navoptions{
        display: none;
    }
    #page1 #nav #menuicon i{
        display: block;
    }
}

@keyframes imganim {
    
    0%{
        transform: scale(1);
    }
    30%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1);
    }
    70%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
    
}
#page1 #nav #car{
    position: absolute;
    width: 100%;
    height: 100%;
    top : -100% ;
    left: 75%;
    transform: translate(-75%,100%);
}
#page1 #animtext div{
    overflow: hidden;
}
#page1 #nav #car video{
    position: absolute;
    width: 10vw;
    height: 100%;
    z-index: 1;
}
#logindiv{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 5px;
    padding:  0 20px;
    z-index: 999;
    color: #000;
    width: 150px;
}
.profile{
    position: absolute;
    gap: 5px;
    display: none;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 10%;
    right: 35%;
    font-size: 18px;
    white-space: nowrap;
}
.profile .name{
    color: rgb(0,0,0);
}
.profile .profilepic{
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 5px;
    border-radius: 50%;
    background-color: coral;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.366);
}
.container {
    width: 300px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-container {
    text-align: center;
}
input[type="email"], input[type="password"], input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #0056b3;
}
p{
    margin: 15px 0 0;
}
#page1 #LoginSignup{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    top: -150%;
    transition: all ease-in 0.4s;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.466);
    font-size: 16px;
    z-index: 9999;
}
#page1 #LoginSignup #idiv{
    position: absolute;
    top: 5%;
    left: 95%;
    transform: translate(-95%,-5%);
}
#page1 #LoginSignup #idiv i{
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.container a {
    color: #0056b3;
    text-decoration: none;
}
.message{
    margin: 10px;
    color: rgb(159, 0, 32);
    float: left;
}
#bgvideo{
    width: 1540px;
    position: absolute;
    opacity: 0.7;
}
#menu{
    position: fixed;
    background-color: whitesmoke;
    backdrop-filter: blur(5px);
    z-index: 999;
    height: 100vh;
    right: -200%;
    top: 0;
    padding: 8vmax 10vmax;
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.228);
    gap: 5vw;
    transition: all ease-out 0.4s;
    z-index: 9999;
}
#menu h4{
    margin-bottom: 15px;
    cursor: pointer;
}
#menu h1{
    font-size: 3.5em;
    font-weight: 400;
    cursor: pointer;
}
#menu h4{
    font-size: 2.2rem;
}
#menu a{
    text-decoration: none;
    font-size: 18px;
}
#page2,#page3{
    width: 100%;
    height: 100vh;
    background-color: aquamarine;
}
#close{
    padding: 15px;
    z-index: 9999;
    background-color: aliceblue;
}
 #services h1{
    font-size: 5rem;
 }
 #services{
    padding: 5vw 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(212, 212, 212);
}
.icons-container{
   padding-top: 5rem;
   padding-bottom: 5rem;
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(23rem,1fr));
   gap: 1.5rem; 
   width: 100%;
}
.icons-container .icons{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 10px #d3d3d3;
    border-radius: .5rem;
    transition: 0.4s ease-in;
}
.icons-container .icons i{
    height: 6rem;
    width: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    border-radius: 50%;
    background: #eee;
    color: var(--black);
    text-align: center;
}
.icons-container .icons .content h3{
    color: var(--yellow);
    font-size: 2.5rem;
}
.icons-container .icons .content p{
    color: var(--light-color);
    font-size: 1.5rem;
}
.icons-container .icons:hover{
    transform: scale(1.1);
}
.icons-container .icons:hover i{
    background: var(--yellow);
}
.brand {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}
.brand h1{
    height: 70px;
}
.brand .brand-slider{
    padding: 1rem;
    padding-bottom: 4rem;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #f0f0f0;
    display: flex;
    overflow-x: hidden;
    align-items: center;
    gap: 40px;
}
.brand .brand-slider .box{
    background-color: #ffffff;
    border-radius: .5rem .5rem 2rem .5rem;
    box-shadow: 7px 8px 0px rgb(170, 170, 170);
}
.brandsh1{
    position: relative;
}
.brandsh1child{
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.brand .brand-slider::-webkit-scrollbar{
    display: none;
}
.brand .brand-slider .box{
    width: 300px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.366);
}
.brand .brand-slider .box img{
    width: 100%;
    padding: 2rem;
}
.brand .brand-slider .box .after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    background-color: white;
}
.vehicles {
    background-color: white;
    padding-top: 100px;
}
.vehicles .vehicles-slider{
    padding-bottom: 1rem;
}
.vehicles .vehicles-slider .box{
    text-align: center;
}
.vehicles .vehicles-slider .box .imagediv{
    height: 200px;
}
.vehicles .vehicles-slider .box img{
    height: 70%;
    opacity: .5;
    transform: scale(.8);
}
.vehicles .vehicles-slider .box .content{
    transform: scale(0);
    padding: 1rem;
}
.vehicles .vehicles-slider .swiper-slide-active img{
    opacity: 1;
    transform: scale(1);
}
.vehicles .vehicles-slider .swiper-slide-active .content{
    transform: scale(1);
}
.vehicles .vehicles-slider .box .content h3{
    font-size: 2.5rem;
    color: var(--black);
}
.vehicles .vehicles-slider .box .content .price{
    font-size: 2.5rem;
    color: var(--yellow);
    padding: 1rem 0;
    font-weight: bolder;
    margin-bottom: 20px;
}
.vehicles .vehicles-slider .box .content .price span{
    font-size: 1.7rem;
    color: var(--light-color);
    font-weight: normal;
}
.vehicles .vehicles-slider .box .content p {
    font-size: 1.6rem;
    padding: 1rem;
    padding-top: 1.5rem;
    border-top: var(--border);
    color: var(--light-color);
}
.vehicles .vehicles-slider .box .content p span{
    color: var(--yellow);
    font-size: .8rem;
    padding: 0 .5rem;
}
.swiper-pagination-bullet-active{
    background: black;
}
.services2{
    background-color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 70px;
}
.services2 .box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.services2 .box-container .box:hover{
    box-shadow: 7px 8px 0px #000000;
}
.services2 .box-container .box{
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
    border-radius: .5rem .5rem 2rem .5rem;
    box-shadow: 7px 8px 0px rgb(170, 170, 170);
    background-color: #ffffff;
    width: 320px;
    height: 360px;
    transition: all .5s;
}
.services2 .box-container .box i{
    height: 3rem;
    width: 3rem;
    line-height: 6rem;
    font-size: 2.5rem;
    color: var(--black);
    background: var(--yellow);
    border-radius: 50%;
    margin-bottom: 1rem;
}
.services2 .box-container .box h3{
    color: var(--black);
    font-size: 24px;
}
.services2 .box-container .box p{
    font-size: 18px;
    padding: 1rem 0;
    line-height: 1.8;
}
.services2 .box-container .box:hover{
    box-shadow: 0 0 5 #d3d3d3;

}
.reviews .reviews-slider{
    padding-bottom: 3rem;
} 
.reviews .reviews-slider .box{
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    opacity: .4;
    transform: scale(.9);
    border-radius: .5rem .5rem 2rem .5rem;
    border: 2px solid black;
    width: 320px;
}
.reviews .reviews-slider .box:hover{
    box-shadow: 7px 8px 0px black;
}
.reviews .reviews-slider .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
    box-shadow: 7px 8px 0px rgb(170, 170, 170);
    border: 0.5px solid rgb(170, 170, 170);
}
.reviews .reviews-slider .box img{
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.reviews .reviews-slider .box .content p{
    font-size: 18px;
    color: black;
    height: 150px;
}
.reviews .reviews-slider .box .content h3{
    font-size: 1.5rem;
    color: var(--black);
    padding: .5rem;
}
.reviews .reviews-slider .box .content .stars i{
    font-size: 1.2rem;
    color: yellow;
}
.footer{
    background-color: black;
    color: white;
}
.footer .box-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.footer .box-container .box{
    height:250px;
    width: 220px;
}
.footer .box-container .box img{
    margin-top: 65px;
    height: 120px;
    width: 100%;
}
.footer .box-container .box h3{
    color: white;
    font-size: 1.5rem;
    padding: 1rem 0;
}
.footer .box-container .box a{
    color: white;
    font-size: 1rem;
    display: block;
    padding: 1rem 0;
}
.footer .box-container .box a i{
    padding-right: .5rem;
    color: white;
    transition: 0.4s ease-out;
}
.footer .box-container .box a:hover i{
    padding-right: 2rem;
    color: white;
}
.footer .credit{
    text-align: center;
    border-top: var(--border);
    padding: 1rem;
    padding-top: 2.5rem;
    margin-top: 2rem;
    font-size: 2rem;
}
.categories::-webkit-scrollbar{
    display: none;
}
.categparent{
    padding: 100px 0;
}
@media (max-width:991px){
    html{
        font-size: 55%;
    }
    .header{
        padding: 2rem;
    }
    .header.active{
        padding: 2rem;
    }
    section{
        padding: 2rem;
    }
}
@media (max-width:768px){
    #menu-btn{
        display: block;
    }
    #menu-btn.fa-times{
        transform: rotate(180deg);
    }
    .header #login-btn i{
        display: block;
    }
    .header #login-btn .btn{
        display: none;
    }
    .header .navbar{
        position: absolute;
        top: 99%; left: 0; right: 0;
        background: #fff;
        border-top: var(--border);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .header .navbar a{
        display: block;
        margin: 2rem;
        font-size: 2rem;
    }
}
@media (max-width:450px){
    html{
        font-size: 50%;
    }
    .heading{
        font-size: 3rem;
    }
}
.For_More_items_butn{
    margin-top: -15px;
    padding : 10px 20px 7px;
    background-color: #303030;
    border: 2px solid #303030;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: white;
    border-radius: 7px;
    transition: all .5s;
}
.For_More_items_butn:hover{
    background-color: white;
    color: #000;
    box-shadow: 0 0 10px rgb(170, 170, 170);
    font-weight: bold;
}
.magnet {
    font-size: 32px !important;
}
.under-line-1 {
    width: 150px;
    height: 7px;
    background-color: #000;
    margin-left: 200px;
    margin-top: -5px;
    transition: all 0.5s;
}
#services:hover .under-line-1 {
    width: 350px;
    height: 7px;
    margin: 0px;
}
#reviews {
    background-color: white;
}
.log-out {
    font-size: 2rem;
    color: rgb(70, 0, 0);
    font-weight: 600;
    cursor: pointer;
}
#LoginSignup button{
    background-color: black;
    color: white;
}
.logina{
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}
#str{
    height: 300px;
    display: grid;
    place-items: center;
}
#page1 #supra{
    position: absolute;
    left: 150%;
    top: 40%;
}
#page1 #supra img{
    width: 50vmax;
}
.categories{
    width: 100%;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
}
.categories>div{
    min-width: 100vw;
    display: flex;
    height: 65vh;
}
.categories>div>.category{
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #c7e3d7;
}
.categories>div>.category>h2{
    font-size: 56px;
    text-transform: capitalize;
}
.categories>div>.imgdivv img{
    height: 100%;
}
@media (max-width: 1100px){
    .categories>div>.imgdivv{
        display: none;
    }
    .categories>div>.category>h2{
        font-size: 24px;
    }
    .categories>div>.category>p{
        font-size: 18px;
    }
    .categories>div>.category{
        padding: 100px;
    }
    .categories>div>.category{
        padding: 10px;
    }
}
.after{
    animation: afteranim 2s ease-in;
    animation-fill-mode: forwards;
}
@keyframes afteranim {
    100%{
        left: 100%;
    }
}
.pop{
    position: absolute;
    width: 300px;
    border-radius: 10px;
    z-index: 9999;
    height: 240px;
    background-color: #FFF3E3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.528);
    top: 20%;
    right: -100%;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    position: absolute;
    font-size: 18px;
}
button{
    color: #000;
    background-color: transparent;
    font-size: 16px;
    border: 1px solid #000;
    transition: 0.4s ease-in;
}
button:hover{
    background-color: #000;
    color: #fff;
}
#dismiss{
    background-color: black;
    color: white;
}
body{
    overflow-x: hidden;
}
.logo-1 {
    width: 130px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.logo-2 {
    width: 180px !important;
    height: 180px !important;
}