:root {
  --hover-color: #f8d6cd;
}

/*  */

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
}

.main-menu__wrapper-inner {
  justify-content: space-evenly;
}

.main-header__one--two {
  background-color: white;
}

.main-header__contact-list-style1 li .icon-box span::before {
  color: var(--hover-color);
}

.main-header__contact-list-style1 li .icon-box i {
  color: var(--hover-color);
}

.main-header__contact-list-style1 li .text-box p a:hover {
  color: #cb392e;
}

.main-slider-one__sub-title p {
  color: var(--hover-color);
}

.main-slider-one__sub-title .line {
  background-color: var(--hover-color);
}

.main-slider-one--two .main-slider-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #122f2a;
  background: linear-gradient(
    90deg,
    rgb(183, 208, 203) 0%,
    rgba(18, 47, 42, 0.17) 88%
  );
  mix-blend-mode: multiply;
  content: "";
}

.site-manager-link {
  font-family: var(--donatix-font);
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(var(--donatix-white-rgb), 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.page-header {
  margin-top: 158px;
  padding: 170px 0px 81px;
}

.faq-page__content {
  align-self: flex-start;
  position: sticky;
  top: 20px; 
}

.faq-page-faq {
  flex: 2;
}

.cause-one__single-img{
    height: 300px;
}

.cause-one__single-img img {
  display: block !important;
  width: 100% !important;
  object-fit: contain !important;
  height: 100% !important;
}

.cause-one__rised-and-progress{
    display: none;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .shape6{
    position: absolute;
    right: -68px;
    top: -21px;
    transform: rotateY(180deg);
    opacity: 0;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .shape7{
    position: absolute;
    top: -12%;
    right: -67px;
    z-index: 20;
    transform: scaleX(1.0) rotateX(180deg);
    opacity: 0;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .shape7{
    transform: scaleX(1.0) rotateX(180deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .shape6{
    transform: rotateY(180deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.services-two__carousel .owl-stage-outer .owl-stage .owl-item{
    height: 310px;
    overflow-y: auto;
}

.services-two__carousel .owl-stage-outer .owl-stage .owl-item .services-two__single{
    height: 100%;
}

.why-choose-two__left .tabs-button-box .tab-btn-item .shape9{
  position: absolute;
  top: 83%;
  right: -67px;
  transform: scaleX(0.9) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 20;
}

.why-choose-two__left .tabs-button-box .tab-btn-item.active-btn .shape9{
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
} 

.team-one__single-content .text-box h2{
  font-size: 20px;
}

.brand-one__single-inner{
  text-wrap: nowrap;
}

.sliding-text-one__title{
  font-size: 50px;
}

.main-header__one-bottom-left .logo-box a{
  padding-bottom: 4px;
}

.contact-page-info__single{
  padding: 58px 25px 58px;
  height: 226px;
}

.comment-form__input-box input[type="text"], .comment-form__input-box input[type="password"], .comment-form__input-box input[type="tel"], .comment-form__input-box input[type="date"], .comment-form__input-box input[type="number"], .comment-form__input-box input[type="file"] {
  height: 56px;
  width: 100%;
  border-radius: 28px;
  background-color: var(--donatix-white);
  border: 1px solid #d8dde1;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--donatix-gray);
  display: block;
}

.main-slider-one__bg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -ms-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
  z-index: -1;
}

.main-slider-one.main-slider-one--two .swiper-slide-active .main-slider-one__bg{
  transform: unset !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
}

.feature-one__single-bg::before{
  background-color: none !important;
}

.ceo_image{
  border-radius: 30px;
}

.message-box{
  background-color: white;
  height: 400px;
  border-radius: 30px;
}

.publication-filter-sticky {
  position: fixed;
  top: 120px;
  z-index: 1000;
}

.blog-standard-page__content .blog-one__single-img{
  height: 250px;
  border: 1px solid lightgray;
  background: #fff;
}

.blog-standard-page__content .blog-one__single-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.7s ease;
}

.blog-standard-page__content .blog-one__single-content {
  padding: 16px 20px 20px;
}

.btn-danger{
  background-color: #7D2019 !important;
  color: #fff;
  border: none !important;
}

.what-we-do-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 1px 1px 1px #ffc4c4;
  padding: 10px;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.what-we-do-area:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 196, 196, 0.6);
}

.what-we-do-count{
  width: 60px;
  height: 60px;
  border: 0.5px solid #7D2019;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-shadow: 2px 2px 4px #000000;
  font-size: 40px;
  -webkit-text-stroke: 1px rgb(117, 0, 0);
  color: #fff;
}

.what-we-do-text{
  font-size: 1.25rem;
  text-align: start;
}

/* .shape {
  width: 550px;
  aspect-ratio: 1.233;
  clip-path: shape(from 97.54% 10.91%,curve by -10.93% -10.76% with -2.11% -5.38%/-6.13% -9.91%,curve by -15.78% 7.98% with -5.83% -1.03%/-11.32% 3.26%,curve by -14.36% 12.27% with -4.46% 4.71%/-8.72% 10.15%,curve by -30.93% -4.53% with -10.05% 3.75%/-20.44% -4.47%,curve to 7.15% 25.66% with 18.67% 15.81%/11.86% 19.43%,curve by 19.9% 70.23% with -17.4% 23.09%/-0.05% 60.08%,curve by 49.46% -9.07% with 16.08% 8.22%/35.34% 3.57%,curve by 23.23% -53.55% with 13.43% -12.03%/21.71% -33.18%,curve by 0.25% -4.77% with 0.1% -1.63%/0.2% -3.2%,curve to 97.54% 10.91% with 100.09% 22.46%/99.64% 16.29%,close);

  background: #fff;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));

  display: flex;
}

div.shape {
  background: linear-gradient(60deg in hsl, #d75252, #852b4f);
} */


.shape {
  width: 550px;
  aspect-ratio: 1.233;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.25));
  transition: all 0.4s ease;
}

.shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;

  clip-path: shape(from 97.54% 10.91%,curve by -10.93% -10.76% with -2.11% -5.38%/-6.13% -9.91%,curve by -15.78% 7.98% with -5.83% -1.03%/-11.32% 3.26%,curve by -14.36% 12.27% with -4.46% 4.71%/-8.72% 10.15%,curve by -30.93% -4.53% with -10.05% 3.75%/-20.44% -4.47%,curve to 7.15% 25.66% with 18.67% 15.81%/11.86% 19.43%,curve by 19.9% 70.23% with -17.4% 23.09%/-0.05% 60.08%,curve by 49.46% -9.07% with 16.08% 8.22%/35.34% 3.57%,curve by 23.23% -53.55% with 13.43% -12.03%/21.71% -33.18%,curve by 0.25% -4.77% with 0.1% -1.63%/0.2% -3.2%,curve to 97.54% 10.91% with 100.09% 22.46%/99.64% 16.29%,close);
}

/* 🔥 Hover effect */
.shape:hover {
  transform: translateY(-8px) scale(1.02);
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
}

.shape:hover img {
  transform: scale(1.08);
}


/* HTML: <div class="scalloped-box"></div> */
.scalloped-box {
  --r: 25px; /* radius of circles */
  height: 240px;
  width: 360px;
  aspect-ratio: 1;
  padding: calc(1.5*var(--r));
  background: #ffffff;
  mask: 
    linear-gradient(#000 0 0) no-repeat
     50%/calc(100% - 2*var(--r)) calc(100% - 2*var(--r)), 
    radial-gradient(farthest-side,#000 97%,#0000) 
     0 0/calc(2*var(--r)) calc(2*var(--r)) round;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    -webkit-text-stroke: 2px #ffffff;
    color: white;
}

/* Different backgrounds */
.scalloped-box:nth-child(1){
  background: brown;
}

.scalloped-box:nth-child(2){
  background: rgb(0, 0, 0);
}

.scalloped-box:nth-child(3){
  background: brown;
}


.structur-area p{
  font-size: 20px;
  line-height: 40px;
}

.page-header .page-header__bg{
  height: 250px;
  /*background-image: url(../images/backgrounds/9.jpg) !important;*/
}
.page-header .container{
  margin-top: -135px;
}

.page-header__bg::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--donatix-primary-rgb), 0.6) !important;
  mix-blend-mode: multiply;
  content: "";
  z-index: -1;
}

.become-volunteer-page__form {
  background: #ffffff94;
  backdrop-filter: blur(10px);
}

.gallery-page{
  padding-top: 100px;
}

.img-cate_name{
  background-color: #7d201977;
  backdrop-filter: blur(10px);
  width: 100%;
}

.img-cate_name a{
  color: white;
}

.gallery-page__single-img::before{
  content: unset;
}

.testimonials_para{
 height: 180px;
 overflow-y: auto;
}