
*, *::before, *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-adahi h3{
    font-size:1em !important;
}

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.1em 0.6em;
  outline: none;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.2em;
  text-decoration: none;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.hackernews  { background: #ff6600; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }

.adahi-title-bg h1{
    line-height:1.4;
        max-width: 90% !important;
}

body {
    background-color: var(--BG, #eaeffb);
    font-family: IBM Plex Sans Arabic, sans-serif;
}

.bg-light{
    background-color: inherit !important;
}
.col-0 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.login_btn, .donate {
    padding: 19px 0px !important;
}
.login_section{
    padding-left:0px;
}

.login_section a{
    width:100%;
}
.cart_section .col-1{
    display: none;
}
.currency_id{
    appearance: auto;
}
.fixed > .row {
    width: 95% !important;
  }

.head-link {
    color: #fff;
    text-decoration: unset;
}

.accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    margin-right: auto !important;
    margin-left: unset !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.accordion-item,
.accordion-button {
    border-radius: 10px !important;
}

.accordion-item {
    margin: 15px 0;
}

.accordion-header {
    border-radius: 11px 12px 3px 1px;
}

.accordion-button:not(.collapsed) {
    background: #d2e9ff;
    border: unset;
    box-shadow: unset;
}

.accordion-item {
    background: #d2e9ff;
}

[dir="rtl"].input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .form-floating > label {
    left: unset;
    right: 0;
}
[dir='ltr'] .login_section{
    padding-right:0px;
}
[dir='ltr'] .adahi-title-bg{
    background-position: right;
}
[dir='ltr'] .text-end {
    text-align: left !important;
}
[dir='ltr']  .sadaka_value {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.container_project>.title a{
    text-decoration: none;
}

.btn.btn-warning {
    width: 100%;
}

.toggle_question{
    cursor: pointer;
}


.threeHeader {
    background-color: #2f64d3;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 16px 60px;
}

@media (max-width: 991px) {
    .threeHeader {
        max-width: 100%;
        padding: 0 20px;
    }
}


.div-58 {
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-58 {
        margin-top: 20px;
    }
}


@media (max-width: 991px) {
    .column-4 {
        width: 100%;
    }
}

.card-adahi{
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 10px;
    height:100%;
}
.weight{
    background: #ffca2c;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.price{
    background: #ffca2c;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .card-adahi {
        margin-top: 10px;
    }
}

.div-76 {
    justify-content: end;
    display: flex;
    margin-top: 16px;
    gap: 4px;
    text-align: right;
    padding: 7px 0;
}


.div-79 {
    color: #000;
    flex: 1;
    margin: auto 0;
    font: 500 16px/20px IBM Plex Sans Arabic, -apple-system, Roboto, Helvetica,
    sans-serif;
}

.div-85 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}
[dir="rtl"] .accordion-button {
    text-align: right;
}

.circle-loader {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #fff;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 2em;
    height: 2em;
  }
  .green{
        background-color: #ffc107 !important;
        color:#fff !important;
        border-color: #ffc107 !important;
}

  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #fff;
    transition: border 500ms ease-out;
  }
  
  .checkmark {
    display: none;
    
    &.draw:after {
      animation-duration: 800ms;
      animation-timing-function: ease;
      animation-name: checkmark;
      transform: scaleX(-1) rotate(135deg);
    }
    
    &:after {
      opacity: 1;
      height: calc(2em/2);
      width: calc((2em/2)/2 );
      transform-origin: left top;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      content: '';
      left: calc(2em/6 + 2em/12);
      top: calc(2em/2);
      position: absolute;
    }
  }

  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: calc((2em/2)/2);
      opacity: 1;
    }
    40% {
      height: 2em/2;
      width: calc((2em/2)/2);
      opacity: 1;
    }
    100% {
      height: 2em/2;
      width: calc((2em/2)/2);
      opacity: 1;
    }
  }

@media (max-width: 991px) {
    .div-85 {
        margin-top: 20px;
    }
   
}
@media (max-width: 991px) and (min-width:780px) {
    .card-adahi{
        padding:0px;
    }
}

.fixed .badge {
    position: absolute;
    top: -5px;
}
.badge {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-right: -10px;
    border-radius: 9px;
}
.fixed .fa {
    color: #fff;
}
.fixed .top_cart {
    top: 2px !important;
    display: block;
    position: relative;
    font-size: 22px;
}
.div-100 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-100 {
        margin-top: 20px;
    }
}


.div-113 {
    justify-content: space-between;
    border-radius: 8px;
    border-color: rgba(215, 215, 215, 1);
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 991px) {
    .div-113 {
        margin-top: 20px;
    }
}
@media (max-width: 650px) {
    .fixed .top_cart {
        font-size: 28px;
    }
    .fixed .top_cart {
        top: 0px !important;
    }
    .badge{
        font-size: 20px;
        padding: 4px 3px;
        height: 25px;
        width: 25px;
    }

}
.ads {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/*  select*/

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    height: 35px !important;
}
#sadaka_type{
    appearance: auto !important;
}

.btn-minus {
    background: #eaeffb;
    color: #707b96;
    border: unset;
    border-radius: 10px !important;
}

.btn-plus {
    background: #2f64d3;
    color: #fff;
    border: unset;
    border-radius: 10px !important;
}

.inputQ {
    border: unset;
    width: 100px;
}

.slide_card .title a{
    text-decoration: none;
}
.slide_card .title h4,.slide_card .title h3{
		font-Weight:700;
		font-Size:18px;
	}
#contact_us {
    margin-top: 20px !important;
}




@media  only screen and (max-width: 768px) {
    .adahi-title-bg {
        background-size: 36%;
        background-position: -20px 45px;
    }
   
}

hr{
    margin: 5px;
}


/*input  sadaka*/

.sadaka_value{
    max-height: 38px !important;
    min-height: 38px !important;
}




.form-floating>label {
    padding: .5rem .75rem ;
}
.ramadan_project1{
    margin-top: 70px  !important;
}
#contact_us .social_icon {
    font: normal normal normal 16px / 1 FontAwesome !important;
}
#contact_us a{
    text-decoration: none;
}

@media screen and ( max-width:992px){
    .logo_banner{
        margin-right:0px;
    }
    .container .col{
            padding-left:10px;
            padding-right:10px;
    }
    .ramadan_project1 .container{
        padding:0px;
    }
   
    .fixed {
      bottom: inherit !important;
      top: 0px !important;
    }
    .fixed .navbar .logo_banner {
      display: block !important;
    }
    .fixed .top_login {
      display: none !important;
    }
    

#map{
		height:420px;
	}
    
}

.adahi-title-bg .w-ad-75{
       width:75% ;
    } 
    
@media screen and ( min-width:992px){
	#map{
		height:650px;
	}
	.adahi-title-bg {
        background: url(../../img/adahi/2024/bg_cow.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }
       
}
@media screen and ( max-width:991px){

	.adahi-title-bg .w-ad-75{
       width:100% !important;
    }
    .adahi-title-bg h1{
        max-width:100% !important;
        margin-bottom:10px;
        text-align:Center;
    }
    .adahi-title-bg .lh-base{
        text-align:justify;
    }
}
