@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&display=swap');




*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fbfbfb;
    color: #2b2b2b;
    /* font-family: "Noto Kufi Arabic", sans-serif !important; */
    font-family: "IBM Plex Sans Arabic", sans-serif;
    line-height: 1.7;
}

p {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: inherit;

}

/* home page style */
.dashboard-sub-title {
    margin-bottom: 20px;
    color: #5e5e5e;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: #f9f9f9 !important;
}

@media print {

    /* All your print styles go here */
    .navbar,
    #sidebar {
        display: none !important;
    }
}

.home-logo {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbarNav ul.navbar-nav {
    padding: 0 16px;
    width: 100%;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .navbar-nav1 {
        display: flex;
    }
}

.brand-logo-dashboard {
    filter: invert(1);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 0px 1px #ededed
}

/* web nav style */
.navbar-custom {
    z-index: 1000;
    filter: drop-shadow(0 25px 25px #00000026);
    ;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 1px #ffffff;
}

.navbar-toggler-icon {
    margin-bottom: -4px;
}

.navbar-nav .my-nav-link {
    color: #ffffff;
    border: 2px dashed transparent;
    transition: all 0.8s ease;
    font-size: 18px;
}

.navbar-nav .my-nav-link:hover {
    color: #9e9e9e;
    border-bottom: 2px dashed #9e9e9e;
    border-top: 2px dashed #9e9e9e;
}

.navbar-brand img {
    height: 50px;
    object-fit: contain;
    margin-left: 20px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ededed;
}

.collapse.navbar-collapse .navbar-nav .nav-item {
    padding: 0 10px;
    font-weight: 600;
}

/* web header style */
.main-header {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.main-header:before {
    content: "";
    height: 100vh;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0.02%, #000000e6),
            to(#0000));
    background-image: -o-linear-gradient(top,
            transparent 0.02%,
            rgba(0, 0, 0, 0.9) 100%);
}

.page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.my-d-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-fill {
    flex: 1 1 200px !important;
}

.flex-fill-300 {
    flex: 1 1 300px !important;
}

.flex-fill-small {
    flex: 0 1 300px !important;
}

.flex-fill-large {
    flex: 0 1 500px !important;
}

/* colors */
.my-text-primary {
    color: #004967 !important;
}

.my-text-secondary {
    color: #ececec !important;
}

/* bg colors  */
.my-bg-primary {
    background-color: #1d3f4b !important;
}

.my-bg-secondary {
    background-color: #ececec !important;
}

.btn {
    font-weight: 500;
}

.my-btn-primary {
    color: #fff;
    background-color: #1d3f4b;
}

.my-btn-primary:hover {
    background-color: #0f2128;
    color: #fff;
    transition: all 0.5s ease;
}

.btn-outline-primary {
    color: #004967;
    border-color: #004967;
    transition: all 0.5s ease;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0f2128;
    border-color: #0f2128;
}

.statistics-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistics-bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;


}

.statistics-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.statistics-bg-content {
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;


}

.statistics-bg-content .flex-fill {
    border: 1px solid #a5a5a575;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff0f;
}

.our-message {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px #3333;
    overflow: hidden;
    position: relative;
}

.our-message-shape {
    position: absolute;
    top: -35px;
    right: -35px;
    transform: rotate(45deg);
    z-index: -1;
    opacity: 0.1;

}

.home-box-1 .flex-fill {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff33;
}

/* Custom Spinner Style */
.custom-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.25rem solid #004967;
    border-radius: 50%;
    border-top: 0.25rem solid #fff;
    animation: spin 1s linear infinite;
}

.custom-spinner-text {
    color: #004967;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* silde style */
.slide-wrap {
    width: 50%;
    padding: 10px;
}

img.slide-img {
    height: 300px;
    width: 100%;
    object-fit: contain;

}

.carousel-inner {
    border: 1px solid #ededed;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 2px;
}

.carousel-control-next {
    right: 12px;
    bottom: 80px;
}

.carousel-control-prev {
    left: 12px;
    bottom: 80px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(0.5);
}

.partner-img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}

/* @media screen and (max-width: 768px) {
    .my-d-flex {
        display: block;
    }  
      
  .slide-wrap {
    width: 100%;
}
} */
/* web/aboutus style */
.nav-tabs-custom {
    border-bottom: 0;

}

.flex-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-link-custom {
    color: #1d1d1d !important;
    background-color: #00000000 !important;
    font-size: 16px;
    font-weight: 500;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border: 1px solid #474747 !important;
    border-radius: 30px;
    margin-left: 5px;
}

.nav-link-custom.active {
    background-color: #025e83 !important;
    color: #fff !important;
}

.about-us-card {
    box-shadow: 0 0 1px 1px #ededed;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
}

.about-us-card .row {
    align-items: center;

}

.about-us-card .row .col-md-6 {}



.ul-padding {
    padding: 0 25px;
    font-weight: 500;
}

.user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    background-color: #fdfdfd;
    padding: 6px;
}

.user-card__header {
    width: 100%;
    text-align: center;
}

.user-card__avatar {
    max-width: 200px;
    max-height: 240px;
    min-width: 200px;
    min-height: 240px;
}

.user-card__body {
    margin-top: 10px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
}

.user-card__body p {
    font-size: 14px;
}

/* web/services style */
.services-card {
    text-align: center;
    margin: 0 20px;
    padding: 20px;
    background-color: #edededed;
    margin-bottom: 20px;
}

.services-card img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.services-card p {
    text-align: justify;
}

/* web/activities style */
.activities-card {
    margin: 0 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
}

.activities-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.col-6.activity-date {
    color: #065f34;
}

.col-6.activity-price {
    color: #065f34;
    text-align: left;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
}

.activities-details {
    background-color: #0f212805 !important;
    border: 0.5px solid #0f212812;
}

.activities-details-title {
    border-right: 4px solid;
    padding-right: 7px;
}

/* web/news style */
.news-card {
    text-align: center;
    margin: 0 20px;
    padding: 20px;
    background-color: #edededed;
    margin-bottom: 20px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-card p {}

.news {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border: 1px solid #ededed;
    padding: 3px;
}

.no-bullets {
    list-style-type: square;
    padding-left: 0;
    padding-right: 1rem;
    font-weight: 500;
}

.font-size-30 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1584a7;
}

.gap-6 {
    gap: 1.5rem;
}

h1.number {
    font-size: calc(2.5rem + 1.5vw);
}

/* scrollbar */
.navbar-custom {
    transition: background-color 0.3s, box-shadow 0.3s;
}

.top-nav-collapse {
    background-color: #004762cf;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.navbar-expanded {
    background-color: #0f2128 !important;
}

.footer-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-icons a {
    color: #fff;
    padding: 9px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    transition: all 0.5s ease;
}

.footer-icons a:hover {
    background-color: #e6e6e6ad;
    color: #000;
}

.footer-icons a img {
    width: 20px;
    height: 20px;
}

footer {
    background-color: #004762cf;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.card-body label {
    font-weight: 500;
}
