.header-btn {
    height: 2rem;
    width: 0rem;
}

.s-social-share-wrapper {
display: none !important;}

/* Add custom CSS styles below */ 
:root
{
    --primary-color: #00a98f!important;
    --secondary-color: #9d937a!important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #9d937a!important;
    --third-color: #00a98f!important;
}


/*------------------ Font Family ------------------*/


/* arabic */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiHrRpiYlJ.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiHrFpiQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkHrRpiYlJ.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin */
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkHrFpiQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



body, *:not(i)
{
    font-family: 'Tajawal' !important;
}

/*----------------- End of Font Family --------------*/


 
 /*------------------- Splash Screen ------------------*/

    /* Apply blur effect */
    backdrop-filter: blur(10px); /* Adjust the blur level as needed */
 
 
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
}

@keyframes splash {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
}
/*--------------- End of Splash Screen ---------------*/

/*--------------------- Products ---------------------*/
.s-block__title h2, .s-slider-block__title h2, .lg\:text-4xl
{
    line-height: 1.4;
    color: var(--font-color);
    text-transform: uppercase;
    padding: 5px 0;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

#featured-donations-1 > div:nth-child(2) > div:nth-child(1) > p:nth-child(2),.line-clamp-2,.s-block__title p, .s-slider-block__title p{
color: var(--font-color);
line-height: 1.7; !important;
}

.opacity-60{
color: var(--third-color);
opacity: 100%;
}

h2.text-2xl:nth-child(1)
{
    line-height: 1.4 !important;
    color: var(--font-color);
    text-transform: uppercase;
    padding: 5px 0;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
/*----------------- End of Products ------------------*/

#featured-donations-1 > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1){
    line-height: 1.4; /* Adjust line height to ensure text is not cut off */
    padding-bottom: 10px; /* Add some padding to the bottom if necessary */
    margin-bottom: 10px; /* Add or adjust bottom margin to ensure there's space below */
    overflow: visible; /* Ensure that overflow is not hiding text */
    height: auto; /* Ensure the height adjusts to content */
}

.s-block__title-right > h2:nth-child(1) {
    line-height: 1.6; /* Adjust line height to ensure text is not cut off */
    padding-bottom: 10px; /* Add some padding to the bottom if necessary */
    margin-bottom: 10px; /* Add or adjust bottom margin to ensure there's space below */
    overflow: visible; /* Ensure that overflow is not hiding text */
    height: auto; /* Ensure the height adjusts to content */
}

section.s-block:nth-child(4) > div:nth-child(2) > div:nth-child(1) > h2:nth-child(1){
    line-height: 1.4; /* Adjust line height to ensure text is not cut off */
    padding-bottom: 10px; /* Add some padding to the bottom if necessary */
    margin-bottom: 10px; /* Add or adjust bottom margin to ensure there's space below */
    overflow: visible; /* Ensure that overflow is not hiding text */
    height: auto; /* Ensure the height adjusts to content */
}



@media (min-width: 1024px) {
  .s-block__title h2,
  .s-slider-block__title h2 {
    line-height: 1.4;
    color: var(--font-color);
    text-transform: uppercase;
    padding: 5px 0;
    color: #000000; linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
  }

  @keyframes gradientShift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}

/*------------------ FOOTER ------------------*/
/*
.store-footer__inner {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
*/
.store-footer__inner{
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1); /* Adjust values as needed */
    color: #000000;
    background-color: white;
}
p.text-gray-400:nth-child(1),.about-store > h3:nth-child(1),div.col-span-12:nth-child(3) > h3:nth-child(1),div.col-span-12:nth-child(4) > h3:nth-child(1),div.col-span-6:nth-child(2) > h3:nth-child(1)
{
    color: var(--font-color);
    text-transform: uppercase;
    padding: 5px 0;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
}

@keyframes gradientShift {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

/*------------------ END OF FOOTER ------------------*/

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 8rem;
    padding-right: 8rem;
    /* Adjust padding-bottom as needed */
    padding-bottom: 0; /* Assuming you want no padding bottom, adjust as needed */
  }

  .lg\:w-1\/2 {
    width: 50%; /* This makes the element half of the container width */
  }

  .z-1 {
    position: relative;
    z-index: 2;
  }

  .w-auto {
    position: absolute;
    left: 0; /* Align the left edge of the image with the left edge of its containing block */
    max-width: 50%; /* Adjust the maximum width as needed */
  }
}

.statistics__item > div:nth-child(1) > h2:nth-child(1) {
    visibility: hidden; /* Hide the old text */
}
/*------------------ ayah ------------------*/
.statistics__item > div:nth-child(1) > h2:nth-child(1)::before {
    content: "\FD3F  مَّن ذَا الَّذِي يُقْرِضُ اللَّهَ قَرْضًا حَسَنًا فَيُضَاعِفَهُ لَهُ وَلَهُ أَجْرٌ كَرِيمٌ \FD3E";
    visibility: visible;
    color: var(--font-color);
    text-transform: uppercase;
    padding: 5px 0;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color), var(--font-color), var(--secondary-color));
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 10s ease infinite;
    position: relative; /* Ensure proper positioning */
    line-height: 1.6; /* Increase line spacing (leading) */
    font-size: inherit; /* Use the same font size as the main content */
}

@keyframes gradientShift {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.statistics__item {
    position: relative;
}

.statistics__item::after {
    content: "الحديد: 11";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px; /* Adjust font size as needed */
    color: #3759F0; /* Adjust color as needed */
}


/*------------------ ayah ------------------*/



.sm\:py-14 {
    background-color: #f8f8f8;
  }
  
/* For screens smaller than 768px (typical phones) */
@media (max-width: 767px) {
  .w-auto {
    width: 100% !important; /* Set width to 100% to fill its container */
    height: auto !important; /* Let the height adjust automatically to maintain aspect ratio */
    max-width: none !important; /* Remove any max-width restrictions */
  }
}


/* For screens smaller than 768px (typical phones) */
@media (max-width: 767px) {
  .w-auto {
    width: 350 !important; /* Set width to 100% to fill its container */
    height: auto !important; /* Let the height adjust automatically to maintain aspect ratio */
    max-width: none !important; /* Remove any max-width restrictions */
  }
}



.product-entry__image img{
  background-color: white;
}

#details-slider-1893004028 > div:nth-child(2) {
    border: none !important;
}

#details-slider-1157187329 > div:nth-child(2){
  border: none !important;
}

#details-slider-1767110481 > div:nth-child(2){
  border: none !important;
}

#details-slider-1343283369 > div:nth-child(2){
  border: none !important;
}