/* public/css/style.css */
@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: #F5E9E2 !important;
    direction: rtl;
    overflow-x: hidden;
}

body a {
    text-decoration: none;
    color: #459130;
}

.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: #6A2331 !important;
    border: 1px solid #6A2331 !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: #F5E9E2;
}


.dropdown-menu {
    background-color: #6A2331 !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: #6A2331;
}

.navbar a:hover {
    color: #8C3F47;
}

.navbar img {
    width: 60px;
}

.nav-item .active {
    color: #7B2C3B !important;
    font-weight: 600;
}

.nav-link:hover {
    cursor: pointer;
    color: #8C3F47;
    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: #7B2C3B;
    color: #F5E9E2;
    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: #7B2C3B;
    border-radius: 20px;
    border: 2px #7B2C3B 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: #7B2C3B;
    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 #7B2C3B solid;
    padding: 10px;
    border-radius: 30px;
    background-color: #7B2C3B;
    color: #fff;
}

.mored:hover {
    border: 1px #7B2C3B solid;
    padding: 10px;
    background-color: #7B2C3B;
}

.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: #7B2C3B;
    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: #7B2C3B;
    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: #7B2C3B;
    border-radius: 5px;
}

.tt3 progress::-moz-progress-bar {
    background-color: #7B2C3B;
    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: 100px;
}

@media (min-height:1000px) {
    .news {
        margin-top: 120px;
    }
}

@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: #F5E9E2;
    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: #6A2331;
}

.textnews h6 {
    border: 1px solid #7B2C3B;
    padding: 15px 25px;
    border-radius: 30px;
    color: #707070;
    cursor: pointer;
}

.textnews h6:hover {
    border: 1px solid #79cf8d;
    background-color: #148263;
    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: #F5E9E2;
    padding: 10px;
    border-radius: 10px;
    transition: all .4s ease;
    margin: auto;
}

.cardNews .btn_more:hover {
    background-color: #79cf8d;
    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: #7B2C3B !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: #8C3F47 !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: #79cf8d;
    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: #F5E9E2;
    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: #7B2C3B;
}

.footerbotn {
    display: flex;
    background-color: #F5E9E2;
    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: #7B2C3B;
    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: #2c7b33;
}

.aboutt h1 {
    color: #6A2331;
    font-weight: 600;
}

.scrollup {
    position: fixed;
    right: 2rem;
    bottom: -20%;
    display: inline-flex;
    color: #2c7b39;
    font-size: 50px;
    z-index: 99;
    transition: .3s;
}

.scrollup:hover {
    transform: translateY(-.25rem);
    color: #6A2331;
}

.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: #7B2C3B;
    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(123, 44, 59, 0.3);
    font-family: 'Cairo', sans-serif;
    direction: rtl;
}

.donate-btn:hover {
    background-color: #6A2331;
    box-shadow: 0 6px 16px rgba(123, 44, 59, 0.4);
}

.donate-btn:active {
    transform: scale(0.97);
    box-shadow: 0 3px 8px rgba(123, 44, 59, 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: #F5E9E2;
    --color-text: #6A2331;
    --color-accent: #7B2C3B;
    --color-accent-hover: #6A2331;
    --color-container-bg: #ffffff;
    --shadow-color: rgba(123, 44, 59, 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: #8C3F47;
    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: #6A2331;
}

.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: #7B2C3B;
    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: #6A2331;
    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: 120px;
    }
}

@media (max-width:770px) {
    .news {
        margin-top: 110px;
    }
}

@media (min-width:1200px) {
    .mySwiper2 {
        height: auto;
        padding-bottom: 30px !important;
    }
}
.gz-pin{
  font-size:22px;
  color:#7B2C3B;           
  display:inline-block;
  margin-inline-end:8px;
}
@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: 100px;
    }

    .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 #7B2C3B solid;
        background-color: #7B2C3B;
        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, #6A2331, #7B2C3B, #8C3F47);
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
    box-shadow: 0 0 15px rgba(123, 44, 59, 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 #6A2331, 0 0 40px #6A2331, 0 0 80px #6A2331;
    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, #6A2331, #7B2C3B, #8C3F47);
    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, #8C3F47);
}

.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: #6A2331;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 6px #7B2C3B, 0 0 4px #7B2C3B;
}

.progress-shooting-star::-webkit-progress-bar {
    background-color: transparent;
}

.progress-shooting-star::-webkit-progress-value {
    background: linear-gradient(90deg,
            #6A2331, #7B2C3B, #8C3F47, #6A2331, #6A2331);
    background-size: 250% 100%;
    animation: meteorFlowDark 4s ease-in-out infinite, fireGlow 1.5s infinite alternate;
    border-radius: 10px;
    box-shadow: 0 0 8px #7B2C3B, 0 0 16px #7B2C3B, 0 0 24px #7B2C3B, 0 0 36px #7B2C3B;
}

.progress-shooting-star::-moz-progress-bar {
    background: linear-gradient(90deg,
            #6A2331, #7B2C3B, #8C3F47, #6A2331, #6A2331);
    background-size: 250% 100%;
    animation: meteorFlowDark 4s ease-in-out infinite, fireGlow 1.5s infinite alternate;
    border-radius: 10px;
    box-shadow: 0 0 8px #7B2C3B, 0 0 16px #7B2C3B, 0 0 24px #7B2C3B, 0 0 36px #7B2C3B;
}

@keyframes meteorFlowDark {
    0% {
        background-position: 250% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes fireGlow {
    0% {
        box-shadow: 0 0 8px #7B2C3B, 0 0 16px #7B2C3B, 0 0 24px #7B2C3B, 0 0 36px #7B2C3B;
    }

    50% {
        box-shadow: 0 0 16px #8C3F47, 0 0 32px #8C3F47, 0 0 48px #8C3F47, 0 0 72px #8C3F47;
    }

    100% {
        box-shadow: 0 0 8px #7B2C3B, 0 0 16px #7B2C3B, 0 0 24px #7B2C3B, 0 0 36px #7B2C3B;
    }
}

.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: #6A2331;
    transform: scale(1.1);
}

.btnnow {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
    background-color: #79cf8d;
    color: #F5E9E2;
    padding: 12px 120px;
    border-radius: 30px;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
}

.btnnow:hover,
.btnserch:hover {
    background-color: #6A2331;
    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;
}

/* styles/reels.css */
:root {
  --reels-max-width: 600px;
  --reels-actions-gap: 14px;
  --reels-padding: 12px;
  --reels-btn-size: 56px;
}

.reels-root {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  background: #000;
  -webkit-overflow-scrolling: touch;
}

.reels-status {
  color: #fff;
  text-align: center;
  padding: 24px;
}

.reels-toast {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 50;
  font-size: 14px;
}

.reels-scroll {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.reel-card {
  scroll-snap-align: start;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.reel-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: var(--reels-max-width);
  background: #000;
}

.reel-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #7B2C3B, #8C3F47);
}

.reel-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  padding: var(--reels-padding);
  pointer-events: none;
  color: #fff;
}

.reel-text {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  align-self: end;
  max-width: 520px;
}

.reel-text h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.reel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  backdrop-filter: blur(8px);
  pointer-events: auto;
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}
.reel-cta:hover { transform: translateY(-1px); background: rgba(255,255,255,0.18); }

.reel-actions {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--reels-actions-gap);
  pointer-events: auto;
  padding-bottom: 10vh;
}

.reel-btn {
  width: var(--reels-btn-size);
  height: var(--reels-btn-size);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease, opacity 0.12s ease;
}
.reel-btn:hover {
  transform: translateY(-2px) scale(1.03);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
}
.reel-btn.is-liked {
  background: rgba(123, 44, 59, 0.3);
  border-color: rgba(123, 44, 59, 0.5);
}
.reel-badge {
  font-size: 12px;
  opacity: 0.9;
  margin-inline-start: 6px;
}

.reel-btn i {
  font-size: 26px;
  line-height: 1;
  display: inline-block;
}

.reels-root::-webkit-scrollbar,
.reels-scroll::-webkit-scrollbar { width: 0; height: 0; }

@media (max-width: 640px) {
  :root {
    --reels-max-width: 100%;
    --reels-btn-size: 52px;
  }
  .reel-text h3 { font-size: 16px; }
  .reel-actions { gap: 12px; }
}

html[dir="rtl"] .reel-badge { margin-inline-start: 6px; }


@font-face {
  font-family: "LateefCustom";
  src: url("/font/LateefFont-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LateefRoundedCustom";
  src: url("/font/LateefroundedFont-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Ping AR LT";
  src: url("/font/PingAR+LT-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

:root{
  --site-bg: #f3fff8;
  --site-bg-2: #ecfff4;
  --site-surface: rgba(255,255,255,.78);
  --site-soft: rgba(255,255,255,.58);
  --site-border: rgba(20,90,50,.10);
  --site-text: #123222;
  --site-muted: #4e6b5a;
  --site-primary: #18a558;
  --site-primary-2: #35c46f;
  --site-accent: #7ee2a8;
  --site-danger: #b13d3d;
  --site-nav-bg: rgba(255,255,255,.78);
  --site-shadow: 0 18px 45px rgba(20,80,40,.10);
  --site-glow-1: rgba(24, 165, 88, 0.20);
  --site-glow-2: rgba(126, 226, 168, 0.18);
}

html[data-theme="dark"]{
  --site-bg: #071b12;
  --site-bg-2: #0b2419;
  --site-surface: rgba(18,35,26,.70);
  --site-soft: rgba(255,255,255,.06);
  --site-border: rgba(255,255,255,.10);
  --site-text: #f3fff8;
  --site-muted: #c6e7d3;
  --site-primary: #18a558;
  --site-primary-2: #35c46f;
  --site-accent: #7ee2a8;
  --site-danger: #ef7f7f;
  --site-nav-bg: rgba(7,27,18,.72);
  --site-shadow: 0 20px 50px rgba(0,0,0,.35);
  --site-glow-1: rgba(24, 165, 88, 0.22);
  --site-glow-2: rgba(126, 226, 168, 0.14);
}

html,
body{
  background:
    radial-gradient(circle at top right, var(--site-glow-1), transparent 28%),
    radial-gradient(circle at bottom left, var(--site-glow-2), transparent 24%),
    linear-gradient(180deg, var(--site-bg), var(--site-bg-2)) !important;
  color: var(--site-text);
}

body{
  font-family: "Ping AR LT", sans-serif !important;
  color: var(--site-text) !important;
  background-attachment: fixed !important;
  -webkit-text-size-adjust: 100%;
}

body,
button,
input,
textarea,
select,
option,
label,
.nav-link,
.dropdown-item,
.card,
.card-title,
.card-text,
p,
span,
small,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.btnnow h6,
.textnews h1,
.textnews h6,
.footer p,
.footer h5,
.aboutt h1,
.hedsid h6,
.gz-head,
.gz-tab,
.gz-label,
.gz-note,
.chip,
.mini-item,
.donate-btn,
.donate-btn-link,
.btnDonare,
.btn_donate,
.modal-btn {
  font-family: "Ping AR LT", sans-serif !important;
}

.brand-wordmark,
.footer-wordmark,
.brand-mini,
.logo-word,
.logo-wordmark,
.hero-brand,
.modal-brand-wordmark {
  font-family: "LateefCustom", "LateefRoundedCustom", serif !important;
}

body a {
  color: var(--site-primary);
}

.navbar{
  background: var(--site-nav-bg) !important;
  border-bottom: 1px solid var(--site-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.navbar.scroll-nav{
  background: var(--site-nav-bg) !important;
}

.navbar a,
.nav-link,
.dropdown-item{
  color: var(--site-text) !important;
}

.nav-link:hover,
.navbar a:hover,
.dropdown-item:hover{
  color: var(--site-primary) !important;
}

.nav-item .active{
  color: var(--site-primary) !important;
}

.dropdown-menu{
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dropdown-menu li a:hover{
  background-color: rgba(24,165,88,.08) !important;
}

.navbar-toggler{
  color: var(--site-primary) !important;
  border: 1px solid var(--site-primary) !important;
}

.btnserch {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(24,165,88,.20);
}

.btnserch:hover {
  background: linear-gradient(135deg, var(--site-primary-2), var(--site-primary)) !important;
  box-shadow: 0 18px 36px rgba(24,165,88,.24) !important;
}

.btnnow {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(24,165,88,.20);
}

.btnnow:hover {
  background: linear-gradient(135deg, var(--site-primary-2), var(--site-primary)) !important;
  box-shadow: 0 18px 36px rgba(24,165,88,.24) !important;
}

.inputser {
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.inputser input {
  color: var(--site-text) !important;
  background: transparent !important;
}

.mySwiper {
  width: 90%;
  height: 80vh;
  margin-top: 50px;
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: var(--site-shadow);
  border: 1px solid var(--site-border);
}

.slide_heder .swiper-button-next,
.slide_heder .swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: var(--site-primary) !important;
}

.swiper-pagination-bullet {
  background: var(--site-primary-2) !important;
}

.cardNews,
.cardpro,
.card_comp {
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border) !important;
  box-shadow: var(--site-shadow) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.cardNews:hover {
  background: rgba(255,255,255,.88) !important;
}

html[data-theme="dark"] .cardNews:hover {
  background: rgba(18,35,26,.82) !important;
}

.textnews h1,
.aboutt h1,
.footer h5,
.hedsid h6:nth-child(2) {
  color: var(--site-text) !important;
}

.textnews h6 {
  border: 1px solid var(--site-primary) !important;
  color: var(--site-primary) !important;
  background: transparent;
}

.textnews h6:hover {
  border: 1px solid var(--site-primary) !important;
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  color: #fff !important;
}

.cardNews .card-text,
.cardpro p,
.footer p,
.leftfooter p a {
  color: var(--site-muted) !important;
}

.crad_achievements {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  color: #fff !important;
}

.footer {
  background: transparent !important;
}

.footerbotn {
  background: transparent !important;
  border-top: 1px solid var(--site-border);
}

.imgfooticon {
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border);
}

.imgfooticon:hover {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
}

.imgpoint {
  background: var(--site-soft) !important;
  border: 1px solid var(--site-border);
}

.hedsid h6,
.hedsid a {
  color: var(--site-muted) !important;
}

.donate-btn,
.donate-btn-link,
.btnDonare,
.btn_donate,
.modal-btn {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  color: #fff !important;
  border: none !important;
}

.donate-btn:hover,
.donate-btn-link:hover,
.btnDonare:hover,
.btn_donate:hover,
.modal-btn:hover {
  background: linear-gradient(135deg, var(--site-primary-2), var(--site-primary)) !important;
}

.donate-btn-link {
  box-shadow: 0 0 15px rgba(24,165,88,.24) !important;
}

.magic-glow::before {
  background: linear-gradient(45deg, var(--site-primary), var(--site-primary-2), var(--site-accent)) !important;
}

.donate-btn-link .span1,
.donate-btn-link .span2,
.donate-btn-link .span3,
.donate-btn-link .span4 {
  background: linear-gradient(90deg, transparent, var(--site-accent)) !important;
}

.progress-shooting-star {
  background-color: rgba(24,165,88,.12) !important;
  box-shadow: inset 0 0 6px rgba(24,165,88,.12), 0 0 4px rgba(24,165,88,.12) !important;
}

.progress-shooting-star::-webkit-progress-value,
.progress-shooting-star::-moz-progress-bar {
  background: linear-gradient(90deg, var(--site-primary), var(--site-primary-2), var(--site-accent), var(--site-primary)) !important;
  box-shadow: 0 0 8px rgba(24,165,88,.16), 0 0 16px rgba(24,165,88,.16), 0 0 24px rgba(24,165,88,.16) !important;
}

.gz-pin,
.gz-head .ttl i,
.chip i,
.gz-tab i,
.mini-item i {
  color: var(--site-primary) !important;
}

.badge.bg-primary {
  background-color: var(--site-primary) !important;
}

.badge.bg-secondary {
  background-color: var(--site-primary-2) !important;
}

.modal-content {
  background: var(--site-surface) !important;
  border: 1px solid var(--site-border) !important;
  box-shadow: var(--site-shadow) !important;
}

.modal-content h2,
.modal-content p {
  color: var(--site-text) !important;
}

.modal-input {
  border: 1px solid var(--site-border) !important;
  background: #fff !important;
}

html[data-theme="dark"] .modal-input {
  background: rgba(255,255,255,.08) !important;
  color: var(--site-text) !important;
}

.allcardpro {
  gap: 16px;
}

.cardpro {
  border-radius: 24px !important;
}

.reels-root,
.grid-root {
  background:
    radial-gradient(circle at top right, rgba(24,165,88,.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(126,226,168,.10), transparent 24%),
    #050b08 !important;
}

.vs-btn.active,
.grid-cta,
.comments-form button {
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-2)) !important;
  border-color: var(--site-primary-2) !important;
}

.reel-progress {
  background: linear-gradient(90deg, var(--site-primary), var(--site-accent)) !important;
}

html[data-theme="dark"] .navbar .nav-link,
html[data-theme="dark"] .dropdown-item,
html[data-theme="dark"] .textnews h1,
html[data-theme="dark"] .aboutt h1,
html[data-theme="dark"] .footer h5 {
  color: var(--site-text) !important;
}

@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll !important;
  }
}