

body {
  /*outline: 5px solid red !important;*/
}


:root {
  --summary-color: #868681;
  --summary-color: #72726Es;
  --regular-font: "Zain-Regular", sans-serif;
  --summary-fz: 17px;
  
  --gdd-membership-back-color: #fff;
}


@font-face {
  font-family: 'Zain-Bold';
  src: url('../fonts/Zain-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zain-Regular';
  src: url('../fonts/Zain-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



h1, h2, h3, h4, h5, h6{
    font-family: 'Zain-Bold', sans-serif;
}

.zain_regular {
    font-family: 'Zain-Regular', sans-serif  !important;
    direction: rtl;
}

.zain-bold {
    font-family: 'Zain-Bold', sans-serif  !important;
}


.reg-font-dv{
    font-family: var(--regular-font);
    color: var(--summary-color);
    font-size: var(--summary-fz);
}


.text, .text p{
    font-family: var(--regular-font) !important;
}


.text-justify{
    text-align: justify;
}

.text-right{
    text-align: right !important;
}

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


.date p{
    font-family: var(--regular-font) !important;
}

.detail-list a{
    font-family: var(--regular-font) !important;
    padding-right: 15px !important;
}

.categories button{
    font-family: var(--regular-font) !important;
}

.content p{
    font-family: var(--regular-font) !important;
}

.tag p{
    font-family: var(--regular-font) !important;
}

.category {
    font-family: var(--regular-font) !important;
}




.join-us a, a.e-primary-btn{
    padding-right: 10px !important;
    font-family: var(--regular-font) !important;
}




.dir-rtl{
    direction: rtl;
}


.dir-ltr{
    direction: ltr;
}


.donate-home-panel-number{
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    flex:1;
    border-left: 1px solid rgb(248, 247, 240);
    border-right: 1px solid rgb(248, 247, 240);
    
}

.donate-home-panel-number a{
    color: white;
}

.donate-home-panel-number a:hover{
    transition: 0.6s linear;
    color: var(--theme-color-2);
}


.my-hero-slider-social-donate {
  position: absolute;
  left: 2px;
  bottom: 50%;
  z-index: 999;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  transform: translateY(50%);
  
  background: var(--theme-color-3);
  
  padding: 15px 15px;
}

.my-hero-slider-social-donate:hover{
    background: var(--theme-color-2);
}

.my-hero-slider-social-donate .text {
  transform: rotate(-180deg);
  width: auto;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.my-hero-slider-social-donate a{
    color: white;
}

.my-hero-slider-social-donate a:hover{
    color: var(--theme-color-3);
}

.a_btn1{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    color: var(--body-color);
    padding: 0px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 69, 64, 0.1);
    border-image: initial;
    border-radius: 88px;
    background: transparent;
    transition: 0.3s linear;
    
    font-family: var(--regular-font) !important;
    
    margin-bottom: 5px;
    
}

.a_btn1:hover {
  background: var(--theme-color-2);
  color: var(--theme-color-3);
  border-color: var(--theme-color-2);
}

.file_download{
    font-size: var(--summary-fz);
    padding: 5px 15px 5px 15px ;
    
    background: rgb(0, 69, 64);
    color: white;
}

.a_btn1:active {
    background-color: #0056b3;
    color: red;
}



.a_btn2{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: var(--body-color);
    padding: 2px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 69, 64, 0.1);
    border-image: initial;
    border-radius: 88px;
    background: transparent;
    transition: 0.3s linear;
    
    font-family: var(--regular-font) !important;
    
    margin-bottom: 5px;
    
}




.breadcrumb-nav-ar ul li:after {
  /*content: "\f178";*/
  content: "\f177";
/*  font-family: var(--icon-font);
  font-weight: 400;
  margin-right: 8px;
  margin-left: 10px;*/
}


.partner-1 {
  
  /*background-color: var(--theme-color-3);*/
  background-color: var(--gdd-membership-back-color);
  border: 1px solid var(--theme-color-2);
  
}

body {
  /*font-family: var(--dm-sans-font);*/
  font-family: var(--regular-font) !important;
}

.footer-widget .w-title{
    font-family: var(--regular-font) !important;
}



.home-project-details{
    display: none;
    transition: all 2.3s ease;
}

.home-project-details.show-details {
    display: block;
    transition: all 2.3s ease;
}

.home-project-arrow-up{
    display: none;
    transition: all 2.3s ease;
}

.home-project-arrow-up.show-details {
    display: block;
    transition: all 2.3s ease;
}


.home-project-arrow-down{
    display: block;
}

.home-project-arrow-down.show-details {
    display: none;
    transition: all 2.3s ease;
}









.blog-card-5 .content .blog-info p a{
  color: var(--body-color);
}

.blog-card-5 .content .blog-info p a:hover{
    transition: 0.6s linear;
  color: var(--theme-color-3);
}


.project-card .thumb .content h5{
    font-size: 10px;
    line-height: 36px;
}


.breadcrumb-title h2 {
  font-size: 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h2 {
    font-size: 30px;
  }
}



.hero-content-1 .title h1 {
  font-style: normal;
  font-weight: 600;
  /*font-size: 80px;*/
  font-size: 50px;
  line-height: 82px;
  color: var(--light-color);
}


.hero-side {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
/*  padding-top: 344px;*/
  padding-top: 100px !important;
  padding-bottom: 244px;
}



.camping-card .thumb .category2 {
  position: absolute;
  top: 70px;
  left: 20px;
}
.camping-card .thumb .category2 span {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.01);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 4px 11px rgba(255, 255, 255, 0.4), inset -1px -4px 23.1px rgba(0, 24, 25, 0.28);
  backdrop-filter: blur(23.9px);
  border-radius: 53px;
  color: var(--white-color);
}
.camping-card .thumb .category2 span:hover {
  color: var(--theme-color-3);
  background: var(--white-color);
}







.number-input {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.number-input button {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 20px;
    
/*    background: #0d6efd;
    color: #fff;*/
}

.number-input input {
    width: 70px;
    width: 100%;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
}

.number-input button:hover {
    background: #e0e0e0;
}









.slider-wrapper {
    width: 300px;
    margin: 20px 0;
}

input[type="range"] {
    width: 100%;
    height: 6px;
    background: linear-gradient(
        to right,
        #0d6efd 0%,
        #0d6efd 0%,
        #ddd 0%
    );
    border-radius: 5px;
    outline: none;
    appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #0d6efd;
/*    background: #f8f7f0;*/
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #0d6efd;
    border-radius: 50%;
    cursor: pointer;
}

.slider-value {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}




.mytestspan{
    color: red !important;
}






@media (min-width: 1400px) {

  .hero-side {
      padding-bottom: 80px;
    }
    
   .my-swiper-slide{
        height: 580px;
    }

}



@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-content-1 .title h1 {
    font-size: 48px !important;
    line-height: 1.1;
  }
  
  .mytestspan{
    color: blue !important;
  }
  
  .hero-side {
      padding-bottom: 130px;
    }
    
  .my-swiper-slide{
        height: 550px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .title h1 {
    /*font-size: 68px;*/
    font-size: 35px !important;
    line-height: 1.2;
  }
  
  .mytestspan{
    color: green !important;
  }
  
  .hero-side {
      padding-bottom: 130px;
    }
    
  .my-swiper-slide{
        height: 540px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .title h1 {
    /*font-size: 52px;*/
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  
  .mytestspan{
    color: yellow !important;
  }
  
  .hero-side {
      padding-bottom: 100px;
    }
  .my-swiper-slide{
        height: 550px;
    }
    
   .donate-home-panel-button{
        border: 2px solid green !important;
        transform: scale(0.8);
    }
}


@media (max-width: 767px) {
  .hero-content-1 .title h1 {
    /*font-size: 36px;*/
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  
  .mytestspan{
    color: orange !important;
  }
  
  .a_btn2{
      font-size: 14px;
      line-height: 26px;
  }
  
  .donate-home-panel-number{
      font-size: 14px;
  }
  
  .hero-content-1 .join-us {
      margin-left: 40px;
    }
    
  .hero-content-1 .text{
      margin-left: 30px;
/*      margin-right: 30px;*/
      padding-right: 50px;
/*      padding-left: 30px;*/
    }
    
    .hero-content-1 .title{
      margin-left: 30px;
    }
    
    .hero-content-1 .subtitle{
      margin-left: 30px;
    }
    
    
   .hero-side {
      padding-bottom: 80px;
    }
    
   .my-swiper-slide{
        height: 500px;
    }
    
    .donate-home-panel-button{
        /*border: 2px solid blue !important;*/
        transform: scale(0.6);
    }

}

