
#body {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Varela Round";
    background-color: #fff3eb;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.custom-navbar {
    background-color: #7c0000;
    height: 60px;
    align-self: stretch;
}

#title {
    font-size: 20px;
    color: #ffecf0;
}

#slideshow {
    width: 100%;
    max-width: 600px;
    height: auto;
}

#slideshow-title {
    font-size: 30px;
    color: #7c0000;
}

#text-container {
    font-size: 30px;
    color: #7c0000;
    text-align: center;
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-item img {
    width: 100%;
    height: 200px;
}

#cost-image {
    width: 100%;
}

#top-image {
    width: 100%;
    margin-bottom: 30px;
}

#call-button{
    width: 80%;
    background-color: #7c0000;
    border: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}

#waze-whatsapp-container{
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}
.waze-whatsapp-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#what-we-have-container{
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}