* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background-color: #343f4f !important;
    color: #fefefe !important;
    overflow-x: hidden;
}


/*.home page.*/
.nav {
    position: fixed !important;
}

.container-fluid {
    background-color: rgb(15, 12, 12);
    border-radius: 10px;
}

.nav-item::after {
    content: '';
    height: 5px;
    color: orangered;
    width: 100%;
}

.navbar-brand {
    color: white;
    font-size: 28px !important;
    padding-right: 100px;
}

.dropdown-menu {
    background-color: rgb(56, 49, 49) !important;
    color: white !important;
}

.dropdown-menu:hover {
    color: orangered !important;
}

a {
    color: white !important;
    font-size: 18px !important;
}

a:hover {
    color: orangered !important;
    border-bottom: 1px solid white;

}

h3 {
    color: #fefefe;
    word-spacing: 15px;
}

h3:hover {
    color: orangered;
}

.icons {
    display: flex !important;
    padding-left: 30px;
    margin-top: 15px;
}

.fa {
    padding-left: 30px;
    font-size: 20px !important;
}

.logo {
    color: orangered !important;
}

.logo:hover {
    color: white !important;
}

.search-box {
    position: relative;
    margin-left: 140px;
    margin-top: -9px;

}

.search-box input {
    width: 300px;
    height: 40px;
    border: none;
    outline: none;
    background-color: white;
    border-radius: 30px;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 20px;
}

.search-box button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: none;
    position: absolute;
    top: 0;
    left: 87%;
    background-color: orangered;
}

.search-box i {
    color: white;
    margin-right: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    left: -42%;
}

/*.Suzuki.*/
.body {
    display: flex;
    align-items: center;
    padding-left: 200px;
    padding-right: 200px;
    justify-content: center;
    min-height: 100vh;
    background-color: #343f4f;
}

.wrapper .static-txt {
    font-size: 20px;
    color: orangered;
    font-weight: 400;
}

.wrapper .dynamic-txts li p {
    color: white;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;

}

.main {
    margin: 0;
    height: 100%;
    color: #fefefe;
    margin-top: 0;
    padding-bottom: 50px;
}

.car-inform {
    height: 150px;
    margin: 70px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #343f4f;
}

.logo {
    height: 180px !important;
    margin-top: -30px;
    padding-left: 30px;
}

.car-logo {
    width: 250px;
    height: 70px;


}

.car-inform .car-text {
    color: white;
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
}

.col-12 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.containar {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 96%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 2%;
}

.containar .product {
    width: 40%;
    margin-left: 20px;
    height: 100%;
    padding: 2%;
    background-color: #151920;
    color: white;
    box-shadow: 8px 8px 8px 8px #293341;
    justify-content: center;
    text-align: center;
    transition: width 2s, height 2s, transform 2s;
}

.containar .product:hover {
    width: 38%;
    height: 100%;
    transform: translateY(-30px)
}

.containar .product:hover {
    border: -10% solid black;
}

.containar .product img {
    width: 95%;
    height: 80%;
    margin-bottom: 20px;
}

.containar h1 {
    font-weight: bolder;
}

.containar .product .price {
    text-align: end;
}

.containar .product .btons {
    justify-content: space-between;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.containar .product .btons .btn {
    padding: 4%;
    color: #fefefe;
    border-radius: 20px;
}

.containar .product .btons .btn:hover {
    background-color: orangered;
}

.containar .product .price {
    float: right;
    padding-bottom: 30px;
}

.carousel-inner .carousel-item .sliderimage {
    width: 100%;
    height: auto;
    position: relative;
}

.header {
    width: 300px;
    height: 150px;
}

.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    position: fixed;
    width: 600px;
    transition: transform 0.4s, top 0.4s;
    z-index: 100;
    display: none;
  }

  .show-popup {
    display: block;
  }



.popup-close {
    width: 50px !important;
    height: 50px !important;
    float: right;
    margin-top: -100px;
    margin-right: 150px;
}

a {
    text-decoration: none;
}

.slider-container {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 80%;
    display: grid;
    transition: transform 0.5s ease-in-out;
    margin-left: 10%;
}

.card-holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 50px;
}

.card-holder1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
}

.slider-container .card {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    height: auto;
    padding: 2%;
    border-radius: 15px;
    background-color: #151920;
    color: white;
    border: 8px solid #282e38;
    box-shadow: -5px -5px 15px rgb(37, 56, 64),
        5px 5px 15px #25282c,
        inset -5px -5px 15px rgb(37, 56, 64),
        inset 5px 5px 15px #25282c;
    justify-content: center;
    transition: width .5s, height .5s, transform .5s;
    display: flex;
    flex-basis: 100%;
    justify-content: center !important;
}

.slide7 {
    width: 400px;
}

.slider-container .card:hover {
    transform: translateY(-20px);
}

.slider-container .card .pic {
    width: 100%;
    height: 250px;
}

.slider-container .card .pic img {
    width: 100% !important;
    height: max-content !important;
}

.slider-container .card .name {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.slider-container .card .nameab {
    font-size: 32px;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 100px;
}

.slider-container .card .infos {
    text-align: right;
    margin-right: 30px;
    line-height: 10px;
    margin-top: 50px;
}

.slider-container .card .infos h4 {
    font-size: 22px;
}

.slider-container .card .btton {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 5% 10%;
    justify-content: space-between;
}

.slider-container .card .btton button {
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    box-shadow:
        -5px -5px 15px rgba(255, 255, 255, 0.1),
        5px 5px 15px rgba(0, 0, 0, 0.35),
        inset -5px -5px 15px rgba(255, 255, 255, 0.1),
        inset 5px 5px 15px rgba(0, 0, 0, 0.35);
    width: 100%;
}

@media (min-width:1063px) {
    .slider-container .card .pic{
        height: 220px;
    }
    .slider-container .card .btton {
        display: inline-block;
    }

    .slider-container .card .btton button {
        width: 90%;
        margin-top: 20px;
        margin-left: 10%;
    }
}

.slider-container .card .btton .btn:hover {
    background-color: orangered !important;
}



button.btn-dark {
    background-color: black !important;
    width: 90%;

}

button.btn.btn-default {
    background-color: transparent !important;
    color: white !important;
    width: 90%;
}

@media screen and (max-width: 975px) {

    .slider-container .card .pic {
        height: 250px;
    }

 

    .slider-container .card {
        height: auto;
        margin: 20px 0;
    }

    .slider-container .card .name,
    .slider-container .card .nameab {
        margin: 30px 0 10px;
    }

    .slider-container .card .infos {
        margin-top: 10px;
    }

    .slider-container .card .btton {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .slider-container .card .btton button {
        width: 90%;
        margin-top: 20px;
    }

    button.btn-dark {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.modal-body {
    max-width: 100% !important;
    max-height: 90% !important;
}

.modal-content {
    background-color: transparent !important;
}

.carousel-item {
    border-radius: 20px !important;
}

.carousel-item img{
    width: 100% !important;
    border-radius: 20px !important;
}

.carousel-inner{
    width: 107% !important;
    padding: 0 !important;
    margin-left: -3.5% !important;
}

.modal-footer{
    z-index: 10;
    margin-top: -20px;
}

