* {
    margin: 0;
    padding: 0;
    font-family: 'arabbook';
}

@font-face {
    font-family: 'arabbook';
    src: url('./fonts/SomarRounded-Regular.ttf');
}

@font-face {
    font-family: 'arabbold';
    src: url('./fonts/SomarRounded-Bold.ttf');
}

:root {
    --swiper-navigation-size: 12px !important;
}

h1,
h2 {
    font-family: 'arabbold';
}

body {
    background-color: #E8E8E8;
}

.navbar-collapse {
    flex-basis: auto !important;
    flex-grow: 0 !important;
    align-items: center;
}

ul.dropdown-menu.show {
    border-radius: 0 0px 10px 10px;
    margin-top: 22px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    color: #01A65A !important;
    background-color: #FAFAFB;
    border-radius: 26px;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #ffffff00 !important;
}

.donation_but {
    border-radius: 26px;
    border: 1px solid #01A65A;
    color: #01A65A;
    background-color: #ffffff00;
    width: 120px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}

.donation_but:hover {
    border: 1px solid #01A65A;
    color: #ffffff;
    background-color: #01A65A;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: space-between;
}

.dropdown-item:hover {
    color: #01A65A !important;
}

.nav_search_but {
    border: none;
    background-color: #ffffff00;
    color: #A6A6A6;
}

.nav-link {
    color: #737373 !important;
}

.search_pop {
    z-index: 999999999999999999;
    position: fixed;
    width: 100%;
    background-color: #01A65A;
}

.searchDiv_center {
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 999999999999999999;
    justify-content: center;
}

.dropdown-toggle::after {
    content: none !important;
}

#searchDiv {
    display: none;
    width: 100%;
    margin: 0 auto;
    z-index: 9999999999999999999;
}

.search_div {
    padding: 30px;
    width: 60%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 0 0px 10px 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

#closeButton {
    padding: 4px;
    background-color: #ffffff00;
    border-left: 0px solid #6c6c6c;
    border-right: 1px solid #E8E8E8;
    border-bottom: 0px solid #6c6c6c;
    border-top: 0px solid #6c6c6c;
}

.fluid_div {
    width: 80% !important;
}

.inp_search {
    border: none;
    width: 80%;
}

.inp_search:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.a_suggestions_sec_div {
    display: flex;
    flex-direction: column;
    gap: 12PX;
}

.suggestions_sec {
    padding: 10px 0px;
}

.a_suggestions_sec {
    text-decoration: none;
    color: #000000;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #00000087 !important;
    text-decoration: none;
    background-color: #aa9d9d00 !important;
}


/* ////////////////silder/////////////// */

.main_silder {
    width: 100%;
    margin-top: 88px;
    height: 680px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    width: 100%;
}

.swiper-slide {
    width: 100%;
    height: auto;
    text-align: start;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layer_style {
    width: 100%;
    height: 100%;
    /* padding: 20px 10%; */
    /* display: flex;
justify-content: flex-start;
align-items: center; */
    /* background-image: url(../imges/img1.png);
    background-repeat: no-repeat;
    background-size:cover; */
}

.cont_imgg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 230px;
    right: 0;
    color: white;
    padding: 10px;
}

.layer_content {
    max-width: 560px;
    padding: 10px 10% 10px 10px;
    color: #FFFFFF;
}

.layer_content p {
    padding: 20px 0;
}

.doinet_a {
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 28px;
    padding: 15px 60px;
    color: #FFFFFF;
}

.doinet_a:hover {
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    color: #01A65A;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}


/* .swiper-pagination-bullet-active::after {
border: 1px solid #FFFFFF !important;
height: 10px;
display: block;
width: 100%;
padding: 2px;
border-right: 1px white;
content: '';
} */


/* .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 1;
    background-color: ;
    border: 1px solid red ;
  } */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 80px) !important;
}

.swiper-pagination-bullet {
    background: #FFFFFF !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    height: 0px !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: end;
}


/* ////////////AboutUs////////////// */

.main_AboutUs {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.AboutUs_content {
    max-width: 470px;
    min-width: 340;
    margin-top: 60px;
}

.image_2 {
    width: 550px;
    ;
    height: 400px;
    position: relative;
    left: 24px;
    bottom: 24px;
    border: 3px solid #00A651;
    border-radius: 20px;
}

.dots {
    background-image: url('../../imges/dots.png');
    background-repeat: no-repeat;
    background-size: 176px 164px;
    background-position: 0px 0px;
}

.mine_dots .swiper-pagination-bullet {
    background-color: #FFFFFF !important;
}

.mine_dots .swiper-pagination-bullet-active {
    outline: 1.7px solid #ffffff !important;
    border: 1.3px solid #b3ff0000 !important;
}

.img_AboutUs {
    width: 550px;
    ;
    height: 400px;
    margin-top: 60px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
}

.about_topics {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.about_icon {
    width: 64px;
    height: 64px;
    border: 1px solid #E8E8E8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blac_text_about {
    font-size: 20px;
    font-family: 'arabbold';
    margin: 0 !important;
}

.graa_text_about {
    max-width: 350px;
    font-size: 14px;
    color: #737373;
    margin: 0 !important;
}

.sec21 {
    width: 26px;
    height: 26px;
}


/* ///////////////number////////// */

.main_numbers {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.num_div {
    width: 100%;
    height: auto;
    padding: 29px 0;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
}

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

.cercle_2 {
    background-color: #ffffff;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    display: flex;
    border: 1px solid #E8E8E8;
    justify-content: center;
    align-items: center;
}

.cercle_1 {
    background-color: #FAFAFB;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    border: 1px solid #E8E8E8;
    justify-content: center;
    align-items: center;
}

.num_num {
    color: #01A65A;
    font-size: 32px;
    margin: 0 !important;
}


/* ////////////projects///////////// */

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

.main_projects {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.card_wid {
    row-gap: 10px !important;
}

.projects_div_topic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.project_card {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    width: 274.5px;
    height: 295px;
    display: flex;
    padding: 5px;
    overflow: hidden;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}

.project_card:hover {
    border: 1px solid #01A65A;
    border-radius: 24px;
}

.project_card_img {
    width: 264.5px;
    border-radius: 20px;
    height: 170px;
}

.donation_card_but {
    border-radius: 26px;
    border: 1px solid #01A65A;
    color: #01A65A;
    background-color: #ffffff00;
    width: 120px;
    height: 44px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donation_card_but:hover {
    border: 1px solid #01A65A;
    color: #ffffff;
    background-color: #01A65A;
}

.project_card_topic {
    margin: 0 !important;
    font-family: 'arabbold';
}

.project_card img {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

.project_card:hover img {
    transform: scale(1.1);
}

.projects_graa {
    font-size: 16px;
    color: #737373;
}

.figure_card_img {
    overflow: hidden;
    border-radius: 24px;
}


/* //////////CTA//////// */

.main_CTA {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.CTA_div {
    width: 100%;
    height: auto;
    padding: 0px 0;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
}

.CTA_content {
    height: 100%;
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    justify-content: center;
}

.CTA_content h4 {
    padding-bottom: 10px;
    font-family: 'arabbold';
}

.CTA_div_img {
    width: 451px;
    height: 280px;
    border-radius: 0 24px 24px 0;
}

.CTA_content_p {
    font-size: 14px;
    color: #737373;
}

.CTA_CTA {
    color: #01A65A;
    font-size: 32px;
    margin: 0 !important;
}

.CTA_card_but {
    border-radius: 26px;
    border: 1px solid #01A65A;
    color: #01A65A;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff00;
    width: 200px;
    height: 56px;
}

.CTA_card_but:hover {
    border: 1px solid #01A65A;
    color: #ffffff;
    background-color: #01A65A;
}


/* ////////////////news/////////////// */

.main_news {
    width: 100%;
    background-color: #FAFAFB;
}

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

.news_div {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.card_wid {
    row-gap: 10px !important;
}

.news_div_topic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.news_card {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    width: 375px;
    height: auto;
    display: flex;
    padding: 0px;
    overflow: hidden;
    flex-direction: column;
    gap: 0px;
}

.news_card_a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #FAFAFB;
    color: #01A65A;
    width: 150px;
    text-align: center;
    justify-content: center;
    padding: 7px 15px;
    transition: transform 1s, filter .5s ease-out;
    border-radius: 18px;
    margin-top: 20px;
}

.news_content {
    padding: 0px 15px 15px 15px;
}

.news_card:hover {
    border: 1px solid #01A65A;
}

.news_card_img {
    width: 374px;
    border-radius: 20px 20px 0 0;
    height: 220px;
}

.news_card img {
    transition: transform 1s;
    filter: .5s ease-out;
}

.news_card:hover img {
    transform: scale(1.1);
}

.news_card:hover .news_card_a {
    margin-right: 10px;
}

.news_graa {
    font-size: 16px;
    color: #737373;
}

.news_card_graa {
    font-size: 14px;
    color: #737373;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 80px;
}

.news_card_graa+p+p {
    font-size: 14px;
    color: #737373;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_card_topic {
    text-align: start;
    font-family: 'arabbold';
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.figure_news_card_img {
    width: 100%;
    overflow: hidden;
    border-radius: 24px 0 0 0;
}


/* ////////////////Videos/////////////// */

.main_Videos {
    width: 100%;
    background-color: #FAFAFB;
}

.Videos_div {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.Videos_div_topic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.Videos_card {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    width: 375px;
    height: auto;
    display: flex;
    padding: 0px;
    overflow: hidden;
    flex-direction: column;
    gap: 0px;
}

.Videos_figure {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: relative;
    display: inline-block;
}

.Videos_figure_s {
    height: 213px;
}

.Videos_figure_l {
    height: 450px;
}

.Videos_figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.553);
    opacity: 0.5;
    /* Adjust the opacity as needed */
    z-index: 1;
    border-radius: 24px;
}

.Videos_figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.6;
    /* Adjust the opacity as needed */
    z-index: 1;
    border-radius: 24px;
}

.Videos_figure:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.553);
    opacity: 0;
    /* Adjust the opacity as needed */
    z-index: 1;
    border-radius: 24px;
}

.image-text {
    position: absolute;
    bottom: 0%;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

.gap_video_x {
    row-gap: 17px;
}

.Videos_img {
    width: 100%;
    height: 450px;
    border-radius: 24px;
}

.video_topic_p {
    margin: 0px !important;
    font-size: 20px;
}

.video_des_p {
    margin: 0px !important;
    font-size: 16px;
}

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

.svg_vdieo_style {
    margin-top: 22px;
}

.Videos_img_s {
    width: 100%;
    height: 213px;
    border-radius: 24px;
}

.video_topic_p_s {
    margin: 0px !important;
    font-size: 20px;
}

.video_des_p_s {
    margin: 0px !important;
    font-size: 16px;
}

.Videos_graa {
    font-size: 16px;
    color: #737373;
}


/* ////////////////Sound/////////////// */

.main_Sound {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.Sound_div {
    width: 100%;
    background-image: url('../../imges/Group.png');
    background-repeat: no-repeat;
    background-size: 100% 220px;
    padding: 20px 30px 10px;
}

.Sound_div .arrow_dev {
    top: -150px;
}

.Sound_div .swiper-slide {
    border-radius: 22px;
}

.Sound_div .Sound_figure {
    width: 100%;
    aspect-ratio: 120 / 80;
}

.Sound_div .arrow_dev .swiper-button-prev1,
.Sound_div .arrow_dev .swiper-button-next1 {
    background-color: #ffffff !important;
}

.Sound_div .arrow_dev .swiper-button-prev1,
.Sound_div .arrow_dev .swiper-button-next1 {
    background-color: #ffffff !important;
}

.Sound_div .arrow_dev svg {
    filter: invert(45%) sepia(34%) saturate(3626%) hue-rotate(125deg) brightness(90%) contrast(99%);
}

.sond_row_center {
    padding-top: 10px;
    justify-content: center;
    row-gap: 14px;
}

.sonde_card_center {
    display: flex;
    justify-content: center;
    border-radius: 22px;
}

.Sound_topic {
    display: flex;
    justify-content: space-between;
}

.Sound_topic_p {
    color: #FFFFFF;
    font-size: 32px !important;
}

.Sound_figure {
    width: 246.5px;
    height: 180px;
    border-radius: 24px;
    position: relative;
    display: inline-block;
}

.image_Sound_text {
    position: absolute;
    bottom: 0%;
    right: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
}

.gap_video_x {
    row-gap: 17px;
}

.Sound_img_s,
.Sound_img_s iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 2.3px solid #E8E8E8;
}

.Sound_topic_p_s {
    margin: 0px !important;
    font-size: 20px;
}

.Sound_des_p_s {
    margin: 0px !important;
    font-size: 16px;
}


/* ////////////////Testimonials/////////////// */

.main_Testimonials {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.Testimonials_div {
    width: 100%;
}

.Testimonials_div_topic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.Testimonials_graa {
    color: #737373;
    font-size: 16px;
}

.swiper2 {
    width: 100%;
    height: 100%;
}

.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slideimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_card_Testimonials {
    width: 100% !important;
    border: 0px solid #E8E8E8;
    border-radius: 24px;
    padding: 47px;
    justify-content: center;
    align-items: center;
}

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

.Testimonials_card_black {
    font-size: 20px;
}

.Testimonials_card_green {
    font-size: 14px;
    color: #01A65A;
}

.Testimonials_card_graa {
    font-size: 14px;
    color: #737373;
}

.all_card {
    width: fit-content !important;
    background-color: #FAFAFB !important;
}

.green_carcel {
    border: 1.5px solid #01A65A;
    border-radius: 100%;
    padding: 5px;
    width: 98px;
    background-color: #FFFFFF;
    position: relative;
    right: 114px;
    top: 45px;
    height: 98px;
}

.green_carcel_img {
    width: 88px;
    height: 88px;
}

.card_Testimonials {
    max-width: 860px;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.swiper-pagination-bullet {
    background: #01A65A !important;
}

.arrow_dev {
    display: flex;
    position: relative;
    justify-content: space-between;
    bottom: 300px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255) !important;
    bottom: 180px;
    font-size: 12px !important;
    border-radius: 50%;
    line-height: 35px;
    background: white;
    font-weight: bold !important;
    /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -17px !important;
    /* left: auto; */
}

.swiper-button-next,
.swiper-button-prev {
    position: none !important;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 40px !important;
    height: 40px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    background-color: #00A651 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-pagination2 {
    position: relative !important;
    text-align: center;
    bottom: -5px !important;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-wrapper2 {
    height: 435px !important;
}


/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    height: 74px !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: end;
} */


/* .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,62%) !;
    width: 0%;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
} */

.swiper-pagination23 .swiper-pagination-bullet-active {
    outline: 2px solid #00A651 !important;
    border: 1px solid #ffffff !important;
}


/* ////////////////Recommendations/////////////// */

.Recommendations_card_img {
    width: 100%;
    border-radius: 20px !important;
    height: 220px;
}

.Recommendations_card {
    background-color: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    width: 375px;
    height: auto;
    display: flex;
    padding: 5px;
    height: calc(100% - 20px);
    overflow: hidden;
    flex-direction: column;
    gap: 0px;
}

.Recommendations_card img {
    transition: transform 1s;
    filter: .5s ease-out;
}

.Recommendations_card:hover img {
    transform: scale(1.1);
}

.Recommendations_card:hover .news_card_a {
    margin-right: 10px;
}


/* ////////////////FAQ/////////////// */


/* .qa-section */

.qa-section {
    padding-top: 100px;
    position: relative;
    background-color: #FAFAFB;
}

.content {
    border: 1px solid #E8E8E8;
    background-color: rgb(255, 255, 255);
    padding: 80px 135px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.cs-accordion .card_card {
    /* border-radius: 34px; */
    border-bottom: 1px solid #E8E8E8;
    /* background-color: ; */
    margin-bottom: 1rem;
    padding: 8px 24px 10px;
}

.cs-accordion .card_card .btn {
    text-align: start;
    width: 100%;
    text-decoration: unset;
    border: none;
    outline: none;
    font-family: 'arabbold';
    box-shadow: none;
    color: var(--blackColor);
    padding: 0;
}

.cs-accordion .card_card .btn:not(.collapsed) {
    color: #01A65A;
}

.cs-accordion .card_card .btn.collapsed~.hide {
    display: none;
}

.cs-accordion .card_card .btn~.hide {
    display: block;
}

.cs-accordion .card_card .btn~.show {
    display: none;
}

.cs-accordion .card_card .btn.collapsed~.show {
    display: block;
}

.cs-accordion .card-header {
    background-color: transparent;
    border: none;
}

.cs-accordion .card_card .card-body {
    font-size: 14px;
    color: #737373;
    margin-top: 0;
    padding-top: 0;
    padding-left: 60px;
}

.qa-section .contact-us {
    margin-top: 32px;
    text-align: center;
}

.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qa-section .contact-us h4 {
    font-size: 24px;
    font-family: 'arabbold';
    color: var(--blackColor);
}

.qa-section .contact-us p {
    font-size: 14px;
    color: #737373;
    width: 50%;
}

.titel {
    text-align: center;
}

.cs-btn-2 {
    border-radius: 26px;
    color: #01A65A;
    border: 1px solid #01A65A;
    padding: 10px 57px 12px;
    text-decoration: none;
    margin-top: 10px;
    font-family: 'arabbold';
}

.cs-btn-2:hover {
    background-color: #01A65A;
    color: white;
}

.card-body {}


/* .qa-section .content::before {
    content: '';
    position: absolute;
    background-color: #DBFDFF;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(120px);
    left: 40px;
    top: 140px;
    z-index: -1;
  }
   */


/* .qa-section .content::after {
    content: '';
    position: absolute;
    background-color: #DBFDFF;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(120px);
    right: 40px;
    bottom: 60px;
    z-index: -1;
  }
   */


/* ./qa-section */


/* ///////////////Partners////////////// */

.main_Testimonials {
    width: 100%;
    padding: 75px 0 45px;
    background-color: #FAFAFB;
}

.Testimonials_div {
    width: 100%;
}

.Testimonials_div_topic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.Testimonials_graa {
    color: #737373;
    font-size: 16px;
}

.swiper2 {
    width: 100%;
    height: 100%;
}

.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slideimg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_partners {
    width: 110px !important;
    height: 110px !important;
    object-fit: contain !important;
}

.Partners_all_card {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 214.8px !important;
    height: 150px !important;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    padding: 47px;
    margin-left: 10px !important;
}

.swiper-wrapper3 {
    height: 230px !important;
}

.swiper-pagination33 .swiper-pagination-bullet-active {
    outline: 2px solid #00A651 !important;
    border: 1px solid #ffffff !important;
}

.swiper-pagination33 {
    transform: translateY(50px) !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: ''!important;
}


/* ////////////////footer/////////////// */

footer {
    border-top: 1px solid #E8E8E8;
}

.foot-style {
    width: 100%;
}

.imgfot {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    background-color: #FFFFFF;
    /* background-size:100% 100%; */
    display: flex;
    flex-direction: column;
    background-image: url('../../imges/Blur.png');
    justify-content: center;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
}

.foot-icon {
    width: 50px;
    height: 50px;
    background-color: #00A651;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fote_des {
    padding-top: 20px;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.input_login {
    border: none;
    text-align: right;
    background-color: rgba(240, 248, 255, 0);
}

.input_login:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.media-control {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.media-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border-width: 1px;
    border-color: aliceblue;
    border-style: solid;
}

.rowww {
    display: flex;
    gap: 5px;
    margin-right: 7px;
}

.button_login {
    background-color: #00A651;
    border: none;
    height: 46px;
    width: 110px;
    margin-left: 6px;
    border-radius: 20px;
    color: aliceblue;
}

.tpoic_div {
    width: 170px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 10px;
}

.fot_a_pages {
    text-decoration: none;
    color: #000000;
}

.topic_fot {
    color: #00A651;
}

.email-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #E8E8E8;
    background-color: rgb(255, 255, 255);
}

.foot-end {
    background-color: #ffffff;
    width: 90%;
    border-top: 1px solid #E8E8E8;
    height: 50px;
    display: flex;
    color: #737373;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.text-center {
    text-align: start!important;
}

.start2 {
    width: 100%;
}


/* //////////////modal/////////////// */

.modal-header {
    border-bottom: none !important;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

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

.model_topic {
    color: #151515;
    font-size: 24px;
    padding-top: 10px;
    margin: 0;
}

.model_p {
    font-size: 16px;
    color: #151515;
    padding-top: 10px;
}

.modat_but {
    color: #ffffff;
    background-color: #01A65A;
    border: 1px solid #01A65A;
    padding: 15px 35px;
    margin-bottom: 10px;
    border-radius: 28px;
    width: 250px;
}

.modat_but:hover {
    background-color: #0A8F3B;
}

.close_model_but {
    background-color: #0D0D0D;
    border-radius: 100%;
    width: 44px;
    z-index: 9999999;
    height: 44px;
    position: relative !important;
    bottom: 20px;
    right: 20px;
    border: 2px solid #ffffff;
}

.model_img {
    width: 100%;
    max-height: 1000px;
}

.modal-dialog {
    max-width: 770px !important;
    margin-left: auto;
    margin-right: auto;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px !important;
}

@media only screen and (max-width: 1120px) {
    .image_2 {
        width: 478px;
        height: 383px;
        position: relative;
        left: 24px;
        bottom: 24px;
        border: 3px solid #00A651;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .CTA_div_img {
        width: 100%;
        height: 280px;
    }
    .fluid_div {
        width: 100% !important;
    }
    .card_wid {
        gap: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 45% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 45% !important;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 24px) !important;
    }
    .swiper-wrapper2 {
        height: 546px !important;
    }
    .CTA_div_img {
        width: 100%;
        height: 280px;
        border-radius: 24px;
    }
    .wqwq {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tnum {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 985px) {
    .navbar-collapse {
        padding: 73px 0px 10px;
        flex-basis: 100% !important;
        flex-grow: 1 !important;
    }
    .navbar-nav-scroll {
        max-height: none !important;
        overflow-y: none !important;
    }
    .main_card_Testimonials {
        width: 100% !important;
        border: 0px solid #E8E8E8;
        border-radius: 24px;
        padding: 47px;
    }
    .card_wid {
        gap: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .arrow_dev {
        display: flex;
        position: relative;
        justify-content: space-between;
        bottom: 300px;
    }
    .content {
        padding: 15px 35px;
    }
    .swiper-wrapper2 {
        height: auto !important;
    }
    .fote_des {
        display: flex;
        gap: 0px;
        justify-content: center;
    }
    .xsw {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .foot-end {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .navbar-collapse {
        padding: 73px 0px 10px;
        flex-basis: 100% !important;
        flex-grow: 1 !important;
    }
    .content {
        padding: 15px 15px;
    }
    .cs-accordion .card_card {
        /* border-radius: 34px; */
        border-bottom: 1px solid #E8E8E8;
        margin-bottom: 1rem;
        padding: 8px 14px 10px;
    }
    .arrow_dev {
        display: flex;
        position: relative;
        justify-content: space-between;
        bottom: 300px;
    }
    .fluid_div {
        width: 100% !important;
    }
    .email-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 300px;
        height: 56px;
        border-radius: 28px;
        border: 1px solid #E8E8E8;
        background-color: rgb(255, 255, 255);
    }
    .button_login {
        background-color: #00A651;
        border: none;
        height: 46px;
        width: 70px;
        margin-left: 6px;
        border-radius: 20px;
        color: aliceblue;
    }
    .search_div {
        padding: 30px;
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        flex-direction: column;
        border-radius: 0 0px 10px 10px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }
    .image_2 {
        width: 350px;
        ;
        height: 240px;
        left: 0px;
        bottom: 0px;
    }
    .img_AboutUs {
        width: 350px;
        height: 240px;
    }
}

nav .navbar-brand svg {
    transition: 0.3s;
}

nav.header-scrolled .navbar-brand svg {
    width: 80px;
    height: 80px;
    padding: 0;
    top: 3px;
}