*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none  !important;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.allNav {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #001325;
}
.brand_text{
    font-size: 27px;
    font-weight: 700;
    word-spacing: -5px;
    padding: 10px 0;
    color: #fff;
}
.nav-link {
    color: #e2e2e2;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}
.navbar-nav .nav-link.active, 
.navbar-nav .show>.nav-link ,
.nav-link:focus, .nav-link:hover {
    color: #00bcd4;
}
.navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #00bcd4;
    margin: 0 auto;
    transition: all 0.7s ease;
}

.navbar-nav .nav-link.active::after, 
.navbar-nav .show>.nav-link::after ,
.nav-link:focus::after, .nav-link:hover::after {
    width: 95%;
}
.navbar-toggler i{
    font-size: 25px;
    color: #fff;
}









.containerHero {
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -0%);
    width: 100%;
    height: 100vh;
    padding: 50px;
    background-color: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
}

#slide {
    width: max-content;
    margin-top: 50px;
}

.item {
    width: 0px;
    height: 300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
}

.item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.item:nth-child(3) {
    left: 50%;
}

.item:nth-child(4) {
    left: calc(50% + 220px);
}

.item:nth-child(5) {
    left: calc(50% + 440px);
}

.item:nth-child(n+6) {
    left: calc(50% + 660px);
    opacity: 0;
}

.item .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35%;
    text-align: left;
    padding: 0;
    color: #eee;
    transform: translate(-50%, -50%);
    display: none;
}

.item:nth-child(2) .content {
    display: block;
    z-index: 11111;
}

.item .name {
    width: 100%;
    margin-bottom: 30px;
    font-size: 40px !important;
    color: #fff !important;
    font-weight: bold;
    opacity: 0;
    animation: showcontent 1s ease-in-out 1 forwards
}
.item .name::before ,
.item .name::after{
    height: 0;
}

.item .des {
    margin: 20px 0 40px;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.3s 1 forwards
}

.item a {
    padding: 10px 40px;
    border: none;
    color: #fff;
    background-color: #001325;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3rem;
    transition: all 0.7s ease;
}
.item a:hover{
    background-color: #002547;
}

@keyframes showcontent {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        filter: blur(0);
    }
}

.buttons {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 222222;
    text-align: center;
    width: 100%;
}

.buttons button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    transition: 0.5s;
}

.buttons button:hover {
    background-color: #001325;
    color: #eee;
}



section h2{
    width: 250px;
    margin: 0 auto;
    font-size: 30px;
    color: #001325;
    position: relative; 
}

section h2::before{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50% , 0);
    width: 70%;
    height: 3px;
    background-color: #002547;
}
section h2::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50% , 0);
    width: 30%;
    height: 3px;
    background-color: #002547;
}


.btn_about_sec a:nth-child(1){
    padding: 10px 20px;
    background-color: #002547;
    border: 3px solid #002547;
    border-radius: 5px;
    color: #eee;
    font-weight: 500;
    transition: all 0.7s ease;
}
.btn_about_sec a:nth-child(1):hover{
    background-color: #ffffff;
    color: #002547;
}
.btn_about_sec a:nth-child(2){
    padding: 10px 20px;
    background-color: #ffffff;
    border: 3px solid #002547;
    border-radius: 5px;
    color: #002547;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.7s ease;
}
.btn_about_sec a:nth-child(2):hover{
    background-color: #002547;
    color: #eee;
}

.advantages i{
    font-size: 45px;
    color: #00616e;
    margin-top: 20px;
    margin-bottom: 40px;
}
.advantages h5{
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #002547;
}
.advantages p{
    font-size: 17px;
}

#aboutUs img{
    height: 450px;
    object-fit: contain;
    border-radius: 10px;
}



/* تصميم الأيقونات العائمة */
.floating-social-icons {
    position: fixed;
    bottom: 30px; /* أسفل الصفحة */
    right: 30px; /* يمين الصفحة */
    display: flex;
    flex-direction: column;
    gap: 10px; /* مسافة بين الأيقونات */
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

/* تنسيق الروابط */
.floating-social-icons .social-link {
    font-size: 24px;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: pulse 1.5s infinite;
}
.floating-social-icons .social-link span{
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(-50%, -50%);
    width: 165px;
    background: #d70000e2 !important;
    padding: 5px 15px;
    text-align: center;
    border-radius: 19px;
    font-size: 18px;
}

/* تأثير النبض */
@keyframes pulse {
    0% {
        transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.6);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
}

.floating-social-icons .social-link:hover {
    transform: scale(1.1);
}

/* أيقونة WhatsApp */
.floating-social-icons .whatsapp {
    background: #25D366;
    animation: pulse 1.5s infinite;
}

/* إخفاء الأيقونات عند الوصول إلى Contact Us */
.hidden {
    opacity: 0;
    pointer-events: none;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons .social-link {
    font-size: 24px;
    color: #333;
    transition: 0.3s;
}

.social-icons .social-link:hover {
    color: #000;
}

@media (max-width : 992px) {
    .item:nth-child(3) {
        left: 100%;
    }
    .item .content {
        width: 90%;
    }
}