body{
    padding-top: 70px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
 .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active
 {
     font-size: 25px;
 }
 .navbar-dark .navbar-brand{
     font-size: 30px;
 }
 .navbar-dark .navbar-nav .nav-link{
     color: #fff;
     font-size: 25px;
     margin-left: 30px;
 }
 .navbar-dark .navbar-nav .nav-link.disabled{
     color: #fff;
     font-size: 25px;
 }
 .mr-auto, .mx-auto{
     position: relative;
     left: 200px;
 }
 .navbar-nav .dropdown-menu{
     background-color: #333;
     border-top: 3px solid #E41B17;
 }
 .dropdown-item{
     color: white; 
     white-space: normal;
 }
 /* start carousel  */

/* Start Section about */
/* End Section about */
/* Start Section Features */
.features{
/* background-color: #eee; */
padding-top: 50px;
padding-bottom: 50px;
}
.features .feat{
    margin-bottom: 30pxwidth: 33.3333%;
    float: left;
    padding: 5px 0;
}
.features h1{
    margin-bottom: 50px;
    background-color: rgb(250, 242, 242);
    margin-top: 40px;
    font-size: 60px;
}

.features .price{
    line-height: 2em;
    position: relative;
    top: -50px;
    color: rgb(7, 7, 88);
} 
.features .pricea{
    position: relative;
    top: -120px;
}
.feature .pricee{
    position: relative;
    top: -200px;
}
.feature h1{
    position: relative;
    bottom: 200px;
    background-color: rgb(250, 242, 242);
    margin-top: 40px;
    font-size: 60px;
}
.featur .price{
    position: relative;
    top: -170px;
}
.featuress .price{
    position: relative;
    top: -170px;
}
.featuress h1{
    position: relative;
    bottom: 160px;
    background-color: rgb(250, 242, 242);
    margin-top: 40px;
    font-size: 60px;
}
video{
    position: relative;
    left: 400px;
    top: -130px;
    width: 800px;
}
/* End Section Features */
/* Start Testimonial Section */
/* End Testimonial Section */
/* Start Section Price Table */

/* End Section Price Table */
/* Start section Our Team */

/* Start section Subscribe */

/* Start Footer Section */
.footer{
    position: relative;
    bottom: 100px;
    background-color: #333;
    color: #aaa;
    padding-top: 10px;
}
.footer a{
    color: #AAA;
}
.footer a:hover{
    color: #fff;
}
.footer h3{
    color: #0895d1;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}
.footer .three-columns{
    overflow: hidden;
}
.footer .three-columns li{
    width: 33.3333%;
    float: left;
    padding: 5px 0;
}
.footer .social-list{
    overflow: hidden;
    margin: 20px 0 10px;
}
.footer .social-list li{
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.footer .social-list li:hover{
    opacity: 1;
}
.footer .img-thumbnail{
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #444;
    margin-bottom: 5px;
}
.f span{
    margin-left: 30px;
    font-size: 30px;
}
.footer .copyright{
background-color: #111;
color: #aaa;
padding: 15px 0;
margin-top: 30px;
}
.footer .copyright span{
    color: #0895d1;
}
/* End Footer Section */
/* عنوان قسم الفيديوهات */
/* العنوان الرئيسي لقسم الفيديوهات */
.videos-main-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #1e293b;
    margin: 70px 0 45px;
    line-height: 1.4;
    position: relative;
}

/* خط زخرفي أسفل العنوان */
.videos-main-title::after {
    content: "";
    width: 90px;
    height: 4px;
    background-color: #c79a2e;
    display: block;
    margin: 18px auto 0;
    border-radius: 5px;
}

/* تنسيق الجوال */
@media (max-width: 768px) {
    .videos-main-title {
        font-size: 24px;
        margin: 45px 0 30px;
        padding: 0 15px;
    }

    .videos-main-title::after {
        width: 60px;
        height: 3px;
    }
}

.videos-title {
    text-align: center;
    font-size: 32px;
    margin: 60px 0 40px;
    color: #1f2933;
    font-weight: bold;
}

/* حاوية الفيديوهات */
.videos-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

/* تنسيق الفيديو */
.videos-container video {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    background: #000;
}

/* شاشة الجوال */
@media (max-width: 768px) {
    .videos-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .videos-title {
        font-size: 24px;
        margin: 40px 0 30px;
    }

    .videos-container video {
        height: 200px;
    }
}