body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #dee2e6;
    color: #343a40;
    font-family: Arial, sans-serif;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343a40;
    color: #cec4da;
    z-index: 1000;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 200px;
}

nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.headerUl {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    justify-content: left;
    margin-left: 50px; 
}

.headerli {
    margin: 0 10px;
    transition: all .40s ease;
}

.headera {
    color: #cec4da;
    text-decoration: none;
}
.headerli:hover {
    transform: translateY(-3px) translateX(-5px);
    color: gray;
}


.headera:hover {
    color: gray;
}
main {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 100px;
}
.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 3.5rem;
    background: #343a40;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #cec4da;
}

.footer-content li {
    margin-bottom: 16px;
    list-style: none;
}

.footer-content li a {
    display: block;
    
    color: #cec4da;
    font-size: 15px;
    font-weight: 400;
    transition: all .40s ease;
}

.footer-content li a:hover {
    transform: translateY(-3px) translateX(-5px);
    color: gray;
}

.footer .logo {
    width: 150px;
}

.icons a {
    display: inline-block;
    font-size: 22px;
    color: #d6d6d6;
    margin-right: 17px;
    transition: all .40s ease;
}

.icons a:hover {
    color: #fff;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .footer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, auto));
        gap: 2rem;
    }                                                                                                                                                                                                                                   
}



.copyright{
    margin: 0px;
}

.jumbotron {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.jumbotron .carousel-slider {
    display: flex;
    transition: transform 0.5s;
    padding: 0;
    margin: 0;
    list-style: none;
}

.jumbotron .carousel-slider li {
    flex: 0 0 100%;
}

.jumbotron .carousel-slider img {
    width: 100%;
    height: auto;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: gray;
    color: #ced4da;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
}

button:hover {
    background-color: #212529;
}

button#prev {
    left: 10px;
    visibility: hidden;
}

button#next {
    right: 10px;
    visibility: hidden;
}

.showroom-carousel {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
}

.showroom-carousel .carousel-container {
    position: relative;
    margin-bottom: 100px;
    width: 700px;
    overflow: hidden;
    border: 1px solid #343a40; 
    padding: 2px;
}

.showroom-carousel .carousel-slider {
    display: flex;
    transition: transform 0.5s;
    position: relative;
}

.showroom-carousel img {
    min-width: 700px;
}

.showroom-carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: gray;
    color: #ced4da;
    border: none;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 100;
}

.showroom-carousel button:hover {
    background-color: #ced4da;
    color: #212529;
}

.showroom-carousel button#prevShow {
    left: 10px; 
}

.showroom-carousel button#nextShow {
    right: 10px; 
}

.showroom-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.gallery{
    text-align: center;
}

.showroom-gallery {
    margin-top: 50px;
}

.showroom-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.virtual{
    text-align: center;
    margin-bottom: 50px;
    
}

iframe{
    border-radius:5%    ;
}


.showroom-item img {
    width: 500px; 
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    border: 1px solid #343a40; 
    padding: 2px;
}
.showroom-item img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease; 
    cursor: pointer;
}

.showroom-item .text-content {
    width: 70%; 
    
}
.showroom-gallery{
    margin-left: 100px;
}
.showroom-item h1,
.showroom-item p {
    color: #343a40;
    text-align: left;
    margin: 0;
}

.showroom-item h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.showroom-item p {
    font-size: 20px;
}
.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}
@media screen and (max-width: 400px) {
    .headerli {
        margin: 10px 0; 
    }

    .headera {
        font-size: 12px; 
    }

    .logo {
        width: 100px; 
    }

    .headerUl {
        margin-left: 0; 
    }

    .headerli:not(:last-child) {
        margin-right: 10px; 
    }
}

@media screen and (max-width: 768px) {
    main {
        margin-top: 20px;
    }
    body {
        font-size: 10px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        font-size: 10px;
    }
    
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    .divfooter h3{
        font-size: 10px;
    }
    .showroom-gallery {
        margin-left: 0;
        padding: 0 20px;
    }
   
    .showroom-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    
    .showroom-item img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    iframe{
        width: 400px;
        height: 300px;

    }
    .text-content p {
        font-size: 13px;
    }
    .text-content h1{
        font-size: 12px;
    }
    .showroom-carousel .carousel-container {
        width: 100%;
        margin-bottom: 50px;
    }

    .showroom-carousel img {
        min-width: 100%;
    }

    .showroom-carousel button {
        padding: 10px;
        font-size: 14px;
    }
    .logo{
        width: 100px;
    }
    .dot{
        height: 5px;
        width: 5px;
    }
}

