.carousel {
    width: 780px; 
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 2rem;
}

.carousel-inner {
    height: 500px;
}

.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-section{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 190vh;
}

#myVideo {
    display: block; /* تجعل الفيديو كتلة */
    width: 90%; /* عرض الفيديو كنسبة مئوية */
    max-width: 700px; /* تحديد الحد الأقصى للعرض */
    margin-left: auto; /* إضافة مسافة تلقائية من اليسار */
    margin-right: auto; /* إضافة مسافة تلقائية من اليمين */
    border-radius: 10px; /* الزوايا المدورة */
}
.text{
    margin-top: 3.5rem;
}
.text h1{
    color: white;
    margin-bottom: 1rem;
    text-transform:capitalize;
    text-align: center;
}
.Services{
    color:rgb(235, 184, 184) !important;
}
.gooo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.video-container {
    width: 100%;
    max-width: 600px; /* تحديد أقصى عرض للفيديو */
    height: 400px;
    border:none;
}
