* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
    /* font-family: "Sora", sans-serif;  ---> header kku use panrathu */

}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.container {
    width: 100%;
    background-color: #141652;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subContainer {
    width: 1320px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.navFirst {
    display: flex;
    width: 94%;
    align-items: center;
    padding: 10px 15px;
    height: 80px;
    /* border: 2px solid aqua; */
    border-bottom: 1px solid gray;
    justify-content: space-between;
}

.navNewBut {
    width: 32%;
    color: gray;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    gap: 30px;
    justify-content: start;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}

.navNewBut a {
    cursor: pointer;
}

.firstHome {
    /* font-weight: 800; */
    color: #E83A16;
}

.navIcons {
    width: 32%;
    display: flex;
    /* font-size:20px; */
    color: gray;
    gap: 30px;
    justify-content: end;
}

.navIcons i {
    font-size: 16px;
    padding: 5px;
    border: 1px solid gray;
}

.newNavImg {
    width: 32%;
    display: flex;
    justify-content: center;
}

/* responsive nave style start */

.resIcon {
    display: none !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid lightgray;
    font-size: 16px;
}

.resIcon .xmarNav {
    display: none;
}


.responsiveNav {
    width: 40%;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px 30px 10px 20px;
    position: absolute;
    top: 60px;
    left: -100%;
    z-index: 1000;
    transition: all 0.30s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.resCon {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 500;
}

.resCon i {
    color: #333333;
}

.resCon a {
    text-decoration: none;
    color: black;
}

.resNumberTag {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.resNumberTag button {
    width: 80px;
    height: 30px;
    border: unset;
    border-radius: 5px;
    background-color: green;
    color: white;
}

.resNumberTag img {
    width: 100px;
    height: 40px;
}

.responsiveNav {
    display: none;
}

.navLine {
    height: 1px;
    width: 95%;
    background-color: lightgray;
}

.updateresNave {
    display: none;
}

/* nave response start */

@media screen and (max-width:900px) {
    nav {
        display: none;
    }

    .resIcon {
        display: flex !important;
    }

    .updateresNave {
        display: flex;
        width: 100%;
        border-radius: 0px;
        background-color: #fff;
        margin-top: 0;
        padding: 10px 25px 5px 20px;
        align-items: center;
        justify-content: space-between;
    }

    .updateresNave img {
        width: 130px;
        height: 60px;
    }

    .responsiveNav {
        display: flex;
        left: -100%;
        z-index: 1000;
    }

}

@media screen and (max-width:750px) {
    .responsiveNav {
        width: 60%;
    }

    .resNumberTag button {
        width: 60px;
        height: 25px;
        font-size: 12px;
    }

    .resNumberTag img {
        width: 80px;
        height: 30px;
    }


}

@media screen and (max-width:600px) {
    .responsiveNav {
        width: 70%;
    }
}

@media screen and (max-width:500px) {
    .responsiveNav {
        width: 70%;
    }

    .updateresNave {
        padding: 10px 15px 5px 10px;
    }

    .updateresNave img {
        width: 110px;
        height: 50px;
    }


}

@media screen and (max-width:400px) {
    .responsiveNav {
        width: 85%;
        font-size: 18px;
    }

    .resNumberTag img {
        width: 70px;
        height: 28px;
    }

}

/* nav response clouses */

/* Home start */
.home {
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homeHead {
    font-family: "Sora", sans-serif;
    display: flex;
    flex-direction: column;
    line-height: 50px;
    align-items: center;
    font-variant: small-caps;
    color: white;
    font-weight: 800;
    margin: 5% 0px 2% 0px;

}

.homeHead h1 {
    word-spacing: -10px;
    font-size: 68px;

}

.homeHead p {
    font-weight: lighter;
    font-weight: 400;
    font-size: 46px;
}

.homeBody {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

.homeBody img {
    width: 100%;
    height: 100%;
}

.homeBodyImg {
    width: 100%;
    height: 100%;
}

/* Logo page Start */

.LogoPage {
    /* transition: all 0.30s; */
    width: 100%;
    background-color: white;
    border-radius: 20px;
    margin: 4% 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
    gap: 40px;
    position: relative;
    /* transition: all 1s; */
}

.LogoPageHead {
    text-align: center;
    color: #E83A16;
    line-height: 45px;
    transition: all 0.30s;
    font-family: "Sora", sans-serif;


}

.LogoOption {
    display: flex;
    width: 80%;
    justify-content: space-between;
    transition: all 0.30s;
}

.LogoOption button {
    padding: 10px 20px;
    border: unset;
    border-radius: 20px;
    border: 1px solid #E83A16;
    color: #E83A16;
    transition: all 0.30s;
}

.LogoOption button:hover {
    border: 1px solid blue;
    color: blue;
}

/* other formula Start */


/* Other formula clouses */

.LogoScrollTag {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
    transition: all 0.30s;
    touch-action: pan-y; /* Prevent horizontal scroll conflict */
    user-select: none;   /* Prevent text selection on drag */
    -webkit-user-drag: none;
}

.LogoScroll {
    position: absolute;
    width: 400%;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    left: 0px;
    transition: all 0.30s;
    
}

.Logos {
    display: grid;
    min-height: 70vh;
    padding-top: 10px;
    grid-template-columns: auto auto auto auto;
    width: 25%;
    gap: 30px;
    justify-content: center;
    border: unset;
    margin-top: 20px;
}

.Logos-1 {
    width: 250px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid white;
    user-select: none;
}

.Logos-1 img {
    width: 70px;
    height: 60px;
}

.LogosTag-1 {
    display: grid;
}

.LogoArrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 100%;
    padding: 0px 30px;
    justify-content: space-between;
    transition: all 0.30s;
}

.LogoArrow i {
    font-size: 20px;
    cursor: pointer;
}

.pulliTag {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    transition: all 0.30s;
}

.pulliTag p {
    height: 10px;
    width: 10px;
    border: 1px solid blue;
    border-radius: 50%;
}

.pulli-1 {
    background-color: blue;
}


.pulliTagTwo {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    transition: all 0.30s;
}

.pulliTagTwo p {
    height: 10px;
    width: 10px;
    border: 1px solid blue;
    border-radius: 50%;
}

.pulliTwo-1 {
    background-color: blue;
}

/* Lpopular Tag Start */

.Lpopular {
    width: 80%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all 0.30s;
    display: none;
 
}



.LpopularScroll {
    width: 400%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0px;
    transition: all 0.30s;
    /* background-color: red; */
}

.LpopularBody,
.LpopularBody-2 {
    width: 25%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 38px 20px;
    justify-content: space-between;
}

.LpopularBody a {
    width: 170px;
    height: 90px;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    transition: all 0.30s;

}

.LpopularBody a:hover {
    border: 1px solid #033f63;
    color: #033f63;
    background-color: transparent;
}


.LpopularArrow {
    width: 100%;
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

.LpopularArrow i {
    cursor: pointer;
    font-size: 25px;

}

/* Lpopular Tag closes */

.LPrice{
    width:100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-around;
    padding: 20px 6%;
    gap: 50px;
    transition: all 0.30s;
}

.LPrice a {
    width: 170px;
    height: 90px;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border: 1px solid lightgray;
}

.LPrice {
    display: none;
}

.Lbody {
    display: grid;
    grid-template-columns: auto auto auto auto;
    min-height: 40vh;
    gap: 20px;
    justify-content: space-between;
    width: 70%;
    /* max-width: 700px; */
    padding: 20px 0px;
    transition: all 0.30s;
}

.Lbody-1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: baseline;
    justify-content: center;
    width: 100px;
    height: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.Lbody-1 p {
    width: 100%;
    text-align: center;
}

.Lbody-1 img {
    width: 100%;
    height: 70px;
}

.Lbody {
    display: none;
}

.Lseats {
    width: 85%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    transition: all 0.30s;
}

.Lseats a {
    width: 170px;
    height: 90px;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
}

.Lseats {
    display: none;
}
/* Logo page clouses */

/* Listing car Start */

    .Listing{
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: white;
        padding:5% 2%;
    }


    .ListingHead{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }

    .ListingBut{
        display: flex;
        gap: 20px;
    }

    .ListingBut-1 , .ListingBut-2{
        width: 120px;
        padding: 15px 10px;
        border: unset;
        border-radius: 5px;
        border: 1px solid #E83A16;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:#E83A16;
        color: white;
        text-decoration: none;
        font-weight: 700;
    }

    .ListingBut-2{
        background-color: transparent;
        color: black;
    }
    

    .ListingCar{
        width: 100%;
        display:grid;
        grid-template-columns:30% 30% 30%;
        justify-content: center;
        padding:4% 0%;
        gap: 20px;
    }

    .ListingCarBox{
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        /* border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; */
        border-radius: 20px;
        gap: 10px;
    }

    .LeftListingCar{
        width: 100%;
        height: 100%;
        background-color: white;
        overflow: hidden;
        position: relative;
        /* border-radius: 20px; */

    }

    .scrollImg{
        width: 400%;
        height: 100%;
        position:absolute;
        left:0px;
        display: flex;
    }

    .scrollImg img{
        width: 25%;
        height: 100%;
        /* border-radius: 20px; */
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    /* .rightListingCar{
        width: 50%;
    } */

    .CarArrows{
        position: absolute;
        display: flex;
        width: 100%;
        justify-content:space-between;
        color: white;
        padding: 0px 2%;
        top: 40%;
        font-size: 20px;
        z-index: 500;
    }

    .CarArrows i{
        cursor: pointer;
        height: 100%;

    }

    .rightListingCar{
        padding:2%;
        width: 100%;
        height:60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        
    }

    .rightHead{
        display: flex;
        justify-content: space-between;
        color: gray;
    }

    .rightHead p{
        display: none;
    }

    .rightHead h1{
        font-size: 22px;
        color:#06379a;        
    }

    

    .rightBody h1{
        font-size: 20px;
        letter-spacing: -1px;
        color:#000000;
        font-family: "Sora", sans-serif;
        font-weight:700;
    }

    .rightBody{
        transition: all 1s;
    }


    .rightBody:hover .rightBody h1{
        color: blue;
    }

 

    .rightBottom{
        display: flex;
        justify-content: space-between;
    }

    .rightSpeed , .rightGasoline , .rightCC{
        color: gray;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .formInformation{
        display: none;
    }


    /* OfferTag Start */


.mainBox{
        position:absolute;
        top: 0px;
        left: 0px;
        z-index:3;
        width:97%;
        height: 100%;
        display:flex;
        flex-direction: column;
        justify-content:space-between;
        padding: 10px;
    }

    .mainOne{
        display: flex;
        justify-content: space-between;
        width:25%;
    }

    .mainTwo i{
        color: red;
    }

    .offerClass{
        /* color: white; */
        display: flex;
        /* gap:5px; */
        background-color: #fff;
        border-radius: 20px;
        justify-content:center;
        align-items: center;
        width: 90px;
        font-size: 11px;

    }

    .offerClass i {
        color: #E83A16;
    }

    .offerFucture{
        width: 90px;
        color: white;
        background-color:#1C1D26;
        /* height: 30px; */
        padding: 5px;
        font-size: 10px;
        border: unset;
        border-radius: 20px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
    }

    .mainTwo{
        color:#E83A16;
        display: flex;
        font-size: 20px;
        padding-left: 22%;
    }

/* OfferTag Clouses */


/* Listing Car clouses */

  /* footer is start */
      .footerStoreBox{
        width: 100%;
        background-color: #333333;
        display: flex;
        justify-content: center;
    }

    footer{
        width:1350px;
        background-color:#141652;
        background-color: #333333;
        min-height: 300px;
        text-transform: uppercase;
        font-size: 15px;
        padding: 20px 10px;
        /* margin-top: 50px; */
    }

    .footerhead{
        display: flex;
        gap: 20px;
        color: #cccccc;
    }

    .footerLine{
        height: 2px;
        margin: 20px 0px;
        width: 100%;
        background-color: lightgray;
    }

    .FooterContent{
        display: flex;
        justify-content: space-between;
        color: #cccccc;
        background-color: #333333;
    }

    .footerText{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footerTextHead{
        color: #ffffff;
        margin: 15px 0px;
        font-weight: 700;
        font-size: 18px;
    }


    .footerSix{
        /* margin-top: 8%; */
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items:start;
        background-color: #333333;

    }
    .footerSix img{
        width: 180px;
        height: 50px;
    }

    .footerSix p{
        padding-left: 20px;
    }

    .footerLogos{
        display: flex;
        font-size: 10px;
        font-weight: 600;
    }


    .footerIcon{
        font-size: 25px;
        display: flex;
        gap: 10px;
    }

    footer a{
        text-decoration: none;
        color: #cccccc;
    }


/* footer is clouses */

/* OfferTag Start */


.mainBox{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index:3;
        width:97%;
        height: 100%;
        display:flex;
        flex-direction: column;
        justify-content:space-between;
        padding: 10px;
    }

    .mainOne{
        display: flex;
        justify-content: space-between;
        width:25%;
    }

    .mainTwo i{
        color: red;
    }

    .offerClass{
        /* color: white; */
        display: flex;
        /* gap:5px; */
        background-color: #fff;
        border-radius: 20px;
        justify-content:center;
        align-items: center;
        width: 90px;
        font-size: 11px;

    }

    .offerClass i {
        color: #E83A16;
    }

    .offerFucture{
        width: 90px;
        color: white;
        background-color:#1C1D26;
        /* height: 30px; */
        padding: 5px;
        font-size: 10px;
        border: unset;
        border-radius: 20px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
    }

    .mainTwo{
        color:#E83A16;
        display: flex;
        font-size: 20px;
        padding-left: 22%;
    }

/* OfferTag Clouses */


/* silde section start */

.slideSection{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
    height: 60vh;
    justify-content: center;
    margin:20px 0px;

}

.sildeOne{
    color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sildeHead{
    font-size: 0.8rem;
}

.sildeArrow{
    display: flex;
    gap: 10px;
}

.sildeArrow i{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 20px;
    display: flex;
    justify-content:center;
    align-items: center;
    cursor: pointer;
}


.sildeTwo{
    display: flex;
    width:100%;
    gap: 15px;
    user-select: none;

}

.sildeStaticBox{
    width: 200px;
    height: 220px;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 60px 20px 30px 20px;
    align-items: center;
}

.sildeStaticBox h1{
    font-size: 25px;
    color: orange;
}

.googleIcon{
    margin-top: 30%;
}


.sildeBoxDynamic{
    width: 97%;
    position: relative;
    overflow: hidden;
    height:280px;
    scroll-behavior: smooth;
    cursor: grab;
}

.sildeDymaicScroll{
    display: flex;
    gap:15px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.30s ease;
}

.sildeBox{
    width:280px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
}

.sildeBoxBottom img{
    height: 50px;
    width: 50px;
}

.sildeBoxBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottomBoxC{
    font-size: 0.7rem;
}


@media screen and (max-width:500px) {
    /* .sildeArrow{
        display: none;
    } */

    .sildeStaticBox{
        display: none;
    }

    .sildeBoxDynamic{
        width: 100%;
    }

    .sildeDymaicScroll{
        left: 3%;
    }  
}

@media screen and (max-width:400px){
    .sildeHead{
    font-size: 0.6rem;
    }

    .sildeArrow i{
    height: 25px;
    width: 25px;
    font-size:15px;
}

.sildeOne{
    padding-right: 50px;
}

    .sildeDymaicScroll{
        left: 4%;
    }  

    .slideSection{
        height: 45vh;
    }

    .sildeBoxDynamic{
        height: 230px;
    }

}

/* silde section clouses */


/* footer Responsive Start */

    @media screen and (max-width:1300px) {
    footer{
        width: 100%;
    }
}

    
    @media screen and (max-width:1100px) {
        footer{
            padding: 20px 2%;
        }
    }

    @media screen and (max-width:1000px) {
        .footerSix{
            margin-top:1%;
        }

        footer{
            padding: 20px 6%;
            min-height: 95vh;
        }

        .FooterContent{
            display: grid;
            grid-template-columns: auto auto auto;
            row-gap: 8%;
        }
    }

    @media screen and (max-width:850px){
       
        .footerhead{
            justify-content: center;
        }


        .footerhead a{
            font-size: 12px;
        }
        
    }

    @media screen and (max-width:700px) {
        .FooterContent{
            grid-template-columns: auto auto;
            justify-content: center;
            min-height: 50vh;
        }

        .footerhead a{
            font-size: 10px;
        }

        .LogoPageHead{
            line-height: 25px;
            font-size:13px;
        }        
    }

    @media screen and (max-width:550px) {
            .LogoPageHead{
                font-size: 11px;
            }

            .aboutContant{
                width: 98%;
                /* margin-top: 80px; */
                padding: 0px 0px 0px 10px;
            }
    }

    @media screen and (max-width:600px) {
        .footerhead{
            display: none;
        }
    }

    @media screen and (max-width:450px) {
        .LogoPageHead{
            font-size: 10px;
            line-height:16px;
        }


    }

    @media screen and (max-width:400px) {
        .FooterContent{
            grid-template-columns: auto;
            row-gap:2%;
            min-height:80vh;
            
        }

        .LogoPageHead{
            font-size: 8px;
            line-height:14px;
        }

    }

    @media screen and (max-width:325px) {
        .aboutContant{
            margin-top: 70px;
        }
    }

/* footer Responsive clouses */

/* Logo page responsive start */

@media screen and (max-width:1300px) {
    .Lseats {
        width: 90%;
        gap: 10px;
    }

    .rightTag {
        width: 290px;
    }

}


@media screen and (max-width:1250px) {
    .Logos-1 {
        width: 200px;
        height: 120px;
        justify-content: center;
        gap: 30px;
    }

    .LPrice {
        grid-template-columns: auto auto auto auto;
    }

}



@media screen and (max-width:1150px) {

    .LpopularBody-1,
    .LpopularBody-2 {
        justify-content: center;
    }

}


@media screen and (max-width:1100px) {
    .Lseats a {
        width: 150px;
        height: 70px;
        font-size: 18px;
    }
}


@media screen and (max-width:1000px) {
    .LogoScroll {
        min-height: 80vh;
        /* top: 10px; */
        margin-top: 10px;
        z-index: 1000;
    }

    .LogoPage {
        width: 100%;
        border-radius: 0px;
        gap: 30px;
    }

    .LPrice {
        grid-template-columns: auto auto auto;
    }

    .Logos-1 {
        justify-content: space-evenly;
        gap: 15px;
        width: 180px;
        height: 140px;
    }

    .Logos-1 img {
        width: 40%;
        height: 40%;
    }

    .LpopularBody a {
        width: 150px;
        height: 80px;
        font-size: 15px;
    }

    .Lpopular {
        height: 250px;
    }

    .Lbody {
        grid-template-columns: auto auto auto;
        justify-content: space-around;
    }

}

@media screen and (max-width:900px) {

    .LogoPage {
        margin-bottom: 0px;
    }

    .LpopularArrow {
        display: none;
    }


    .LpopularBody,
    .LpopularScroll,
    .Lpopular {
        height: 150px;
    }

    .LpopularBody {
        align-items: center;
        row-gap: 10px;
    }

    .LpopularBody a {
        width: 120px;
        height: 60px;
        font-size: 12px;
    }

    .Lpopular {
        height: 170px;
    }

    .Lseats {
        grid-template-columns: auto auto auto;
        row-gap: 50px;
        justify-content: space-around;
    }


    .Logos-1 {
        /* justify-content:space-evenly; */
        gap: 15px;
        width: 150px;
        height: 100px;
    }

    .LogoScrollTag,
    .Logos,
    .LogoScroll {
        min-height: 50vh;
    }

    .Logos {
        margin: 10px 0px;
    }


}


@media screen and (max-width:800px) {
    .LogoPage {
        gap: 25px;
    }
}


@media screen and (max-width:700px) {
    .LogoOption {
        width: 95%;
    }

    .LogoOption button {
        padding: 5px 10px;
        height: 40px;
        width: 100px;
        font-size: 12px;
    }

    .LogoPage {
        gap: 20px;
    }

    .LpopularBody a {
        width: 160px;
        height: 90px;
        font-size: 16px;
    }

    .LpopularBody,
    .LpopularScroll,
    .Lpopular {
        /* height:85vh; */
    }

    .LpopularBody {
        grid-template-columns: auto auto;
        row-gap: 15px;
        gap: 15x;
        align-content: center;
        justify-content: center;
    }

    .LPrice {
        grid-template-columns: auto auto;
        justify-content: center;
        gap: 20px;
    }
}


@media screen and (max-width:800px) {
    .Logos-1 {
        /* justify-content:space-evenly; */
        gap: 15px;
        width: 120px;
        height: 100px;
    }

}

@media screen and (max-width:700px) {
    .Logos {
        justify-content: center;
        gap: 10px;
    }

    .LogoScrollTag,
    .Logos,
    .LogoScroll {
        min-height: 60vh;
        margin: 0px 10px;
        justify-content: center;
        align-items: center;
    }



    .LogoArrow {
        display: none;
    }
}


@media screen and (max-width:600px) {
    .Lbody {
        justify-content: space-between;
    }

    .Lseats {
        grid-template-columns: auto auto;
        gap: 30px;
        justify-content: center;
    }

}



@media screen and (max-width:550px) {
    .LogoOption {
        width: 98%;
        padding: 0px 10px;
    }

    .LogoOption button {
        padding: 5px 10px;
        height: 35px;
        width: 80px;
        font-size: 10px;
    }


    .Lbody {
        grid-template-columns: auto auto;
        justify-content: center;
        column-gap: 50px;
    }

    .Lbody-1 {
        width: 100px;
    }

    .Lbody-1 p {
        font-size: 13px;
    }

    .Lbody-1 img {
        width: 100%;
        height: 60px;
    }

      .LogoArrow {
        display: none;
    }

    .Logos{
        grid-template-columns: auto auto;
        width: 100%;
        /* background-color: red; */
    }

        .Logos-1 {
        /* justify-content:space-evenly; */
        gap: 15px;
        width: 120px;
        height: 100px;
    }

        .LogoScrollTag,
    .Logos,
    .LogoScroll {
        min-height:75vh;
    }

}


@media screen and (max-width:450px) {
    .LogoOption {
        width: 98%;
        padding: 0px 10px;
        gap: 10px;
    }

    .LpopularBody,
    .LpopularScroll,
    .Lpopular {
        height: 35vh;
    }

    .LpopularBody {
        align-items: center;
        gap: 10px;
    }

    .LogoOption button {
        padding: 3px;
        height: 30px;
        width: 70px;
        font-size: 10px;
    }

    .LpopularBody a {
        width: 130px;
        height: 60px;
        font-size: 13px;
    }

    .Lseats {
        gap: 20px;
    }

}

@media screen and (max-width:400px) {
    .LpopularBody a {
        width: 120px;
        height: 50px;
        font-size: 10px;
    }

    .LpopularBody,
    .LpopularScroll,
    .Lpopular {
        height: 35vh;
    }
}

.resLogo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.resLogoBox-1 {
    display: flex;
    width: 70%;
    justify-content: space-around;
}




.pulliTagTwo {
    display: none;
}

.resLogo {
    display: none;
}



@media screen and (max-width:400px) {
    .resLogoBox-1 {
        width: 90%;
    }
}

/* Logo Page Responsive closes*/


/* Main Responsive Start */

    @media screen and (max-width:1300px) {
        .home{
            width: 90%;
        }

        .subContainer{
            width: 100%;
        }

        .sildeOne , .sildeTwo{
            width: 95%;
        }

        .LogoPage{
            width: 95%;
        }

    }

    @media screen and (max-width:1300px) {
        .rightPriceBox{
            width:300px;
            height:250px;
            padding-bottom: 15px;
        }   

        .rightPrice{
            justify-content: center;
        }

        .featureHeadOne-tag , .featureHeadtwo-tag{
            font-size: 15px;
        }

        section{
            gap:30px;
        }

        .sectionBody{
            justify-content: center;
            gap: 30px;
            grid-template-columns: 330px 330px 330px;
        }

    }


    @media screen and (max-width:1240px) {

        .rightPrice{
            width: 100%;
        }
        .leftPrice{
            display: none;
        }
        
        .priceHead{
            width: 90%;
        }

    }

    @media screen and (max-width:1000px) {
        .rightPrice{
            display: grid;
            grid-template-columns: auto auto;
            overflow: hidden;
        }


        .pricePage{
            gap: 15px;
        }

        .priceHead h1{
            font-size: 30px;
        }

        
        .priceHead a{
            width: 100px;
            height: 40px;
            /* background-color: blue; */
            font-weight: 700;
            font-size: 14px;
        }

        .priceHead{
            margin-bottom: 5px;
        }
    

    }


    @media screen and (max-width:1100px) {
        .ListingCar{
            grid-template-columns:330px 330px;
            justify-content: center;
        }

        section{
            gap: 40px;
        }

        .sectionBody{
            grid-template-columns:400px 400px;
        }

        .homeHead h1{
            font-size: 55px;
        }

        .homeHead p{
            font-size: 35px;
        }

        .homeHead{
            line-height: 45px;
        }

    }

    @media screen and (max-width:1050px) {
        .rightHead h1{
            font-size: 17px;
        }

        .rightBottom{
            font-size: 12px;
        }
    }

    @media screen and (max-width:900px) {
        .home{
            min-height: 30vh;
        }

        .sectionBody{
            grid-template-columns:330px 330px;
        }

        section{
            gap: 25px;
        }


        .ListingHead{
            padding: 0px 15px;
        }

        .ListingHead h1{
            font-size: 25px;
        }

        .ListingBut-1 , .ListingBut-2{
            width: 100px;
            padding: 12px 8px;
            text-decoration: none;
            font-weight: 700;
        }


  
    }

    @media screen and (max-width:700px) {
        .homeHead h1{
            font-size: 45px;
        }

        .homeHead p{
            font-size: 30px;
        }

        .homeHead{
            line-height: 40px;
        }

        .ListingCar{
            grid-template-columns: 330px;
            justify-content: center;
        }

        .sectionBody{
            grid-template-columns:400px;
        }

        .ListingHead{
            padding: 0px 10px;
        }

        .ListingHead h1{
            font-size: 23px;
        }

        .ListingBut{
            gap: 5px;
        }

        .ListingBut-1 , .ListingBut-2{
            width:90px;
            padding: 10px 7px;
            text-decoration: none;
            font-weight: 700;
            font-size: 13px;
        }
    }


    @media screen and (max-width:650px) {
        .rightPrice{
            grid-template-columns: auto;
        }   
    }


    @media screen and (max-width:600px){
        .home{
            width: 100%;
        }
        .homeBody{
            width: 90%;
        }
        .homeHead{
            line-height:35px;
        }

        .priceHead h1{
            font-size: 25px;
        }

        
        .priceHead a{
            width:90px;
            height:35px;
            /* background-color: blue; */
            font-weight: 700;
            font-size: 12px;
        }
    }


    @media screen and (max-width:550px) {

        .rightHead h1{
            font-size:18px;
        }
    
        .rightBody h1{
            font-size: 18px;
        }

        .ListingCarBox{
            height: 330px;
        }

        .pricePage{
            gap:5px;
        }   

        .sectionHead h1{
            font-size: 28px;
        }

        .sectionBody{
            grid-template-columns:350px;
        }

    }

    @media screen and (max-width:500px){
        .homeHead h1{
            font-size: 40px;
        }

        .homeHead p{
            font-size: 25px;
        }

        .homeHead{
            line-height: 30px;
        }

        .rightHead h1{
            font-size:16px;
        }
    
        .rightBody h1{
            font-size: 16px;
        }

        .rightHead p , .rightSpeed p , .rightBottom{
            font-size: 12px;
        }

        .priceHead h1{
            font-size: 20px;
        }

        
        .priceHead a{
            width:80px;
            height:30px;
            /* background-color: blue; */
            font-weight: 700;
            font-size: 12px;
        }

        .ListingHead h1{
            font-size: 20px;
        }

        .ListingBut-1 , .ListingBut-2{
            width:70px;
            padding: 8px 5px;
            text-decoration: none;
            font-weight: 700;
            font-size: 10px;
        }

        .ListingHead{
            padding: 0px 3px;
        }

    }

    

    @media screen and (max-width:450px) {
        /* .LeftListingCar{
            width: 50%;
        } */

        .rightBottom{
            font-size: 10px;
        }

        .sectionBody{
            grid-template-columns:330px;
        }

        .sectionHead h1{
            font-size: 25px;
            
        }

    }

    @media screen and (max-width:400px){
        .homeHead h1{
            font-size:30px;
        }

        .homeHead p{
            font-size: 20px;
        }

        .homeHead{
            line-height: 28px;
        }

        /* .ListingCarBox{
            height: 140px;
        } */

        .ListingCar{
            grid-template-columns: 310px;
        }


        .ListingHead h1{
            font-size: 18px;
        }

        .ListingBut-1 , .ListingBut-2{
            width:60px;
            padding: 6px 4px;
            text-decoration: none;
            font-weight: 700;
            font-size: 9px;
        }
    }

/* Main Responsive clouses */



