/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');


body {
  font-family: "IBM Plex Sans Arabic", sans-serif;

}

* {
  font-family: "IBM Plex Sans Arabic", sans-serif;

}


/* تنسيق السكشن الجديد */
.s-block.s-angel--divider {
    text-align: center;
    padding: 20px 0;
}

.divider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.s-block__title.divider-title {
    margin-bottom: 20px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.w-full {
    width: 100%;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.z-1 {
    z-index: 1;
}

.gap-1 {
    gap: 0.25rem;
}

.md\:gap-2 {
    gap: 0.5rem;
}

.divider-wrapper {
    display: flex;
    justify-content: center;
}

.divider-item {
    text-align: center;
}

.divider-title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333;
}

.divider-title p {
    font-size: 1rem;
    color: #718096;
    margin: 0;
}

.s-block__display-all.divider-url {
    display: inline-flex;
    padding: 10px 20px;
    background-color: #000000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.s-block__display-all.divider-url:hover {
    background-color: #2b2b2b;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.mt-1 {
    margin-top: 0.25rem;
}

.text-gray-400 {
    color: #718096;
}

@media (min-width: 768px) {
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:gap-2 {
        gap: 0.5rem;
    }
}













@media (max-width: 768px) {
  .advanced-slider--1 {
    --mobileSliderHeight: calc(100vw * 9 / 16) !important;
  }

  .advanced-slider--1 video {
    width: 100vw;
    height: calc(100vw * 9 / 16);
    object-fit: cover;
  }
}