/* footediting */
#foot {
    width: 100%;
    height: auto;
    background-color: #000000;
}

.qwerty {
    color: white;
    text-decoration: underline #d00000 4px;
    display: flex;
    justify-content: center;
}

/* navedit */
.nav-link {
    color: white !important;
    display: flex;
    justify-content: center !important;
}

.nav-link:hover {
    color: #d00000 !important;
    font-size: 18px;

}

.navbar-brand {
    color: white !important;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 5px;

}

.white {
    color: white;


}

.math {
    margin-bottom: 80px !important;
    color: #d00000;
    font-size: 40px;
    text-decoration: solid 5px #000000 underline;
}

/* contenbetween */
#through {
    color: #d00000;
    text-decoration: solid 5px #000000 underline;
}

#back {
    background-image: url(./Pictures/map/car\ banner\ light.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

#been {
    color: #d00000;
    text-decoration: solid 5px #000000 underline;
    font-size: 30px;
}

#take {
    background-image: url(./Pictures/map/carsss.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}




#should {
    color: #000000;
    background-color: bisque;
    text-align: justify;
}

h2 {
    color: #e5e5e5;
}



/* about */
#aboutthey {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    text-decoration: solid underline 2px #d00000;
}

span {
    color: #d00000;
}

#aboutroar:hover {
    color: #d00000;
}

#aboutdo {
    color: #000000;
    background-color: beige;
    text-align: justify;
}

#entity {
    color: white;
}

/* bcjauctionbcj */
#auctionedit {
    display: flex;
    justify-content: center;
    color: #000000;
    background-color: beige;
}

#auctiondeploy {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#reeditauction {
    text-align: center;
}


.auctionwin {
    display: flex;
    justify-content: center;
}

#circular {
    color: #d00000;
    text-decoration: underline black 4px;
    display: flex;
    justify-content: center;
}



#have {
    color: #000000;
}


.push {
    font-size: 30px;
    text-decoration: underline solid #d00000;
}

#gopal {
    color: #000000;
}

#dothat {
    color: #000000;
}

#hack {
    margin-left: 300px;
    color: #000000;
    font-size: 10px;
}


.styleme {
    width: 260px;
    height: 5px;
    background-color: #036666;
    border: #036666 0.3px solid;
    border-radius: 20%;
}

/* midedits */
.container {
    display: flex;
    align-items: center;
    height: 10vh;
    justify-content: center;
}

.box {
    width: 150px;
    height: 40px;
    border-top-color: white;
    border-left-color: white;
    border-right: #d00000 2px solid;
    border-bottom: #d00000 2px solid;
    padding-top: 0px;
}

.footer_text {
    background-color: #000000;
    color: white;
}

/* midedites */
.midedits {
    margin-left: 120px;
    margin: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.midedits:hover {

    transition: 0.5s;
    background-color: #d00000 !important;
    color: white;
    border-radius: 1px 1px 1px 1px;
}


#log {
    background-color: #bf0603;
    border-radius: 120px;
    border: solid 5px #bf060323;
    color: white;
}

#buge {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
    font-size: 17px;
    color: #d00000;
}

#buge {
    color: #000000 !important;
}

/* stockpageedit */
#stocka {
    background-color: #bf0603;
    border-radius: 120px;
    border: solid 5px #bf060323;
    color: white;
    margin-top: 20px;
    letter-spacing: 30px;

}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: sticky;
    top: 10px;
    right: 35px;
    color: #d00000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#myBtn {
    width: 200px;
    height: 200px;
    margin-top: 20px;
}

/* contactus */

/* contyactus */
.whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.whatsapp-button:hover {
    color: #25D366;
    background-color: #fff;
    border: #25D366 1px solid;
    text-decoration: none;
}

#pushme {
    color: #d00000;
    font-size: 25px;
    text-decoration: solid 2px #000000 underline;
    margin-top: 30px;
}



/* Define a responsive table style */
.responsive-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #d00000;
    color: #fff;
}

.responsive-table th,
.responsive-table td {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

/* Hide table header and footer on small screens */
@media screen and (max-width: 600px) {

    .responsive-table thead tr,
    .responsive-table tfoot tr {
        display: none;
    }

    /* Change table cells to block elements */
    .responsive-table td {
        display: block;
        border: none;
    }

    /* Make table cells stack vertically on small screens */
    .responsive-table td:first-child {
        padding-top: 10px;
    }

    .responsive-table td:last-child {
        padding-bottom: 10px;
    }

    .responsive-table td:before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        padding-bottom: 10px;
    }
}



/* reponsive */
@media only screen and (max-width: 767px) {
    /* Your mobile-specific CSS styles go here */

    /* footediting */
    #foot {
        width: 100%;
        height: auto;
        background-color: #000000;
    }

    .qwerty {
        color: white;
        text-decoration: underline #d00000 4px;
        display: flex;
        justify-content: center;
        font-size: 30px;
    }

    .math {
        margin-bottom: 80px !important;
        color: #d00000;
        font-size: 30px;
        text-decoration: solid 5px #000000 underline;
    }

    #pushme {
        font-size: 20px;
        text-align: justify;
        text-justify: inter-word;
    }

    /* auctionedit */
    span {
        color: #d00000;
    }

    #reeditauction {
        font-size: 30px;
    }

    /* bankdetail */
    #circular {
        font-size: 30px;
    }

    #reeditauction {
        text-align: center;
        font-size: 20px;
    }



}

#auctiondeploy {
    display: block;
    justify-content: center !important;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
}

.paragraph-container {
    text-align: center;
    padding: 30px;
}

.paragraph {
    font-size: 18px;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
}

@media only screen and (max-width: 767px) {
    .paragraph {
        font-size: 16px;
    }
}


/* carsnames */
.names {
    color: #fff;
    text-align: center;
    justify-content: center !important;

}

.names:hover {
    color: #000000;
    text-decoration: none;
}

.bg-image {
    background-color: #DC0000;
}

/* cars stock */

table table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;

}


th {
    background-color: #f2f2f2;
}

#stock {
    max-width: 40%;
    height: 0%;
    display: block;
    margin: left;
}



#myUL li a {
    border: 1px solid #ddd;
    /* Add a border to all links */
    margin-top: -1px;
    /* Prevent double borders */
    background-color: #f6f6f6;
    /* Grey background color */
    padding: 8px;
    /* Add some padding */
    text-decoration: none;
    /* Remove default text underline */
    font-size: 18px;
    /* Increase the font-size */
    color: black;
    /* Add a black text color */
    display: block;
    /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
    background-color: #a027c5b0;
    color: #f2f2f2;
    /* Add a hover effect to all links, except for headers */
}