@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400&display=swap');

* {
    font-family: 'Almarai', sans-serif;
    box-sizing: border-box;

}

html {
    scroll-behavior: smooth;
}

body {
    touch-action: manipulation !important;
    -ms-touch-action: manipulation !important;
    overscroll-behavior: contain !important;
    background-color: #F4F4F4 !important;
    direction: rtl;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #000;
}

.containerr {
    margin: 0 120px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #242424 !important;
    border: 1px solid #242424 !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    padding: 5px 10px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle;

}

.navbar {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px !important;
    z-index: 80;
}

.btn_search .btnserch {
    display: none !important;
}

.navbar.scroll-nav {
    position: fixed !important;
    transition: all .4s ease;
    animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
    background-color: #f8f9fa;
}


.dropdown-menu {
    background-color: #242424 !important;
    right: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.dropdown-menu a {
    color: #fff !important;
    padding: 10px;
}

.dropdown-menu li a:hover {
    background-color: #ffffff46 !important;
    margin: 0 !important;
    padding: 10px;
}

.dropdown-divider {
    background-color: #fff;
    margin: 0 !important;
}

.navbar a {
    color: #000;
}

.navbar a:hover {
    color: #242424;
}

.navbar img {
    width: 60px;
}

.nav-item .active {
    color: #242424 !important;
    font-weight: 600;
}

.nav-link:hover {
    cursor: pointer;
    color: #242424;
    font-weight: 900;
    font-size: 15px;
}

.collapse {
    justify-content: space-between;

}



.btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btnserch {
    font-size: 23px;
}

.btnserch {
    background-color: #242424;
    color: #F4F4F4;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    cursor: pointer;
}





.btnnow h6 {
    white-space: nowrap;
    font-size: larger;
}


.sub_mene {
    display: none;
}

.btnserch {
    position: relative;

}


@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

.inputser {
    width: 316px;
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: #242424;
    border-radius: 20px;
    border: 2px #242424 solid;
    margin-top: 20px;
}

.inputser input {
    width: 316px;
    border: none;
    outline: none;
    border-radius: 20px 0 0 20px;
    padding: 5px 10px;
    font-size: 17px;
}

.inputser i {
    color: #ffffff;
    font-size: 30px;
    padding: 0px 5px;
}



.back_heder {
    width: 100%;
    height: 65vh;
    margin-top: 200px;
}

.mySwiper {
    width: 90%;
    height: 80vh;
    margin-top: 50px;
    border-radius: 10px;
}

.slide_heder {
    position: absolute;
    top: 140px;
    width: 100%;
    overflow: hidden;
}

.centerimgheder {
    position: relative;
    display: flex;
    justify-content: center;
}

.slide_heder img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.shado {
    position: absolute;
    bottom: 0;
    z-index: 0;
    height: auto !important;
}


@media (min-width:1500px) {
    .textimg h1 {
        font-size: 70px !important;
    }

    .textimg p {
        font-size: 30px !important;
    }

    .textimg button {
        font-size: 20px !important;
    }
}


.textimg1 {
    bottom: 10%;
    right: 10%;
}

.textimg2 {
    text-align: center;
    width: 100% !important;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}


.textimg3 {
    bottom: 8%;
    right: 10%;

}

.serch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fff;
    padding-right: 10px;
    width: 100%;
    border-radius: 30px;
}

.serch input {
    border: none;
    outline: none;
    font-size: 17px;
    width: 100%;
}

.serchtex {
    background-color: #242424;
    padding: 0px 20px;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}

.serchtex p {
    font-size: 20px;
    margin-top: 10px;
}

.serchtex p a {
    color: #fff;
}

.mored {
    border: 1px #D6DCE0 solid;
    padding: 10px;
    border-radius: 30px;
    background-color: transparent;
    color: #D6DCE0;
}

.usbtn {
    border: 1px #242424 solid;
    padding: 10px;
    border-radius: 30px;
    background-color: #242424;
    color: #fff;
}

.mored:hover {
    border: 1px #242424 solid;
    padding: 10px;
    background-color: #242424;
}

.textheder {
    position: absolute;
    bottom: 60px;
    z-index: 8;
    right: 15%;
    color: rgb(255, 255, 255);
}

.textheder h1 {
    font-weight: 600;
}

.arow {
    position: relative;
}

.next {
    position: absolute;
    right: 30px;
    top: 43%;
    z-index: 66;
    font-size: 40px;
    color: #fff;
    background-color: #242424;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.prev {
    position: absolute;
    left: 30px;
    top: 43%;
    z-index: 66;
    font-size: 40px;
    color: #fff;
    background-color: #242424;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.mySwiper2 {
    display: flex;
    justify-content: center;
}

.title-container {
    position: relative;
    display: inline-block;
}

.title {
    position: relative;
    z-index: 2;
    background: white;
    padding: 20px;
    width: 300px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.title div {
    font-size: 16px;
    line-height: 1.5;
}

.title div {
    font-size: 16px;
    line-height: 1.5;
}


.tt3 progress {
    width: 30%;
    height: 10px;
    border-radius: 5px;
    appearance: none;
}

.tt3 progress::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 5px;
}

.tt3 progress::-webkit-progress-value {
    background-color: blue;
    border-radius: 5px;
}

.tt3 progress::-moz-progress-bar {
    background-color: blue;
    border-radius: 5px;
}

@media (min-width:1600px) {
    .containerr {
        margin: 0 10%;
    }
}

@media (min-width:2000px) {
    .containerr {
        margin: 0 10%;
    }
}

@media (max-width:990px) {
    .containerr {
        padding: 0;
        margin: 0 15px;

    }
}


.navbar-nav {
    gap: 30px;

}

.textimg {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-top: var(--mt);
    margin-right: var(--mr);
    margin-bottom: var(--mb);
    margin-left: var(--ml);
}

.textimg h1,
.textimg p,
.textimg .usbtn {
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: var(--fs);
}

@media (min-width: 768px) and (max-width: 1199px) {

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 1.1) !important;
        line-height: 1.2;
    }
}


.news {
    margin-top: 200px;
}

@media (min-height:1000px) {
    .news {
        margin-top: 220px;
    }
}

@media (max-width:770px) {
    .news {
        margin-top: 110px;
    }
}

.cardNews {
    border: none !important;
    border-radius: 20px !important;
    box-shadow: rgba(199, 199, 199, 0.137) 0px 8px 18px;
}

.cardNews:hover {
    background-color: #ddd;
    cursor: pointer;
}

.cardNews img {
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0 0;
}

.textnews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.textnews h1 {
    font-weight: 600;
    color: #242424;
}

.textnews h6 {
    border: 1px solid #242424;
    padding: 15px 25px;
    border-radius: 30px;
    color: #707070;
    cursor: pointer;
}

.textnews h6:hover {
    border: 1px solid #242424;
    background-color: #242424;
    color: #fff;
}

.cardNews .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 158px;
}

.cardNews .card-text {
    color: #707070;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}


.cardNews .btn_more {
    background-color: #F4F4F4;
    padding: 10px;
    border-radius: 10px;
    transition: all .4s ease;
    margin: auto;


}

.cardNews .btn_more:hover {
    background-color: #242424;
    color: #fff;
}

.mySwiper2 {
    height: auto;
    padding-bottom: 50px !important;
}


.mySwiper2 .swiper-pagination {
    margin-bottom: 10px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #242424 !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: #242424 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    padding: 7px;
}

.heade .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px !important;
    left: 0px;
    width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -6px !important;
    left: 0px;
    width: 100%;
}

.count_sec {
    margin-top: 70px;
}

.allcardpro {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}



.cardpro {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: rgba(199, 199, 199, 0.137) 0px 8px 18px;
}

.cardpro p {
    text-align: justify;
}

.cardpro P {
    color: #707070;
}

.cardpro img {
    width: 140px;
    margin-bottom: 30px;
}

.crad_achievements {
    background-color: #242424;
    color: #fff;
    border-radius: 20px;
    height: 290px;
    box-shadow: rgba(199, 199, 199, 0.137) 0px 8px 18px;
}

.crad_achievements img {
    width: 100px;
}

.crad_achievements .h {
    width: 80px;

}

.con {
    display: flex;
}

.association_pro {
    margin-top: 40px;
}

.comp_section {
    margin-top: 80px;
}

.all_card_comp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.mySwiper3 {
    width: 90%;
    height: auto;
    padding-bottom: 30px !important;
}

.mySwiper3 .swiper-pagination {
    margin-bottom: 10px;
}

.card_comp {
    background-color: #fff;
    padding: 20px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.card_comp img {
    width: 200px;
}

.arow3 {
    position: relative;
}

.nextt {
    position: absolute;
    right: 0px;
    top: 30%;
    z-index: 66;
    font-size: 50px;
    color: #9CA9B0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    flex-direction: column;
}

.prevt {
    position: absolute;
    left: 0px;
    top: 30%;
    z-index: 66;
    font-size: 50px;
    color: #9CA9B0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    flex-direction: column;
}

.footer {
    background-color: #fff;
    padding-top: 30px;
    margin-top: 60px;
}

.allfooter {
    display: flex;
    justify-content: space-between;
}

.rightfooter {
    width: 35%;
}

.leftfooter {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.imgpoint {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h5 {
    font-weight: 600;
    color: #140606;
}

.footer p {
    color: #707070;
    text-align: justify;
}

.leftfooter p a {
    color: #707070;
}

.leftfooter p a:hover {
    color: #242424;
}

.footerbotn {
    display: flex;
    background-color: #F4F4F4;
    padding: 10px;
}

.footerall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

.footerall p {
    text-align: center;
}

.alliconbt {
    display: flex;
    gap: 10px;
}

.icon_footericon {
    display: flex;
    gap: 6px;
}

.imgfooticon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .4s ease;

}

.imgfooticon:hover {
    background-color: #242424;
    color: #fff;
}

.imgfooticon:hover i {
    color: #fff;
}

.imgfooticon i {
    font-size: 25px;
    color: #BFBFBF;
}

.hedsid {
    display: flex;
    margin: 180px 0 10px 0;
    gap: 5px;
}

.hedsid h6:nth-child(2) {
    color: #242424;
}

.aboutt h1 {
    color: #242424;
    font-weight: 600;
}


.scrollup {
    position: fixed;
    right: 2rem;
    bottom: -20%;
    display: inline-flex;
    color: #01458E;
    font-size: 50px;
    z-index: 99;
    transition: .3s;
}

.scrollup:hover {
    transform: translateY(-.25rem);
    color: #002449;
}

.show-scroll {
    bottom: 5.5rem;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.donate-btn {
    background-color: #007bff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 12px 28px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}

.donate-btn:hover {
    background-color: #0069d9;
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.donate-btn:active {
    transform: scale(0.97);
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.2);
}

.areasearch {
    position: absolute;
    top: 70px;
    left: 300px;
    padding: 25px;
    border-radius: 30px;
    display: none;
}

.areasearch.active {
    display: block;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.areasearcheee {
    display: none;
}

span.step-number {
    padding-left: 10px;
}

.card-text:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

:root {
    --color-bg: #fdf6f0;
    --color-text: #4b3b2b;
    --color-accent: #b3572f;
    --color-accent-hover: #8a441f;
    --color-container-bg: #fff9f4;
    --shadow-color: rgba(179, 87, 47, 0.3);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 4, 4, 0.059);
    backdrop-filter: blur(8px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: #745656;
    padding: 2rem;
    border-radius: 10px;
    max-width: 380px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 18px var(--shadow-color);
    border: 4px solid var(--color-accent);
}

.modal-logo {
    margin-bottom: 1rem;
}

.modal-logo img {
    max-height: 300px;
}

.modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: none;
    color: #fff;
    border: none;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1.6rem;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-close:hover {
    background: #333;
}

.modal-content h2,
.modal-content p {
    color: #000;
    font-weight: 900;
    margin: 0.5rem 0;
}

.modal-content h2 {
    font-size: 1.6rem;
}

.modal-content p {
    font-size: 1rem;
}

.modal-input {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 2px solid var(--color-accent);
    border-radius: 6px;
    font-size: 3rem;
    color: #000;
    background: rgba(58, 57, 57, 0.9);
}

.modal-btn {
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.modal-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

.completed-text {
    color: #155724 !important;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-weight: bold;
    text-align: center;
}

.donate-btn1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    text-align: center;
}



@media (min-width: 1200px) and (max-width: 1599px) {

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 1.2) !important;
        line-height: 1.2;
    }
}

@media (min-width: 1600px) {

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 1.4) !important;
        line-height: 1.2;
    }
}

@media (max-width:1288px) {
    .mySwiper3 {
        width: 85%;
    }
}

@media (max-width:800px) {
    .mySwiper3 {
        width: 80%;
    }

    .mySwiper3 .swiper-pagination {
        margin-bottom: 0px;
    }
}


@media (max-width:1400px) {

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: var(--fs);
    }

    .navbar-nav {
        gap: 1px;
    }
}

@media (max-width:1200px) {
    .navbar-nav {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 50px !important;
    }

    .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
    }

    .btnserch {
        font-size: 18px;
    }

    .btnserch {
        width: 40px !important;
        height: 40px !important;
    }

    .btnnow {
        display: flex;
        gap: 7px !important;
        padding: 6px !important;
        align-items: center;
    }

    .btnnow h6 {
        font-size: 14px;
    }

    .btnnow svg {
        width: 25px;
    }
}

@media (max-width:1066px) {
    .navbar-nav {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 50px !important;
    }

    .btnserch {
        width: 37px !important;
        height: 37px !important;
    }

    .btnnow h6 {
        font-size: 13px;
    }

    .btnnow svg {
        width: 22px;
    }
}

@media (max-width:992px) {
    .navbar-nav {
        font-size: 15px;
        gap: 13px;
    }

    .navbar-brand img {
        width: 50px !important;
    }

    .btnserch {
        width: 37px !important;
        height: 37px !important;
    }

    .btnnow h6 {
        font-size: 15px;
    }

    .btnnow svg {
        width: 22px;
    }
}

.dropdown-item {
    text-align: initial !important;
}

@media (max-width:992px) {

    .dropdown-menu li {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .navbar img {
        width: 300px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

@media (max-width: 770px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

@media (max-width: 1300px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }

    .navbar img {
        width: 300px;
    }
}

@media (max-width:850px) {

    .hedsid {
        margin-top: 410px !important;
    }

    .textimg2 {
        text-align: center;
        width: 70%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:992px) {



    .btnserch {
        display: none !important;
    }

    .btn_search .btnserch {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .btn_search {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        margin: 10px auto !important;
        padding: 0 !important;
    }

    .areasearch {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 9999 !important;
        display: none !important;
        width: 80% !important;
        max-width: 300px !important;
        padding: 15px !important;
        border-radius: 8px !important;
    }

    .areasearch.active {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }



    .areasearcheee {
        margin-top: 10px;
        width: max-content;
        display: block;

    }

    .btnnow {
        width: 316px !important;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }

    .btn_search {
        display: flex;
        flex-direction: column;
    }

    .searchnon {
        cursor: pointer;
    }
}



@media (max-width:540px) {

    .textimg {
        height: calc(100% * 0.5);
        margin-top: calc(var(--mt) * 1.2);
        margin-right: calc(var(--mr) * 0.6);
        margin-bottom: calc(var(--mb) * 1.8);
        margin-left: calc(var(--ml) * 0.6);
    }

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 0.7);
    }

    .textimg2 {
        width: 70%;
    }

    .textimg p {
        font-size: 10px;
    }
}

@media (max-width:470px) {
    .navbar img {
        width: 250px;
    }

    .navbar {
        padding: 20px 0;
    }

    .back_heder {
        margin-top: 50%;
    }

    .slide_heder {
        position: absolute !important;
        display: flex;
        top: 120px;
        width: 100%;
        overflow: hidden;
    }

    .next {
        right: 10px;
        top: 43%;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .prev {
        left: 10px;
        top: 43%;
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

    .textheder {
        bottom: 30px;
        right: 10%;
        font-size: 12px;
    }

}

@media (max-width:395px) {

    .textimg {
        width: 100%;
        height: calc(100% * 0.4);
        margin-top: calc(var(--mt) * 0.8);
        margin-right: calc(var(--mr) * 0.6);
        margin-bottom: calc(var(--mb) * 1.2);
        margin-left: calc(var(--ml) * 0.6);
    }

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 0.6);
    }

    .navbar img {
        width: 210px;
    }

    .slide_heder {
        position: absolute !important;
        display: flex;
        top: 120px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 150px;
    }

}

@media (min-width:1550px) {
    .container-fluid {
        margin: 0 65px !important;
    }
}

@media (min-width:1650px) {
    .container-fluid {
        margin: 0 70px !important;
    }
}

@media (min-height:1000px) {
    .news {
        margin-top: 220px;
    }
}

@media (max-width:770px) {
    .news {
        margin-top: 110px;
    }
}

@media (min-width:1200px) {
    .mySwiper2 {
        height: auto;
        padding-bottom: 30px !important;
    }
}

@media (max-width:880px) {
    .allcardpro {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cardpro {
        width: 350px;

    }

}

@media (max-width:757px) {

    .cardpro {
        width: 270px;

    }

}

@media (max-width:596px) {

    .cardpro {
        width: 100%;

    }

}

@media (max-width:660px) {

    .nextt {
        font-size: 40px;
        right: -10px;
    }

    .nextt h5 {
        font-size: 13px;
    }

    .prevt {
        font-size: 40px;
        left: -10px;
    }

    .prevt h5 {
        font-size: 13px;
    }
}

@media (max-width:905px) {
    .allfooter {
        flex-direction: column;
    }

    .rightfooter {
        width: 100%;
    }

    .leftfooter {
        width: 100%;
    }

    .footerbotn {
        justify-content: center;
    }

    .footerall {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:550px) {
    .leftfooter {
        margin-top: 20px;
    }

    .containerr {
        all: unset;
        display: block;
        width: 100%;
    }

    .leftfooter h5 {
        font-size: 13px;
    }

    .leftfooter p {
        font-size: 12px;
    }
}

@media (max-width:770px) {

    .hedsid {
        margin-top: 210px !important;
    }

    .news {
        margin-top: 400px;
    }

    .mySwiper {
        border-radius: 5%;
        margin-top: 100px;
        margin-bottom: 100px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: 60vh;
    }

    .textimg h1 {
        font-size: 24px;
        font-weight: 700;
    }

    .textimg p {
        font-size: 12px;
    }

    .btnnow {
        flex: 0 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 8px 12px !important;
        margin: 0 !important;
        max-width: 90% !important;
        white-space: nowrap !important;
    }

    .heade .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px !important;
        left: 0px;
        width: 100%;
    }

    .navbar img {
        width: 350px;
    }


    .textimg {
        width: 90%;
        height: calc(100% * 0.7);
        margin-top: calc(var(--mt) * 1.5);
        margin-right: calc(var(--mr) * 0.8);
        margin-bottom: calc(var(--mb) * 2.5);
        margin-left: calc(var(--ml) * 0.8);
    }

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 0.85);
    }

    .navbar {
        padding: 20px 0;
    }

    .back_heder {
        height: 25vh;
    }

    .textheder {
        bottom: 30px;
        right: 10%;
    }

    .serch input {
        border: none;
        outline: none;
        font-size: 17px;
    }

    .serchtex p {
        font-size: 13px;
        margin-top: 10px;
    }

    .textimg2 {
        text-align: center;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mored {
        padding: 5px;
        font-size: 14px;
    }

    .mored:hover {
        border: 1px #242424 solid;
        background-color: #242424;
        padding: 5px;
    }

    .usbtn {
        padding: 7px;
        font-size: 13px;
    }

}

@media (max-width: 360px) {


    .containerr {
        all: unset;
        display: block;
        width: 100%;
    }

    .right_newsdeta {
        width: 100%;
        max-width: 100%;
        padding: 1rem;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .right_newsdeta * {
        max-width: 100%;
        box-sizing: border-box;
    }

    .right_newsdeta img,
    .right_newsdeta video {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .right_newsdeta h1,
    .right_newsdeta h2,
    .right_newsdeta span {
        font-size: clamp(1rem, 2.5vw, 2rem);
        line-height: 1.6;
    }

    .donate-btn {
        font-size: 1rem;
        padding: 10px 18px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .donation-stats,
    .progress-bar {
        width: 100% !important;
    }

    .mySwiper {
        margin-top: 90px;
        margin-left: 30px !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 1280px !important;
        aspect-ratio: 16 / 9;
        border-radius: 16px !important;
        overflow: hidden;
        position: relative;
    }

    .centerimgheder {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .centerimgheder img:first-of-type {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;

        z-index: 1;
        border-radius: 16px;
    }

    .centerimgheder img:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;

        z-index: 2;
        pointer-events: none;
        border-radius: 16px;
    }

    .textimg {
        width: 100%;
        height: calc(100% * 0.4);
        margin-top: calc(var(--mt) * 0.8);
        margin-right: calc(var(--mr) * 0.6);
        margin-bottom: calc(var(--mb) * 1.2);
        margin-left: calc(var(--ml) * 0.6);
    }

    .textimg h1,
    .textimg p,
    .textimg .usbtn {
        font-size: calc(var(--fs) * 0.4);
        background-color: rgba(0, 0, 0, 0.6);
        padding: 5px;
    }


}

@media (max-width: 900px) {
    #donationModal .modal-content {
        width: 90%;
        padding: 20px 15px;
        border-radius: 12px;
        margin-left: 70px;
    }

    #donationModal .modal-logo img {
        width: 80px;
        height: auto;
        margin-bottom: 10px;
    }

    #donationModal h2 {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

    #donationModal p {
        font-size: 14px;
        text-align: center;
    }

    #donationModal .modal-input {
        width: 100%;
        font-size: 14px;
        padding: 10px;
        margin: 10px 0;
    }

    #donationModal .modal-btn {
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }

    #modalCloseBtn.modal-close {
        top: 10px;
        right: 15px;
        font-size: 22px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

.donate-btn-link {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 15px auto;
    padding: 12px 20px;
    font: 900 22px 'Tajawal', sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(120deg, #1e3a8a, #1d4ed8, #2563eb);
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
    box-shadow: 0 0 15px rgba(34, 138, 230, 0.4);
    overflow: hidden;
    transition: 0.3s ease-in-out;
    text-align: center;
    z-index: 1;
}

.donate-btn-link:hover {
    background-position: right center;
    box-shadow: 0 0 10px #1e3a8a, 0 0 40px #1e3a8a, 0 0 80px #1e3a8a;
    color: #fff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.magic-glow::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 12px;
    background: linear-gradient(45deg, #1e3a8a, #1d4ed8, #2563eb);
    background-size: 400% 400%;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.6;
    animation: pulseGlow 6s ease infinite;
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: 0.6;
        background-position: 0% 50%;
    }

    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
}

.donate-btn-link .span1,
.donate-btn-link .span2,
.donate-btn-link .span3,
.donate-btn-link .span4 {
    position: absolute;
    display: block;
    background: linear-gradient(90deg, transparent, #1d4ed8);
}

.span1 {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    animation: animate1 2.5s linear infinite;
}

.span2 {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    animation: animate2 2.5s linear infinite 0.3s;
}

.span3 {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    animation: animate3 2.5s linear infinite 0.6s;
}

.span4 {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    animation: animate4 2.5s linear infinite 0.9s;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 100%;
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50% {
        bottom: 100%;
    }

    100% {
        bottom: 100%;
    }
}

.progress-shooting-star {
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #101828;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 6px #0a2540, 0 0 4px #0a2540;
}

.progress-shooting-star::-webkit-progress-bar {
    background-color: transparent;
}

.progress-shooting-star::-webkit-progress-value {
    background: linear-gradient(90deg,
            #1e3a8a, #1d4ed8, #2563eb, #1e40af, #1e3a8a);
    background-size: 250% 100%;
    animation: meteorFlowDark 4s ease-in-out infinite, fireGlow 1.5s infinite alternate;
    border-radius: 10px;
    box-shadow: 0 0 8px #1d4ed8, 0 0 16px #1d4ed8, 0 0 24px #1d4ed8, 0 0 36px #1d4ed8;
}

.progress-shooting-star::-moz-progress-bar {
    background: linear-gradient(90deg,
            #1e3a8a, #1d4ed8, #2563eb, #1e40af, #1e3a8a);
    background-size: 250% 100%;
    animation: meteorFlowDark 4s ease-in-out infinite, fireGlow 1.5s infinite alternate;
    border-radius: 10px;
    box-shadow: 0 0 8px #1d4ed8, 0 0 16px #1d4ed8, 0 0 24px #1d4ed8, 0 0 36px #1d4ed8;
}

@keyframes meteorFlowDark {
    0% {
        background-position: 250% 0;
    }

    100% {
        background-position: 0 0;
    }
}


@keyframes fireGlow {
    0% {
        box-shadow: 0 0 8px #1d4ed8, 0 0 16px #1d4ed8, 0 0 24px #1d4ed8, 0 0 36px #1d4ed8;
    }

    50% {
        box-shadow: 0 0 16px #ff4d4d, 0 0 32px #ff4d4d, 0 0 48px #ff4d4d, 0 0 72px #ff4d4d;
    }

    100% {
        box-shadow: 0 0 8px #1d4ed8, 0 0 16px #1d4ed8, 0 0 24px #1d4ed8, 0 0 36px #1d4ed8;
    }
}

.slide_heder .swiper-button-next,
.slide_heder .swiper-button-prev {
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 10;
}

.slide_heder .swiper-button-next:after,
.slide_heder .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.slide_heder .swiper-button-next:hover,
.slide_heder .swiper-button-prev:hover {
    background: #000;
    transform: scale(1.1);
}

.btnnow {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
    background-color: #242424;
    color: #F4F4F4;
    padding: 12px 120px;
    border-radius: 30px;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
}

.btnnow:hover,
.btnserch:hover {
    background-color: #242424;
    box-shadow:
        inset 0 0 60px rgb(-65, -64, -64),
        inset 20px 0 80px rgb(-33, -33, -32),
        inset -20px 0 80px rgb(-255, -234, 0),
        inset 20px 0 300px rgb(-57, -53, -57),
        inset -20px 0 300px #ff920d,
        0 0 50px #514545,
        -10px 0 80px rgb(-90, -41, -90),
        10px 0 80px rgb(-255, -208, 0);
    transition: all 0.4s ease;
}