@import url(mainstyle.css);

* {
    font-family: var(--primefont);
}

a {
    color: inherit;
    text-decoration: none;
}

/* icon BG */
.icon-bg {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
}

.icon-bg-lg {
    min-width: 50px;
    min-height: 50px;
}
.icon-bg:hover{
    background-color: #fcbf49 !important;
}

header{
    transition: 0.2s ease;
    z-index: 999;
}
header.fix{
  background-color: var(--head-bg) !important;
    position: fixed !important;
}

header.fix .nav-link {
  color: var(--head-text) !important;
}


header.fix .nav-link.active {
  color: var(--prime-text) !important; 
}
/* header CSS */
.nav-link {
    color: var(--nav-text);
    font-weight: 500; 
}
.nav-item.active .nav-link,
.nav-item:hover .nav-link, .nav-item .nav-link:focus, .social-icon a:hover {
    color: var(--prime-text) !important;
}
@media(max-width:991px){
    .offcanvas-body{
        background-color: var(--head-bg);
    }
    .nav-link {
        color:var(--head-text);
    }
}


#banner-slider {
    min-height: 900px;
}

/* Slide backgrounds */
.slide-1 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.3)),
        url('../../assets/images/slide-1.webp') no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 900px;
}

.slide-2 {
    background: linear-gradient(170deg, rgb(10 10 10), rgb(106, 129, 75, 0.2)),
        url('../../assets/images/slide-2.webp') no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 900px;
}

.slide-3 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
        url('../../assets/images/slide-3.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

@media(max-width: 575px) {
    #banner-slider,.testimonial-container {
        min-height: 600px;
    }

    .slide-1,
    .slide-2,
    .slide-3,.testimonial-slide-1,.testimonial-slide-2,.testimonial-slide-3 {
        min-height: 650px;
    }
}
.theme-btn{
    width: 52px;
    height: 42px;
}

/* Content container */
.splide-container {
    max-width: 720px;
}

/* Navigation Arrows */
.splide__arrow {
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.95;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
.splide__arrow svg {
    font-size: 28px;
    fill: #fff;
}
@media(max-width:768px) {
.splide__arrow {
   display: none;
}

}
@media(max-width:500px) {
.splide-container .fs-10{
    font-size: 25px !important;
}
.splide-container .fs-1{
    font-size: 18px !important;
}
}
.prime-btn-2{
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;

  padding: 0.7em 2em;
  border: 2px solid var(--prime-border);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.prime-btn-2:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--prime-bg);
  z-index: -1;
}

.prime-btn-2:hover, .prime-btn-2:focus {
  color: white;
}

.prime-btn-2:hover:before, .prime-btn-2:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.prime-btn-2:active {
  transform: scale(0.9);
}

.head-content{
    width: 920px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}
.sector-card-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.wave::before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    height: 65px;
    width: 100%;
    background-image: url(../../assets/images/decor-wave.webp);
    transform: rotate(-180deg);
}
.wave::after{
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 65px;
    width: 100%;
    background-image: url(../../assets/images/decor-wave.webp);
}

[data-hevinta-theme="dark"] .wave::after, [data-hevinta-theme="dark"] 
.wave::before{
        background-image: url(../../assets/images/decor-wave-dark.webp) !important;
}
.about-content h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
    background-image: url(../../assets/images/brush-short.webp);
    background-size: contain;
    background-position: 50%;
    padding: 10px 15px;
    margin: -10px -15px;
    background-repeat: no-repeat;
}
.about-content h2 {
    font-size: 33px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}
.abt-1-img{
    position: relative;
}
.abt-1-img img{
    width: 100%;
    object-fit: cover;
} 
.progress{
    width: 100%;
    height: 7px;
    border-radius: 0;
}
.mission-1-img {
    width: 100%;
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
     url('../../assets/images/mission-image.webp')no-repeat;
    height: 400px;
  background-size: cover;
} 

.Volunteer-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.Volunteer-card-image img {
  height: 380px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.social-icons {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  transition: all 0.5s ease;
  opacity: 0;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  color:#043c5d;
  background: rgba(248, 246, 246, 1);
  padding: 8px;
  border-radius: 50%;
  border:1px solid dashed;
  font-size: 16px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: var(--prime-bg); 
  color: white !important;
}

.Volunteer-card:hover .social-icons {
  bottom: 25px;
  opacity: 1;
}
.donation{
    background:linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
     url('../../assets/images/donation-img.webp')no-repeat;
    background-position: center;
    position: fixed;
    background-size: cover;
    min-height: 450px;
}
.splide__slide { 
  padding: 20px; 
}
.testimonial-img{
    width: 75px;
    height: 75px;
    border-radius: 50%; 
    outline: 2px solid var(--prime-border);
    outline-offset: 2px;
    overflow: hidden;
}
.testimonial-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-letter{
    background: linear-gradient(to right, #ff6a5b, #fcbf49);    
}
[data-hevinta-theme="dark"] .news-letter{
    background: linear-gradient(to right, #410e08, #563d0d);
}
.input-text::placeholder{
    color: var(--para-text);
}
#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
.btn-close{
    background: unset !important;
}
.contact-section{
    width: 1020px;
    max-width: 100%;
    margin: auto;
}
.error{
    color: red;
}
#newsletter div.error{
    position: absolute;
    bottom: -20px;
}
.alertmsg{
    z-index: 9999;
}