/* body{
    background-image: url(page1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    z-index: 1;
    margin: 0%;
    padding: 0%;
} */
.helpmestartingpage{
    margin-top: 36%;
    background-color: aliceblue;
    width: 100%;
    height: 1550px;
    border: 1px solid aliceblue;
    border-radius: 30px 30px 0px 0px;
    z-index: 15;
}
/* @media screen and (min-width: 800px){
    .helpmestartingpage{
        height: 1600px;
    }
} */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

.p-slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 100%;
}
.p-slider-heading{
    font-size: 28px;
    text-transform: uppercase;
    color: #313131;
    text-align: center;
    margin: 0px;
}
.product-box{
    display: flex;
    flex-direction: column;
    width: 350px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin: 0px 20px;
    position: relative;
}
.p-img-container{
    width: 100%;
    height: 80%;
    display: flex;
    overflow: hidden;
}
.p-img a, 
.p-img{
    width: 100%;
    height: 300px;
    display: flex;
}
.p-img a img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    animation: fade 0.6s;
}
.p-img-back{
    display: none;
}
.p-img-container:hover .p-img-back{
    display: block;
}
.p-img-container:hover .p-img-front{
    display: none;
}
@keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.p-box-text{
    margin-top: 5px;
    width: 100%;
}
.product-category{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.product-category span{
    color: #acacac;
    font-size: 0.9rem;
    margin: 5px 0px;

}
.product-title{
    color: #333333;
    font-weight: 600;
    text-decoration: none;
    transition: all ease 0.3s;
}
.product-title:hover{
    color: #111111;
    opacity: 0.7;
    transition: all case 0.3s;
}
.price-buy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.price-buy .p-price{
    font-size: 1.3rem;
    color: #333333;
    font-weight: 700;
}
.price-buy .buy-btn{
    color: #e63b3b;
    margin: 0px 5px;
    font-weight: 600;
}
.price-buy .buy-btn:hover{
    text-decoration: underline;
}
.p-discount{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 65px;
    height: 24px;
    color: #ffffff;
    background-color: #c63b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    letter-spacing: 1px;
    z-index: 100;
    border-radius: 3px;
}
.slider-btns{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 30px auto 10px auto;
    padding: 0px 10px;
}
.slider-btns button{
    position: static !important;
    transform: translate(0, 0);
    background-color: #f3f3f3;
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
}
.slider-btns button span{
    font-weight: bold;
    padding: 10px 15px 10px 10px;
    position: relative;
    text-decoration: none;   
}
.slider-btns button span::before,
.slider-btns button span::after{
    border-right: 2px solid;
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
    content: '';
}
.slider-btns button span::after{
    margin-top: -1px;
    transform: rotate(45deg);
}
.slider-btns .glider-prev span{
    transform: rotate(-185deg);
}
.span-title{
    color: rgb(4, 4, 68);
    font-size: 150%;
    margin-left: 10%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.p-news{
    margin-left: 10%;
    margin-right: 10%;
    font-size: 110%;
    color: red;
}
.visit-for-more{
    margin-left: 75%;
    margin-top: 5%;
    font-size: 75%;
    text-decoration: none;
    color: blue;
}
.video-box{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    border: 3px solid aliceblue;
}
.first-video{
    width: 80%;
    /* height: 170px; */
    border: 1px solid white;
    border-radius: 30px;
    background-color: aliceblue;
    margin-top: 10px;
}
.other-videos{
    margin-left: 3%;
    width: 200px;
    /* height: 190px; */
    border: 1px solid white;
    border-radius: 30px;
    background-color: aliceblue;
}
.warning-box{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 10%;
}
.warning{
    margin-left: 23%;
    color: red;
    font-size: 170%;
}
.warning-p{
    margin-left: 10%;
    margin-right: 10%;
    font-size: 120%;
}
.logo-brand{
    height: 80%;
    width: 9%;
}
.choose-for-you{
    margin-top: 7%;
    margin-left: 10%;
    font-size: 200%;
    color: rgb(0, 0, 107);
}
.choose-the-best-car-for-you{
    margin-top: 3%;
    margin-left: 10%;
    width: 20%;
    height: 10%;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
    border-radius: 35px;
    font-size: 130%;
}
.choose-the-best-car-for-you-2{
    margin-top: 3%;
    margin-left: 4%;
    width: 20%;
    height: 10%;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
    border-radius: 35px;
    font-size: 130%;
}
.car-brands{
    width: 60%;
    height: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    font-size: 140%;
}
.model{
    padding: 2%;
    color: #313131;
    margin: auto;
    float: left;
    width: 33%;
    height: 33%;
    text-align: center;
}
.company-title{
    margin: auto;
    text-align: center;
    font-size: 140%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.company-details{
    width: 70%;
    margin-left: 15%;
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 111%;
}
.logo{
    width: 230px;
    height: 200px;
}
.p-brand{
    margin-left: 20%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 160%;
}
/* .he-100{
    height: 20%;
} */
.car-performance{
    width: 40%;
    height: 20%;
    margin-left: 30%;
    margin-top: 5%
}
.performance{
    font-size: 140%;
    color: darkblue;
}
.performance-box{

    height: 100%;
    margin-bottom: 100px;
    margin-top: 200px;
}
.video-box-p{
    width: 70%;
    height: 300px;
    margin-top: 10%;
    margin-bottom: 5%;
    margin-left: 15%;
}
.performance-video{
    width: 100%;
    height: 100%;
    border: 1px solid whitesmoke;
    /* border-radius: 40px; */
}
/* .news-box-1{
    width: 90%;
    height: 60%;
    margin-left: 5%;
    margin-top: 10%;
    margin-right: 5%;
    border: 1px solid black;
} */
.news-img-1{
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid red;
}
.news-img-src{
    width: 100%;
    height: 100%;
    border: 1px solid white;
    border-radius: 30px;
}
.news-title{
    width: 100%;
    text-align: center;
    height: 7%;
    margin-top: 7%;
    font-size: 140%;
}
.brand-webpage{
    width: 80%;
    height: 10%;
    margin-left: 10%;
    
}
.link1{
    padding-top: 100px;
}
.style-d{
    height: 120px;
    background-color: rgba(255, 255, 255, 0.822);
    font-size: 150%;
    padding-top: 40px;
}
.button-b{
    border-collapse: collapse;
    border: 1px solid white;
    background-color: white;
    font-family: forte;
    color: darkblue;
}
.style-d2{
    height: 200px;
    text-align: center;
}
.color-1{
    /* background-color: red; */
    height: 350px;
}
.image-news{
    width: 100%;
    height: 90%;
    margin-top: 3%;
}
.heading-news{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 4%;
}
.news-text{
    font-family: 'Times New Roman', Times, serif;
}
.others-t{
    width: 120px;
    height: 35px;
}
.contactme{
    width: 80%;
    height: 150px;
    margin-left: 10%;
}
.label-t{
    font-size: 95%;
}
.name{
    width: 170px;
    height: 30px;

    margin-top: 50px;
}
.email{
    width: 170px;
    height: 30px;

    margin-top: 20px;
}
/* .contact{
    
} */
.message{
    width: 300px;
    height: 75px;
    margin-top: 50px;
}
.label-t2{
    font-size: 95%;
}
/* @media screen and (min-width: 500px){
    .he-100{
        height: 30%;
    }
}
@media screen and (min-width: 800px){
    .he-100{
        height: 50%;
    }
}
@media screen and (min-width: 1100px){
    .he-100{
        height: 60%;
    }
} */
/* }
@media screen and (min-width: 500px){
    .performance-box{
        float: left;
    }
}
@media screen and (min-width: 500px){
    .video-box-p{
        margin-top: 100%;
    }
   
}
@media screen and (min-width: 550px){
    .video-box-p{
        margin-top: 74%;
    }
}
@media screen and (min-width: 580px){
    .video-box-p{
        margin-top: 70%;
    }
}
@media screen and (min-width: 650px){
    .video-box-p{
        margin-top: 50%;
    }
}
@media screen and (min-width: 700px){
    .video-box-p{
        margin-top: 40%;
    }
}
@media screen and (min-width: 750px){
    .video-box-p{
        margin-top: 35%;
    }
}
@media screen and (min-width: 850px){
    .video-box-p{
        margin-top: 30%;
    }
}
@media screen and (min-width: 1000px){
    .video-box-p{
        margin-top: 25%;
    }
} */
@media screen and (min-width: 800px){
    .video-box-p{
        width: 60%;
        margin-left: 20%;
    }
}
@media screen and (min-width: 500px){
    .performance-box{
        float: left;
        margin-top: 93px;
    }
}
@media screen and (min-width: 700px){
    .performance-box{
        float: left;
        margin-top: 5px;
    }
}
.div3{
    height: 100px;
}
.button1-5{
    width: 200px;
    height: 50px;
    border: 1px solid blue;
    border-radius: 30px;
    margin-top: 50px;
    padding-top: 10px;
}
.m-t{
    margin-top: 15px;
}
nav{
    font-size: 2vw;
}