@media (max-width: 992px) {
    .header-button .th-btn {
         display: none;
    }
}
@media (min-width: 993px) {
    .header-button .th-btn {
        display: block;
    }
}
.sub-title{
    margin-bottom: 0px;
}
.header-logo img{
    height: 100px;
}
.service-box3{
    height: 385px;
}
.logo-shape1:before, .logo-shape1:after{
    background: black;
}
.service-box3 .box-icon{
    color: white;
}
.service-box3 .box-icon:hover{
    color: black;
}
.service-box3:hover .box-icon{
    color: black;
}
.about-logo img{
    height: 90px;
}
.last-menu li a:before{
    display: none;
}
.team-card .box-img img{
    -webkit-mask-image: unset;
    mask-image: unset;
}
.team-card .box-img img {
    -webkit-mask-image: unset;
    mask-image: unset;
    height: 430px;
}
.team-card .box-img .team-overlay{
    display: none;
}
.sub-title.style2{
    height: 40px;
}
@media (max-width: 1299px) {
    .donation-area3{
        height: 450px;
    }
}
.last-menu {
    font-size: 14px;
}
.counter-card{
    height: 325px;
}
.choose-item{
    margin-bottom: 75px;
}
@media (max-width: 1399px) {
    .choose-item{
        height: 385px;
    }
    
}
.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto;
    height: 200px;
}

@media (max-width: 1299px) {
    .contact-media {
        gap: 18px;
        height: 145px;
    }
}
@media (max-width: 1299px) {
    .sub-title h2 {
        font-size: 35px;
    }
}

.service-box3 {
    background: #090909cc;
}

.service-box3 .box-text{
    color: white;
}
.service-box3 .box-number {
    color: rgb(255 255 255 / 55%);
}





/* Modern About Section */

.modern-about-section {
    padding: 100px 0;
    background: #faf8f3;
}


.about-content {
    padding-left: 35px;
}


.sub-title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #b8862d;
    margin-bottom: 15px;
}


.sec-title {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 800;
    color: #1d1d1d;
    margin-bottom: 25px;
}


.sec-title span {
    color: #b8862d;
    font-weight: 800;
}


.about-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}


/* Image Section */

.about-modern-images {
    position: relative;
    padding: 20px;
}


.main-image {
    width: 78%;
    height: 520px;
    overflow: hidden;
    border-radius: 30px;
}


.main-image img {
    width:100%;
    height:100%;
    object-fit:cover;
}


.small-image {
    position:absolute;
    width:230px;
    height:190px;
    border-radius:25px;
    overflow:hidden;
    background:#fff;
    padding:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}


.small-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:18px;
}


.small-image.one {
    right:0;
    top:50px;
}


.small-image.two {
    right:60px;
    bottom:50px;
}


/* Experience Box */

.experience-box {
    position:absolute;
    left:0;
    bottom:60px;
    background:#fff;
    padding:30px 40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}


.experience-box h3 {
    font-size:55px;
    line-height:1;
    font-weight:800;
    color:#b8862d;
    margin-bottom:8px;
}


.experience-box p {
    font-size:16px;
    font-weight:700;
    line-height:1.5;
    margin:0;
}


/* Features */

.about-features {
    margin-top:35px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}


.feature-box {
    padding:25px;
    background:#fff;
    border-radius:20px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.3s;
}


.feature-box:hover {
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}


.feature-box h4 {
    font-size:18px;
    font-weight:800;
    color:#222;
    margin-bottom:8px;
}


.feature-box p {
    font-size:14px;
    line-height:1.6;
    color:#666;
    margin:0;
}


.feature-box .icon {
    min-width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}


.feature-box .icon img {
    width:45px;
}



/* Button */

.th-btn {
    margin-top:35px;
    padding:15px 35px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
}



/* Mobile */

@media(max-width:991px){

    .modern-about-section{
        padding:60px 0;
    }

    .about-content{
        padding-left:0;
    }

    .sec-title{
        font-size:34px;
    }

    .main-image{
        width:100%;
        height:400px;
    }

    .small-image{
        width:150px;
        height:130px;
    }

    .experience-box{
        padding:20px 25px;
    }

    .about-features{
        grid-template-columns:1fr;
    }

}



.hero-slider-4 .swiper-slide {
    position: relative;
    overflow: hidden;
}


.plane-animation {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 190px;
    height: auto;
    z-index: 3;
    opacity: 0;
}


/* Only active slide plane visible */
.hero-slider-4 .swiper-slide-active .plane-animation {
    opacity: 1;
    animation: planeMove 5s ease-in-out forwards;
}


@keyframes planeMove {

    0% {
        transform: translateX(0px) translateY(0px) rotate(-5deg);
    }

    50% {
        transform: translateX(25px) translateY(-10px) rotate(5deg);
    }

    100% {
        transform: translateX(80px) translateY(-20px) rotate(5deg);
    }

}


/* Keep content above image */
.hero-style4,
.hero-img-area {
    position: relative;
    z-index: 4;
}



    .plane-animation {
        width:250px;
        top:20px;
        left:10px;
    }
    
    
    .hero-slider-4 .swiper-slide:not(.swiper-slide-active) .plane-animation {
    animation: none !important;
    opacity: 0 !important;
    transform: translateX(0) translateY(0) rotate(0deg) !important;
}
