html, body {
    font-family: "Cairo", sans-serif !important;
    font-optical-sizing: auto;
    box-sizing: border-box !important;
    direction: rtl;
    text-align: right;
    background-color: #F9F9F9;
    color: var(--dark-color);
    position: relative;
}

.body-overlay {
    background: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

img {
    max-width: 100%;
}

.custom-form-control {
    direction: rtl;
    box-shadow: none;
    border-radius: 10px;
    min-height: 45px;
    vertical-align: middle;
    border: 1px solid #AEAEAE;
    color: var(--primary-color);
}

.custom-form-control:focus {
    box-shadow: none;
    color: var(--primary-color);
    border: 2px solid #10305038;
}

.custom-form-control::placeholder {
    color: #06222F54;
}

.custom-select {
    direction: rtl;
    box-shadow: none;
    border-radius: 10px;
    min-height: 45px;
    vertical-align: middle;
    border: 1px solid #0000001A;
    color: var(--dark-color);
}

.custom-select:focus {
    box-shadow: none;
    border: 1px solid #0000001A;
}

.custom-select::selection {
    color: #06222F54;
}
.modal .modal-content {
    border-radius: 15px;
    padding-inline: 10px;
    padding-block: 10px;
}
/* .form-label {
    font-size: 16px;
    font-weight: 600;
}

.modal .modal-dialog {
    max-width: 600px;
}

.modal .modal-content {
    border-radius: 15px;
    padding-inline: 30px;
    padding-block: 20px;
}

.modal .modal-header {
    border-bottom: 0;
    padding-inline: 0;
    justify-content: space-between;
}

.modal .modal-header .btn-close {
    background-image: unset;
    opacity: 1;
    background-color: var(--primary-color);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: 0;
}

.modal .modal-header .btn-close svg {
    width: 20px;
}

.modal .modal-header .btn-close svg path {
    fill: var(--primary-color);
}

.modal .modal-header .modal-title {
    font-size: 21px;
    font-weight: 700;
    color: var(--dark-color);
}

.modal .modal-body {
    padding-inline: 0;
}

.modal .modal-body .form-label {
    color: var(--gray-color);
}

.modal .modal-body .form-control {
    color: var(--gray-color);
}

.modal .modal-body .form-control::placeholder {
    color: var(--gray-color);
    font-weight: 600;
}

.modal .modal-body .input-group .number-input {
    border: 1px solid #0000001A;
    border-left: 0;
    direction: rtl;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 45px;
}

.modal .modal-body .input-group .number-input:focus {
    box-shadow: none;
}

.modal .modal-body .input-group .input-group-text {
    border: 1px solid #0000001A;
    background: none;
    color: var(--gray-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.modal .modal-footer {
    padding-inline: 0;
    border: none;
}

.modal .modal-footer .submit-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    padding: 13px 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-footer .submit-btn i {
    margin-left: 10px;
    font-size: 20px;
} */

.group-input-box {
    position: relative;
}

.group-input-box .custom-form-control {
    padding-left: 50px;
}

.group-input-box img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    border: 1px solid #707070;
    margin-left: 0;
}

.form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check .form-check-input:focus {
   box-shadow: none;
}

.form-check.radio {
    padding-right: 0;
}

.form-check.radio .custom-radio {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.form-check.radio .custom-radio:checked {
    border: 2px solid var(--primary-color);

    accent-color: var(--primary-color);
}

.form-check .input-radio-check-box {
    position: relative;
    display: inline-block;
}

.form-check .input-radio-check-box svg {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.form-check .form-check-label {
    font-weight: 600;
    margin-right: 10px;
}

/*************************************************************************************************************************************************************************/
/**** Start Header ****/
/*************************************************************************************************************************************************************************/

header {
    color: var(--primary-color);
    margin-bottom: 0px;
}
.footer-logo {
    max-height: 80px;
}
.slider {
    margin-bottom: 50px;
}
header .top-nav {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding-block: 15px;
}

header .top-nav .right-box,
header .top-nav .right-box .right,
header .top-nav .right-box .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .top-nav .right-box .right {
    margin-left: 40px;
}

header .top-nav .right-box .right p {
    font-size: 14px;
}

header .top-nav .right-box .right .social-box .icon {
    color: var(--white-color);
    margin-left: 10px;
    font-size: 14px;
}

header .top-nav .right-box .right .social-box .icon:last-of-type {
    margin-left: 0;
}

header .top-nav .right-box .left a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
}

header .top-nav .left-box a {
    color: var(--white-color);
    font-size: 14px;
}

header .navbar {
    background-color: #ffffff;
    padding-block: 10px;
}

header .navbar .navbar-toggler {
    background: var(--primary-color);
}

header .navbar .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar .navbar-brand {
    margin-left: 20px;
        padding-top: 0;
    padding-bottom: 0;
}

header .navbar .navbar-brand img {
    max-height: 70px;
}

header .navbar .navbar-collapse {
    flex-wrap: wrap;
    justify-content: center;
}

header .navbar .navbar-nav:first-of-type {
    align-items: center;
}


header .navbar .navbar-nav:first-of-type .nav-item {
    margin-left: 10px;
}


header .navbar .navbar-nav:first-of-type .nav-item .nav-link {
    color: var(--dark-color);
    font-weight: 600;
    font-size: 14px;
}

header .navbar .navbar-nav:first-of-type .nav-item .nav-link.home-link {
    font-size: 30px;
}

header .navbar .navbar-nav:first-of-type .nav-item .nav-link.active,
header .navbar .navbar-nav:first-of-type .nav-item:hover .nav-link {
    color: var(--primary-color);
    position: relative;
}

header .navbar .navbar-nav:first-of-type .nav-item .nav-link.active:before,
header .navbar .navbar-nav:first-of-type .nav-item:hover .nav-link:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    background-color: var(--primary-color);
}

header .navbar .navbar-nav:first-of-type .nav-item:first-of-type .nav-link.active:before,
header .navbar .navbar-nav:first-of-type .nav-item:first-of-type:hover .nav-link:before {
    bottom: 5px;
}

header .navbar .navbar-nav:first-of-type .nav-item.dropdown .dropdown-menu .dropdown-item {
    text-align: center;
}

header .navbar .navbar-nav:first-of-type .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

header .navbar .mobile-section {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .navbar .mobile-section ul {
    margin-top: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    list-style: none;
}

header .navbar .mobile-section ul .nav-link,
header .navbar .navbar-nav:last-of-type .nav-item .nav-link {
    color: var(--dark-color);
    font-size: 14px;
    background-color: #FEF1F1;
    padding: 0 0 0 0px;
    border-radius: 12px;
    font-weight: 600;
}

header .navbar .mobile-section ul .nav-link span,
header .navbar .navbar-nav:last-of-type .nav-item .nav-link span {
    width: 45px;
    height: 40px;
    padding: 7px;
    background-color: var(--primary-color);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
        border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    position: relative;
}

header .navbar .mobile-section ul .nav-link span .count,
header .navbar .navbar-nav:last-of-type .nav-item:last-of-type .nav-link span .count {
    position: absolute;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E90E0E;
    color: var(--white-color);
    font-size: 12px;
    border-radius: 50%;
    top: 8px;
    right: 6px;
}

header .navbar .mobile-section .auth-box a {
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700;
    display: none;
}

header .hero {
    position: relative;
}

header .hero .hero-box .item {
    color: var(--white-color);
    padding-block: 100px;
    min-height: 400px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header .hero .hero-box .item .overlay {
    background: var(--secondary-color);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

header .hero .hero-box .content-box {
    position: relative;
    z-index: 2;
    width: 50%;
}

header .hero .hero-box .content-box .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

header .hero .hero-box .content-box .description {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2;
}

header .hero .hero-box .content-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .hero .hero-box .content-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    border-radius: 12px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding-block: 10px;
}

header .hero .hero-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
}

header .hero .hero-box .owl-nav button {
    background: transparent;
    border: none;
    color: var(--white-color);
    font-size: 30px;
}

header .hero .hero-box .owl-nav button:hover {
    color: var(--primary-color);
    background: transparent;
}

header .hero .hero-box .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .hero .hero-box .owl-dots button span {
    width: 25px;
    height: 8px;
    background-color: #8F8989;
}

header .hero .hero-box .owl-dots button.active span {
    background-color: #FFFFFF;
    height: 10px;
}


#joinUsModal .modal-body .description {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
    color: var(--dark-color);
}

/*************************************************************************************************************************************************************************/
/**** Start situations ****/
/*************************************************************************************************************************************************************************/

.situations {
    margin-bottom: 40px;
}

.situations .title {
    font-size: 20px;
    font-weight: 700;
}

.situations .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}

.situations .situations-box .situation {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #dfdada;
}

.situations .situations-box .big-situation {
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    height: 100%;
}

.situations .situations-box .situation .image-box {
    width: 230px;
    background-size: cover;
    background-position: center center;
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    flex: 1;
    position: relative;
}

.situations .situations-box .big-situation .image-box {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    flex: 1;
}

.situations .situations-box .situation .image-box .sharing-box {
    background-color: #00000073;
    padding: 10px;
    position: absolute;
    top: 20px;
    border-radius: 10px 0 0 10px;
    display: none;
}

.situations .situations-box .situation:hover .image-box .sharing-box {;
    display: block;
}

.situations .situations-box .situation .image-box .sharing-box .link {
    padding-inline: 5px;
}

.situations .situations-box .situation .content {
    width: calc(100% - 230px);
    padding: 20px;
}

.situations .situations-box .big-situation .content {
    width: 100%;
}

.situations .situations-box .situation .content .situation-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.situations .situations-box .situation .content .situation-description {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.situations .situations-box .situation .content .progress-box {
    position: relative;
    padding-block: 20px;
}

.situations .situations-box .situation .content .progress-box .progress {
    border-radius: 30px;
}

.situations .situations-box .situation .content .progress-box .progress .progress-text {
    position: absolute;
    top: -7px;
    font-weight: 700;
    font-size: 16px;
}

.situations .situations-box .situation .content .progress-box .progress .progress-bar {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.situations .situations-box .situation .content .progress-box .progress.yellow-progress .progress-bar {
    background-color: #FA9201;
}

.situations .situations-box .situation .content .progress-box .progress.red-progress .progress-bar {
    background-color: var(--primary-color);
}

.situations .situations-box .situation .content .progress-box .progress.green-progress .progress-bar {
    background-color: #23AA02;
}

.situations .situations-box .situation .content .progress-box .progress .progress-circle {
    position: absolute;
    top: 50%;
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.situations .situations-box .situation .content .progress-box .progress.yellow-progress .progress-circle {
    border: 2px solid #FA9201;
    background-color: #FFFFFF;
}

.situations .situations-box .situation .content .progress-box .progress.green-progress .progress-circle {
    border: 2px solid #23AA02;
    background-color: #FFFFFF;
}

.situations .situations-box .situation .content .progress-box .progress.red-progress .progress-circle {
    border: 2px solid var(--primary-color);
    background-color: #FFFFFF;
}

.situations .situations-box .situation .content .collect {
    font-weight: 600;
    font-size: 17px;
}

.situations .situations-box .situation .content .collect span {
    color: var(--primary-color);
}

.situations .situations-box .situation .content .shares-box {
    position: relative;
    padding-inline: 20px;
}

.situations .situations-box .situation .content .shares-box .item .share {
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.situations .situations-box .situation .content .shares-box .item.active .share {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.situations .situations-box .situation .content .shares-box .owl-stage {
    padding-right: 0 !important;
}

.situations .situations-box .situation .content .shares-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.situations .situations-box .situation .content .shares-box .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.situations .situations-box .situation .content .shares-box .owl-nav .owl-next {
    position: absolute;
    left: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.situations .situations-box .situation .content .shares-box .owl-nav .owl-next:hover,
.situations .situations-box .situation .content .shares-box .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.situations .situations-box .situation .content form {
    margin-top: 20px;
}

.situations .situations-box .situation .content form .form-label {
    color: var(--gray-color);
}

.situations .situations-box .situation .content form .input-group .number-input {
    border: 1px solid #0000001A;
    border-left: 0;
    direction: rtl;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
}

.situations .situations-box .situation .content form .input-group .number-input:focus {
    box-shadow: none;
}

.situations .situations-box .situation .content form .input-group .input-group-text {
    border: 1px solid #0000001A;
    background: none;
    color: var(--gray-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.situations .situations-box .situation .content form .actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.situations .situations-box .situation .content form .actions .add-cart-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
    border-radius: 10px;
    padding: 10px 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.situations .situations-box .situation .content form .actions .donation-btn {
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.situations .situations-box .situation .content form .actions .btn i {
    margin-left: 5px;
    font-size: 20px;
}

/*************************************************************************************************************************************************************************/
/**** Start Quick Donation ****/
/*************************************************************************************************************************************************************************/

.quick-donation {
    margin-bottom: 50px;
}

.quick-donation .title {
    font-size: 20px;
    font-weight: 700;
}

.quick-donation .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}

.quick-donation .donation-box .item img {
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}


/*************************************************************************************************************************************************************************/
/**** Start Banner ****/
/*************************************************************************************************************************************************************************/

.banner-sec {
    margin-bottom: 50px;
}

.banner-sec img {
    max-height: 600px;
    width: 100%;
}

/*************************************************************************************************************************************************************************/
/**** Start Donations ****/
/*************************************************************************************************************************************************************************/

.donations {
    margin-bottom: 50px;
}

.donations .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.donations .top-box .right {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.donations .top-box .right .title-box {
    margin-left: 40px;
}

.donations .top-box .right .title-box .title {
    font-size: 20px;
    font-weight: 700;
}

.donations .top-box .right .title-box .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 0;
}

.donations .top-box .right .cats,
.donations .top-box .bottom .cats {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.donations .top-box .right .cat,
.donations .top-box .bottom .cat {
    padding: 8px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    margin-left: 15px;
    font-size: 15px;
    color: var(--dark-color);
    text-decoration: none;
    font-weight: 600;
}

.donations .top-box .right .cat:hover,
.donations .top-box .bottom .cat:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.donations .top-box .right .cat.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.donations .top-box .bottom .cat.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.donations .top-box .right .cat:last-of-type,
.donations .top-box .bottom .cat:last-of-type {
    margin-left: 0;
}

.donations .top-box .left .read-more {
    padding: 8px 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.donations .top-box .left .read-more i {
    margin-right: 10px;
    font-size: 20px;
}

.donations .top-box .bottom {
    display: none;
}

.donations .bottom-box .donation {
    border-radius: 20px;
    border: 1px solid #dfdada;
}

.donations .bottom-box .donation .image-box {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: block;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}


.donations .bottom-box .donation .image-box .sharing-box {
    background-color: #00000073;
    padding: 10px;
    position: absolute;
    top: 19px;
    border-radius: 10px 0 0 10px;
    display: none;
}

.donations .bottom-box .donation:hover .image-box .sharing-box {;
    display: block;
}

.donations .bottom-box .donation .image-box .sharing-box .link {
    padding-inline: 5px;
}

.donations .bottom-box .donation .image-box .sharing-box .link img {
    width: 20px;
}

.donations .bottom-box .donation {
    position: relative;
}

.donations .bottom-box .donation.completed .completed-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd9;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.donations .bottom-box .donation .content {
    width: 100%;
    padding: 20px;
    position: relative;
}


.donations .bottom-box .donation .content .donation-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 25px;
}

.donations .bottom-box .donation .content .donation-description {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    height: 50px;
}

.donations .bottom-box .donation .content .top {
    position: absolute;
    padding: 20px 20px 10px;
    box-shadow: 0 3px 9px 0 #0000000F;
    background-color: #FFFFFF;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    top: -50px;
}

.donations .bottom-box .donation .content .progress-box {
    position: relative;
    padding-block: 10px;
}

.donations .bottom-box .donation .content .progress-box .progress {
    border-radius: 30px;
    height: 10px;
}

.donations .bottom-box .donation .content .progress-box .progress .progress-text {
    position: absolute;
    top: -13px;
    font-weight: 700;
    font-size: 12px;
}

.donations .bottom-box .donation .content .progress-box .progress .progress-bar {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.donations .bottom-box .donation .content .progress-box .progress.yellow-progress .progress-bar {
    background-color: #FA9201;
}

.donations .bottom-box .donation .content .progress-box .progress.red-progress .progress-bar {
    background-color: var(--primary-color);
}

.donations .bottom-box .donation .content .progress-box .progress.green-progress .progress-bar {
    background-color: #23AA02;
}

.donations .bottom-box .donation .content .progress-box .progress .progress-circle {
    position: absolute;
    top: 50%;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.donations .bottom-box .donation .content .progress-box .progress.yellow-progress .progress-circle {
    border: 2px solid #FA9201;
    background-color: #FFFFFF;
}

.donations .bottom-box .donation .content .progress-box .progress.green-progress .progress-circle {
    border: 2px solid #23AA02;
    background-color: #FFFFFF;
}

.donations .bottom-box .donation .content .progress-box .progress.red-progress .progress-circle {
    border: 2px solid var(--primary-color);
    background-color: #FFFFFF;
}

.donations .bottom-box .donation .content .collect {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.donations .bottom-box .donation .content .collect span {
    color: var(--primary-color);
}

.donations .bottom-box .donation .content .shares-box {
    position: relative;
    padding-inline: 16px;
}

.donations .bottom-box .donation .content .shares-box .item .share {
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.donations .bottom-box .donation .content .shares-box .item.active .share {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.donations .bottom-box .donation .content .shares-box .owl-stage {
    padding-right: 0 !important;
}

.donations .bottom-box .donation .content .shares-box .owl-nav {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-next {
    position: absolute;
    left: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.donations .bottom-box .donation .content .shares-box .owl-nav .owl-next:hover,
.donations .bottom-box .donation .content .shares-box .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.donations .bottom-box .donation .content form {
    margin-top: 10px;
}

.donations .bottom-box .donation .content form .form-label {
    color: var(--gray-color);
}

.donations .bottom-box .donation .content form .input-group .number-input {
    border: 1px solid #0000001A;
    border-left: 0;
    direction: rtl;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
}

.donations .bottom-box .donation .content form .input-group .number-input:focus {
    box-shadow: none;
}

.donations .bottom-box .donation .content form .input-group .input-group-text {
    border: 1px solid #0000001A;
    background: none;
    color: var(--gray-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.donations .bottom-box .donation .content form .actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.donations .bottom-box .donation .content form .actions .add-cart-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
    border-radius: 10px;
    padding: 10px 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

.donations .bottom-box .donation .content form .actions .donation-btn {
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
}

.donations .bottom-box .donation .content form .actions .btn i {
    margin-left: 5px;
    font-size: 20px;
}

/*************************************************************************************************************************************************************************/
/**** Start Categories ****/
/*************************************************************************************************************************************************************************/

.categories {
    margin-bottom: 50px;
    padding-block: 40px;
    background-color: #F8EAEA;
}

.categories .title {
    font-size: 20px;
    font-weight: 700;
}

.categories .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}

.categories .categories-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.categories .categories-box .category {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    width: calc(20% - 20px);
    text-align: center;
    text-decoration: none;
}

.categories .categories-box .category img {
    height: 80px;
    width: 80px;
    margin-inline: auto;
}


.categories .categories-box .category h4 {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*************************************************************************************************************************************************************************/
/**** Start SMS Donations ****/
/*************************************************************************************************************************************************************************/

.sms-donations {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.sms-donations .title {
    font-size: 20px;
    font-weight: 700;
}

.sms-donations .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}

.sms-donations .bottom {
    margin-inline: 50px;
}

.sms-donations .donations-box {
    display: flex;
    align-items: center;
}

.sms-donations .donations-box .owl-stage-outer {
    padding-block: 30px;
}

.sms-donations .donations-box .owl-item.active.center {
    z-index: 1;
    transform: scale(1.2);
}

.sms-donations .donations-box .donation img {
    height: 300px;
}

.sms-donations .donations-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.sms-donations .donations-box .owl-nav .owl-next {
    position: absolute;
    left: -50px;
    font-size: 20px;
    color: white;
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.sms-donations .donations-box .owl-nav .owl-prev {
    position: absolute;
    right: -50px;
    font-size: 20px;
    color: white;
    background: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.sms-donations .donations-box .owl-nav button:hover {
    /* background: none; */
}

.sms-donations .donations-box .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sms-donations .donations-box .owl-dots button span {
    width: 25px;
    height: 8px;
    background-color: #D7D7D7;
}

.sms-donations .donations-box .owl-dots button.active span {
    background-color: var(--primary-color);
    height: 10px;
}

/*************************************************************************************************************************************************************************/
/**** Start Counters ****/
/*************************************************************************************************************************************************************************/

.counters {
    margin-bottom: 50px;
    padding-block: 40px;
    position: relative;
    background-image: url("../images/counter.jpeg");
    background-size: cover;
    background-position: center center;
}

.counters .overlay {
    position: absolute;
    background-color: var(--primary-color);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.counters .counters-box {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
    color: var(--white-color);
    position: relative;
    z-index: 1;
}

.counters .counters-box .counter {
    text-align: center;
    padding: 10px;
}

.counters .counters-box .counter .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.counters .counters-box .counter .count {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}

.counters .counters-box .counter .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

/*************************************************************************************************************************************************************************/
/**** Start Gifts ****/
/*************************************************************************************************************************************************************************/

.gifts {
    margin-bottom: 50px;
}

.gifts .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gifts .top-box .right {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.gifts .top-box .right .title-box {
    margin-left: 40px;
}

.gifts .top-box .right .title-box .title {
    font-size: 20px;
    font-weight: 700;
}

.gifts .top-box .right .title-box .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 0;
}

.gifts .top-box .left .read-more {
    padding: 8px 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.gifts .top-box .left .read-more i {
    margin-right: 10px;
    font-size: 20px;
}

.gifts .top-box .bottom {
    display: none;
}

.gifts .bottom-box .gift {
    border-radius: 20px;
    border: 1px solid #dfdada;
}

.gifts .bottom-box .gift .image-box {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: block;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}


.gifts .bottom-box .gift .image-box .sharing-box {
    background-color: #00000073;
    padding: 10px;
    position: absolute;
    top: 20px;
    border-radius: 10px 0 0 10px;
    display: none;
}

.gifts .bottom-box .gift:hover .image-box .sharing-box {;
    display: block;
}

.gifts .bottom-box .gift .image-box .sharing-box .link {
    padding-inline: 5px;
}

.gifts .bottom-box .gift .image-box .sharing-box .link img {
    width: 20px;
}

.gifts .bottom-box .gift {
    position: relative;
}

.gifts .bottom-box .gift.completed .completed-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd9;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.gifts .bottom-box .gift .content {
    width: 100%;
    padding: 20px;
    position: relative;
}


.gifts .bottom-box .gift .content .gift-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 25px;
}

.gifts .bottom-box .gift .content .gift-description {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.gifts .bottom-box .gift .content .top {
    position: absolute;
    padding: 20px 20px 10px;
    box-shadow: 0 3px 9px 0 #0000000F;
    background-color: #FFFFFF;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    top: -50px;
}

.gifts .bottom-box .gift .content .progress-box {
    position: relative;
    padding-block: 10px;
}

.gifts .bottom-box .gift .content .progress-box .progress {
    border-radius: 30px;
    height: 10px;
}

.gifts .bottom-box .gift .content .progress-box .progress .progress-text {
    position: absolute;
    top: -13px;
    font-weight: 700;
    font-size: 12px;
}

.gifts .bottom-box .gift .content .progress-box .progress .progress-bar {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gifts .bottom-box .gift .content .progress-box .progress.yellow-progress .progress-bar {
    background-color: #FA9201;
}

.gifts .bottom-box .gift .content .progress-box .progress.red-progress .progress-bar {
    background-color: var(--primary-color);
}

.gifts .bottom-box .gift .content .progress-box .progress.green-progress .progress-bar {
    background-color: #23AA02;
}

.gifts .bottom-box .gift .content .progress-box .progress .progress-circle {
    position: absolute;
    top: 50%;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.gifts .bottom-box .gift .content .progress-box .progress.yellow-progress .progress-circle {
    border: 2px solid #FA9201;
    background-color: #FFFFFF;
}

.gifts .bottom-box .gift .content .progress-box .progress.green-progress .progress-circle {
    border: 2px solid #23AA02;
    background-color: #FFFFFF;
}

.gifts .bottom-box .gift .content .progress-box .progress.red-progress .progress-circle {
    border: 2px solid var(--primary-color);
    background-color: #FFFFFF;
}

.gifts .bottom-box .gift .content .collect {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.gifts .bottom-box .gift .content .collect span {
    color: var(--primary-color);
}

.gifts .bottom-box .gift .content .shares-box {
    position: relative;
    padding-inline: 16px;
}

.gifts .bottom-box .gift .content .shares-box .item .share {
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
}

.gifts .bottom-box .gift .content .shares-box .item.active .share {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.gifts .bottom-box .gift .content .shares-box .owl-stage {
    padding-right: 0 !important;
}

.gifts .bottom-box .gift .content .shares-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.gifts .bottom-box .gift .content .shares-box .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.gifts .bottom-box .gift .content .shares-box .owl-nav .owl-next {
    position: absolute;
    left: -10px;
    font-size: 25px;
    color: #B3B3B3;
}

.gifts .bottom-box .gift .content .shares-box .owl-nav .owl-next:hover,
.gifts .bottom-box .gift .content .shares-box .owl-nav .owl-prev:hover {
    background-color: transparent;
}

.gifts .bottom-box .gift .content form {
    margin-top: 20px;
}

.gifts .bottom-box .gift .content form .form-label {
    color: var(--gray-color);
}

.gifts .bottom-box .gift .content form .input-group .number-input {
    border: 1px solid #0000001A;
    border-left: 0;
    direction: rtl;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
}

.gifts .bottom-box .gift .content form .input-group .number-input:focus {
    box-shadow: none;
}

.gifts .bottom-box .gift .content form .input-group .input-group-text {
    border: 1px solid #0000001A;
    background: none;
    color: var(--gray-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gifts .bottom-box .gift .content form .actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.gifts .bottom-box .gift .content form .actions .add-cart-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
    border-radius: 10px;
    padding: 10px 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifts .bottom-box .gift .content form .actions .gift-btn {
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifts .bottom-box .gift .content form .actions .btn i {
    margin-left: 5px;
    font-size: 20px;
}

/*************************************************************************************************************************************************************************/
/**** Start Gifts ****/
/*************************************************************************************************************************************************************************/

.videos-sec {
    margin-bottom: 50px;
    background: var(--primary-color);
    padding-top: 70px;
    padding-bottom: 100px;
}

.videos-sec .videos-box {
    position: relative;
}

.videos-sec .videos-box .video .item {
    width: 50%;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

.videos-sec .videos-box .video .item .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    border-radius: 20px;
    z-index: 0;
    opacity: 0.6;
}

.videos-sec .videos-box .video .item .box {
    position: relative;
    z-index: 1;
    color: var(--white-color);
}

.videos-sec .videos-box .video .item .title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--gray-color);
    margin-bottom: 0;
}

.videos-sec .videos-box .video .item .description {
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

.videos-sec .videos-box .video .item .sharing-box {
    padding: 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    margin-block: 10px;
}

.videos-sec .videos-box .video .item .sharing-box .link {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.videos-sec .videos-box .video .item .sharing-box .link:last-of-type {
    margin-left: 0;
    padding-left: 0;
}

.videos-sec .videos-box .video .item .sharing-box .link:after {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    content: '';
    height: 22px;
    width: 1px;
    background-color: #FFFFFF;
}

.videos-sec .videos-box .video .item .sharing-box .link:last-of-type:after {
    display: none;
}

.videos-sec .videos-box .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.videos-sec .videos-box .owl-nav .owl-next {
    position: absolute;
    left: -50px;
    font-size: 25px;
    color: var(--white-color);
}

.videos-sec .videos-box .owl-nav .owl-prev {
    position: absolute;
    right: -50px;
    font-size: 25px;
    color: var(--white-color);
}

.videos-sec .videos-box .owl-nav button:hover {
    background: none;
}

.videos-sec .videos-box .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videos-sec .videos-box .owl-dots button span {
    width: 25px;
    height: 8px;
    background-color: #D7D7D7;
}

.videos-sec .videos-box .owl-dots button.active span {
    background-color: var(--white-color);
    height: 10px;
}

/*************************************************************************************************************************************************************************/
/**** Start Testimonials ****/
/*************************************************************************************************************************************************************************/

.testimonials {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.testimonials .title {
    font-size: 20px;
    font-weight: 700;
}

.testimonials .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}

.testimonials .testimonials-box .testimonial {
    text-align: center;
}

.testimonials .testimonials-box .testimonial .image-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #F49494;
    margin-inline: auto;
    margin-bottom: 10px;
}

.testimonials .testimonials-box .testimonial .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonials .testimonials-box .testimonial .name {
    font-size: 20px;
    font-weight: bold;
}

.testimonials .testimonials-box .testimonial .description {
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.testimonials .testimonials-box {
    position: relative;
}

.testimonials .testimonials-box .owl-stage-outer {
    padding-block: 40px;
}

.testimonials .testimonials-box .owl-item.center {
    z-index: 10;
}

.testimonials .testimonials-box .testimonial {
    border: 3px solid #ededed59;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
}


.testimonials .testimonials-box .owl-item.center .testimonial {
    background-color: var(--primary-color);
    color: var(--white-color);
    position: absolute;
    width: 200%;
    left: 50%;
    transform: translateX(-50%) scale(1.2);
    top: -5px;
    padding: 28px;
    border: none;
}

.testimonials .testimonials-box .owl-item.center .description {
    color: var(--white-color);
}

.testimonials .testimonials-box .owl-item.center .image-box {
    width: 100px;
    height: 100px;
}

.testimonials .testimonials-box .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .testimonials-box .owl-dots button span {
    width: 25px;
    height: 8px;
    background-color: #D7D7D7;
}

.testimonials .testimonials-box .owl-dots button.active span {
    background-color: var(--primary-color);
    height: 10px;
}

/*************************************************************************************************************************************************************************/
/**** Start Partners ****/
/*************************************************************************************************************************************************************************/

.partners {
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.partners .title {
    font-size: 20px;
    font-weight: 700;
}

.partners .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 0;
}

.partners .partner-box .owl-stage-outer {
    padding: 30px 0;
    margin-inline: 15px;
}

.partners .partner-box .item {
    border: 2px solid #0000001A;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border-radius: 15px;
    box-shadow: 12px 14px 17px 0 #AC111166;
    padding: 30px;
}

.partners .partner-box .item img {
    max-height: 140px;
}

/*************************************************************************************************************************************************************************/
/**** Start Footer ****/
/*************************************************************************************************************************************************************************/

footer {
    padding-top: 40px;
    background-color: var(--secondary-color);
    color: var(--white-color);
}

footer .box:first-of-type .logo {
    display: inline-block;
    margin-bottom: 10px;
}

footer .box:first-of-type .logo img {
    max-width: 300px;
}

footer .box:first-of-type .description {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 30px;
    text-align: justify;
}

footer .box:first-of-type .payments {
    margin-bottom: 15px;
}

footer .box:first-of-type .social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer .box:first-of-type .social p {
    font-size: 14px;
}

footer .box:first-of-type .social .social-box .icon {
    color: var(--white-color);
    margin-left: 10px;
    font-size: 20px;
}

footer .box:nth-of-type(2) .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
    width: 75%;
    margin-inline: auto;
}

footer .box:nth-of-type(2) ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 0;
    width: 75%;
    margin-inline: auto;
    margin-bottom: 0;
}

footer .box:nth-of-type(2) ul li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    width: 50%;
    padding-right: 20px;
}

footer .box:nth-of-type(2) ul li:before {
    background-color: var(--primary-color);
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

footer .box:nth-of-type(2) ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 15px;
}

footer .box:nth-of-type(2) ul li:hover a {
    text-decoration: underline;
}

footer .box:nth-of-type(3) img {
    max-height: 265px;
    border-radius: 20px;
    margin-right: auto;
    display: block;
}

footer .bottom-box {
    padding-block: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottom-box {

}

footer .bottom-box .item {
    font-size: 14px;
    font-weight: 600;
}

footer .bottom-box .item:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bottom-box .item:nth-of-type(2) img {
    max-width: 100px;
    display: inline-block;
    margin-inline: 10px;
}

footer .bottom-box .item:nth-of-type(2) span:nth-of-type(2) {
    margin-left: 10px;
    width: 2px;
    display: inline-block;
    height: 30px;
    background-color: var(--primary-color);
}

footer .bottom-box .item:last-of-type {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer .bottom-box .item:last-of-type a {
    text-decoration: none;
    color: var(--white-color);
}

footer .bottom-box .item:last-of-type a:hover {
    text-decoration: underline;
}

footer .bottom-box .item:last-of-type span {
    margin-inline: 10px;
    width: 0.5px;
    display: inline-block;
    height: 21px;
    background-color: white;
}
footer iframe {
    width: 100%;
    height: 200px;
}
footer .bottom-box .item:nth-of-type(2) span:nth-of-type(2) {
    margin-right: 10px;
    width: auto;
    display: inline-block;
    height: auto;
    background-color: transparent;
}
.slider .item__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px
}
.counter i {
    font-size: 26pt;
}
.video {
    display: flex;
    align-items: center;
    gap: 25px;
}
.video .video__image {
    width: 50%;
    border-radius:6px;
}
.video .video__image iframe {
    width: 100%;
    height: 300px;
    border-radius:6px;
}
.banner-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.banner-sec {
    position: relative;
}
.banner-sec a {
    display: flex !important
    ;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        border-radius: 12px;
        background-color: var(--primary-color);
        color: var(--white-color);
        padding-block: 10px;
        text-decoration: none;
}
.application__form h3 {
    font-size: 14pt;
    text-align: center;
    margin-bottom: 20px;
}
.form-group label {
    font-size: 10pt;
}
.form-group .form-control {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 17px;
    color: #979797;
    font-size: 11pt;
    font-weight: 500;
}
.form-group textarea.form-control {
    height: 160px;
    resize: none;
    padding: 15px;
}
.form-control:active,
.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.banner-sec p {
    color: white;
    margin: 0 !important;
    font-size: 14pt;
    text-align: center;
}
.modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    padding-top: 20px;
}
.modal-header h5 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-header p {
    color: #83919c;
    font-size: 11pt;
}
.modal-body {
    padding: 0 20px;
}
.input-icon svg {
    color: #9098b1;
    fill: #9098b1;
    width: 15px;
    height: 15px;
    right: 15px;
}
.input-icon .form-control {
    padding-right: 35px !important;
}
.modal-footer {
    border: none;
    padding: 10px 20px 25px;
    flex-direction: column;
}
.modal-footer .btn {
    width: 100% !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 12pt !important;
    padding: 12px !important;
    margin: 0 auto !important;
}
.modal-dialog {
    max-width: 525px !important;
}
.auth-switch label {
    color: #83919c;
    letter-spacing: 0;
}
.auth-switch label a {
    color: var(--primary-color);
    font-weight: 700;
    margin-right: 3px;
}
.modal {
    padding-right: 0 !important;
}
.input-icon i {
    /*left: 15px;*/
    color: #83919c;
    cursor: pointer;
}
.input-icon select {
    left: 10px;
    height: auto;
    border: none;
    color: var(--primary-color);
    font-weight: 700;
}
.input-icon select:active,
.input-icon select:focus,
.quick_dontation__button {
    outline: 0 !important;
    border: none !important;
}
.form-group label {
    font-size: 10pt;
}
.form-group .form-control {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 17px;
    color: #979797;
    font-size: 11pt;
    font-weight: 500;
}
.form-group textarea.form-control {
    height: 160px;
    resize: none;
    padding: 15px;
}
.form-control:active,
.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.btn-submit,
.btn-submit:active,
.btn-submit:focus,
.btn-submit:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    width: 100% !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 12pt !important;
    padding: 12px !important;
    margin: 0 auto !important;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 11pt;
}
.form-check input {
    margin: 0 !important;
}
.form-check-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.invalid .invalid-feedback {
    display: block !important;
    color: #e90e0e !important;
    font-weight: 700 !important;
}
.invalid .form-control {
    border-color: #e90e0e !important;
}
select.form-control {
    height: auto !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.input-icon i,
.input-icon select,
.input-icon svg {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.custom__btn span, .input-icon, .project__content, .project__item {
    position: relative;
}
.modal-header h5 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-dialog {
    max-width: 525px !important;
}
.application__form h3, .form-group label {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 1rem;
}
input[type='email'] {
    text-align: right;
}
.modal-header {
    padding-bottom: 5px;
}
.auth-switch, .share {
    margin: 15px 0 0;
}
.swal2-popup .swal2-styled,
.swal2-popup .swal2-title {
    font-family: Cairo, sans-serif !important;
}
.swal2-popup .swal2-styled {
    padding: 8px 32px !important;
    background: var(--primary-color) !important;
    border-radius: 6px !important;
    letter-spacing: 0 !important;
}
.swal2-popup .swal2-title {
    color: var(--primary-color) !important;
    font-size: 20px !important;
    margin: 5px 0 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}
#quickDonationModal .modal-header {
    flex-direction: row;
    justify-content: right;
    gap: 10px;
}
#quickDonationModal .modal-content {
    padding: 20px 50px;
}
#quickDonationModal .modal-dialog {
    max-width: 600px !important;
}
#quickDonationModal .quick_donation__input {
    background: #ededed;
    color: #000;
}
#quickDonationModal .quick_donation__input input {
    border-radius: 6px;
    background: 0 0;
}
#giftModal .modal-footer button.btn,
#quickDonationModal button.btn {
    padding: 10px 30px !important;
    font-size: 11pt !important;
    border-radius: 6px !important;
}
#quickDonationModal label {
    color: #707070;
    font-weight: 600;
}
#quickDonationModal .project__details {
    padding: 0;
    margin-top: 10px;
}
#quickDonationModal button.btn {
    display: inline-block;
    width: unset !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
#quickDonationModal .modal-footer {
    flex-direction: row;
    justify-content: right;
    align-items: flex-end;
}
#quickDonationModal .modal-footer a {
    margin-right: auto;
    color: var(--primary-color);
    font-size: 11pt;
    font-weight: 600;
}
.project__details {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.project__details li {
    background: 0 0;
    color: var(--primary-color);
    text-align: center;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 9.5pt;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}
.modal-header p {
    margin-bottom: 0;
}
.quick-donate-category select.form-control {
    padding: 4px 15px !important;
}
.quick_donation__input input {
    max-width: 150px !important;
}
.quick_donation__input span {
    flex: unset;
}
.quick_donation__input label {
    flex: unset;
    min-width: 92px;
}
.quick-donate-style span {
    flex: 1;
}
.quick-donate-category {
    margin: 0;
    padding: 7px 10px;
    flex: 1;
    min-width: 160px;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
.quick_donation__input {
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    display: flex;
    background: #fff;
    align-items: center;
}
.quick_dontation__button {
    background: var(--primary-color);
    border-radius: 0;
}
.quick_donation__input input {
    flex: 2;
    min-width: 80%;
    border: none;
    padding: 5px;
    margin: 0;
    color: #000;
    font-weight: 700;
}
.quick_donation__input label {
    flex: 1;
    padding: 10px 20px 10px 0;
    color: #707070;
    margin: 0;
    font-weight: 600;
}
.quick_donation__input span {
    flex: 1;
    padding: 10px;
    margin: 0;
    text-align: left;
    color: #707070;
    font-weight: 600;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input {
    outline:none !important
}
.project__inline_checkout {
    display: flex;
    align-items: center;
    padding: 0px 0px;
    gap: 10px;
    flex-wrap: wrap;
    width: auto
}

.project__inline_checkout .quick_donation__input,
.project__inline_checkout_item {
    /* flex: 1; */
}

.project__inline_checkout_item input {
    width: 50px;
    text-align: center;
    border: none !important;
    flex: 1;
    color: #83919c;
}

.project__inline_checkout_item {
    display: flex;
    align-items: center;
    border: 1px solid #979797;
    padding: 10px;
    border-radius: 6px;
}

.project__inline_checkout_item i {
    background: #979797;
    color: #fff;
    padding: 5px;
    font-size: 11pt;
    border-radius: 4px;
    flex: 1;
}
.qty-selector {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px
}

.qty-selector i {
    cursor: pointer;
}

.qty-selector input {
    max-width: unset !important;
    text-align: center;
    border-radius: 6px;
    width: fit-content;
    min-width: unset;
    width: 47px;
    flex: unset;
}
.flex-holder {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .donations .bottom-box .donation .content form {
    margin-top: auto;
}
.donations .bottom-box .donation .content a {
    color: initial;
}
.donations .bottom-box .donation {
    position: relative;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
}
.donations .bottom-box .donation .content {
    width: 100%;
    padding: 20px;
    position: relative;
    display: flex
;
    flex-direction: column;
    height: 100%;
}
.donations .bottom-box .donation {
    max-height: 490px;
} */
.donations .bottom-box .donation .content a {
    color: initial;
}
.donations .bottom-box .donation .content .donation-title {
    height: 22px;
}
.donations .bottom-box .donation .content .shares-box {
    height: 78px;
}
#giftModal .modal-header p {
    font-weight: 600;
}

#giftModal .form-group label {
    color: var(--secondary-color);
}

.gift-options {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.gift-options .form-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.gift-options .form-group label,
.rating-buttons li label {
    margin: 0;
    font-size: 11pt;
}

.gift-options .form-group .form-radio {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gift-options .form-check {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.gift-options .form-check label {
    margin: 0;
    font-weight: 700;
    font-size: 10pt;
}

#giftModal .modal-footer {
    justify-content: left;
    flex-direction: row;
    gap: 15px;
}

#giftModal .modal-footer button.btn {
    width: auto !important;
    margin-right: auto !important;
    margin-left: 0 !important;
}

#giftModal .modal-footer .cart__item {
    margin: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    gap: 10px;
    flex:1
}

#giftModal .modal-footer .cart__item .cart__qty {
    justify-content: right;
}

#giftModal .modal-footer .cart__item .cart__qty input {
    background: 0 0;
    width: 33px;
    padding: 3px 0;
    font-size: 11pt;
}

#giftModal .modal-footer .cart__item_price {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 10pt;
    text-align: right;
    background: #ededed;
    color: #707070;
    padding: 9px 15px;
    border-radius: 6px;
}

.send__date {
    display: none;
}
.cart__item {
    width: 100%;
    border-top: 10px solid var(--primary-color);
    background: #fff;
    border-radius: 6px;
    padding: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.cart__item .cart__item_column {
    flex: 1;
}

.cart__item_project {
    display: flex;
    align-items: center;
}

.cart__item_project img {
    height: 80px;
    object-fit: cover;
    width: 100px;
    border-radius: 6px;
}

.cart__item_project_info {
    padding: 10px 25px;
}

.cart__item_project_info h4 {
    font-size: 13pt;
    font-weight: 700;
}

.cart__item_project_info p {
    font-size: 11pt;
    font-weight: 500;
}

#giftModal .modal-footer .cart__amount,
.cart__item .cart__item_column_project {
    flex: 2;
}

.cart__qty {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.cart__qty input {
    width: 35px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    text-align: center;
    padding: 3px 0;
}

.cart__qty .cart__qty_action {
    color: var(--primary-color);
    font-size: 18pt;
    cursor: pointer;
    background: 0 0 !important;
    border: none !important;
    outline: 0 !important;
    padding: 0 !important;
}

.cart__item_price {
    font-weight: 700;
    text-align: center;
    font-size: 11pt;
}

.alert-warning,
.cart__item_remove {
    text-align: center;
}

.cart__item_remove .btn {
    background: #e23f5f !important;
    padding: 5px 15px !important;
    font-weight: 600;
}

.cart__empty {
    text-align: center;
    padding: 50px 0;
    color: gray;
    font-size: 13pt;
}

.cart__item_total_price {
    padding: 15px 10px;
}

.cart__item_total_price img {
    width: 100px;
    margin-right: 20px;
}
.gift-form img {
    display: block;
    max-height: 200px;
    margin: 10px auto;
}
.faqs .custom-accordion {
    border-radius: 12px;
    margin-bottom: 0;
    background-color: #f3f4f6;
    box-shadow: none;
    border: 2px solid var(--primary-color);
}

.faqs .custom-accordion .card-header {
    border-radius: 12px;
    background-color: transparent;
    border: none;
}

.faqs .custom-accordion .card-header .custom-toggle {
    color: var(--primary-color);
    font-weight: bold;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: right;
    padding: 10px 0;
    font-size: 18px;
}

.faqs .custom-accordion .card-header .custom-toggle:hover {
  text-decoration: none;
}

.faqs .custom-accordion .card-header .custom-toggle .toggle-icon {
    font-size: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.faqs .custom-accordion .card-body {
    font-weight: 600;
    line-height: 1.8;
}

.faqs .custom-accordion .card-body .link-btn {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 8px 20px;
}

.faqs .custom-accordion .card-body .link-btn:focus {
box-shadow: none;
}
.custom-accordion .card-body p {
    margin: 0;
}
.side-menu-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.side-menu-wrapper .open-button {
    border-radius: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--primary-color);
    font-size: 25px;
    background-color: #ffffff;
    box-shadow: -1px 1px 3px #000000;
    border: 1px solid #919191;
}

.side-menu-wrapper .box {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
    box-shadow: 1px 1px 10px #000000;
}

.side-menu-wrapper .box .close-button {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
}

.side-menu-wrapper .box ul {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.side-menu-wrapper .box ul li {
    padding-block: 10px;
    border-bottom: 1px solid var(--secondary-color);
}

.side-menu-wrapper .box ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.side-menu-wrapper .box ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.side-menu-wrapper .box ul li a i {
    font-size: 30px;
    color: var(--primary-color);
}
.donations .top-box .right .cats {
    flex-wrap: wrap;
    gap: 5px;
    flex:1
}
.donations .bottom-box .donation .content .donation-title {
    /* overflow: hidden; */
}
.donations .bottom-box .donation .content .shares-box .owl-stage {
    width: max-content !important;
}
.copy-link {
    color: white !important;
}
@media (max-width: 991px) {
    .videos-sec .videos-box .video .item {
        width: 100%;
    }
    .video .video__image {
        width: 100%;
    }
    .video {
        flex-wrap: wrap;
    }
}
.videos-sec .videos-box .video .item .box {
    max-height: 400px;
    overflow-y:auto
}
/* Custom scrollbar styles */
::-webkit-scrollbar {
    width: 12px;
    background-color: var(--secondary-color)
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);
}
.testimonials .testimonials-box .description {
    height: 100px !important;
    overflow: hidden;
}
.testimonials .testimonials-box .owl-item.center .testimonial .description {
    height: auto;
}
#hello_bar {
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    padding: 10px 30px 10px 100px;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #ffffff;
    font-size: 14px;
}
#hello_bar img {
    height: 25px;
    width: auto;
}

#hello_bar .hb-close-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

#hello_bar .hb-close-wrapper a {
    color: #ffffff;
}
.whatsapp-floater {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    /* padding: 10px 15px; */
    width: 55px;
    height: 55px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}

.whatsapp-floater i {
    color: white;
    font-size: 23pt;
    line-height: 0;
}
.donations .bottom-box .donation .content .donation-title {
    color: white;
    text-align: center;
    padding: 10px;
    height: 42px;
    background: var(--primary-color);
    border-radius: 6px;
}
.donations .bottom-box .donation .content .donation-description {
    text-align: center;
}
.page-banner .page__image {
    width: 100%;
    height: 235px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(17, 29, 43, 0.20);
    background-position: center;
}
.mysr-form-warn-icon, .mysr-form-footer {
    display: none !important;
}

.page__breadcrumb {
    background: transparent;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.page__breadcrumb li:first-child a {
    font-weight: 500;
}

.page__breadcrumb li a {
    color: #707070;
    font-size: 13pt;
    font-weight: 500;
    display: flex
;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}
.page__breadcrumb li.active a {
    color : var(--primary-color);
}
header .top-nav .left-box a:hover {
    color:var(--primary-color)
}
.tooltip.show {
    opacity:1 !important
}
.tooltip .tooltip-inner {
    background:white !important;
    color: var(--primary-color) !important;
    font-family: 'Cairo', sans-serif !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #efefef !important; 
    /* background:white !important; */
}
.tooltip.top .tooltip-arrow:before {
      border-bottom-color: white !important; 
       /* background:white !important; */
}
.donations .bottom-box .donation .content form .actions .btn i.fa-heart {
    animation: pulse 0.9s infinite;
    margin-left:10px
}
.donations .bottom-box .donation .image-box .sharing-box {
    direction: ltr;
}
.donations .bottom-box .donation .image-box .sharing-box .link {
    display: inline-block;
}
.donations .bottom-box .donation .image-box .sharing-box .link:hover svg path {
    fill: var(--primary-color);
    /* color: var(--primary-color); */
}
.videos-sec .videos-box .item-box {
    padding-bottom: 50px;
    background: white;
}
.videos-sec .videos-box .item-box .overlay {
    max-height: 550px;
}
.videos-sec .videos-box .item-box .video-header {
    padding-bottom: 20px;
        border-bottom: 2px solid rgba(255,255,255,0.2);
}
.videos-sec .videos-box .video .item .title {
    margin-left:auto;
    padding-bottom: 0px;
    border-bottom: none;
}
.videos-sec .videos-box .item-box .video-header .social-share {
    display: flex;
    align-items: center;
    margin-right:auto;
    gap:10px
}
.videos-sec .videos-box .item-box .video-header .social-share a {
    border-left: 2px solid rgba(255,255,255,0.2);
    padding-left: 10px;

}
.videos-sec .videos-box .item-box .video-header .social-share a:last-child {
    border-left: none;
}
.videos-sec .videos-box .item-box .video-header .social-share a svg {
    width: 25px;
    height: auto;
}
.counters .title {
    font-size: 20px;
    font-weight: 700;
}
.counters .description {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    margin-bottom: 22px;
}
.counters .counters-box .counter .icon-box svg {
    transition: 0.8s ease-in-out;
}
.counters .counters-box .counter:hover .icon-box svg {
    transform:  translateX(0%) scale(2) translateY(20%);
    
}
