.mobile_nav{
    display: none;
}
@media only screen and (max-width : 1399px) {
    .nav_ul{
        gap: 0;
    }
}
@media only screen and (max-width : 1300px) {
    .nav_ul>li>a {
        padding: 20px 9px;
    }
}
@media only screen and (max-width : 1200px) {
    .nav_ul>li>a {
        padding: 20px 9px;
    }
    .header-social{
        display: none;
    }
}
@media only screen and (max-width : 1130px) {
    .header-left{
        width: unset;
        padding: 0 10px;
    }
    .nav_ul>li>a {
        padding: 20px 7px;
    }
    .header-right{
        width: unset;
    }
}
@media only screen and (max-width : 992px) {
   .header-right-top{
    display: none;
   }
   .nav_ul{
    display: none;
   }
   header{
    height: unset;
   }
   .header-left{
    max-width: 200px;
    justify-content: space-between;
   }
   .header-left img{
    height: 50px;
    padding: 0 10px;
   }
   .header-right{
    flex: 1 1 auto !important;
   }
   .header-donate{
        background: var(--clr_two);
        color: var(--clrBlack);
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 32px;
   }
   .header-donate img{
    width: 15px;
   }
   .header-right-bottom{
    height: 65px;
    padding-right: 15px;
   }
   .m-menu{
    display: block;
   }
   .mfm{
    margin-top: 30px;
   }
   .partner-card{
    flex-direction: column;
   }
   .partner-details, .partner-form{
    width: 100%;
   }
   .ic_kapsayici {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
   }
}
@media only screen and (max-width : 992px) {}

@media only screen and (max-width : 768px) {
   
    .section-testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .setion-gallery{
        padding-bottom: 40px;
    }
    .section-padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-title {
        font-weight: 900;
        font-size: 24px;
    }
    .section-become-volunteers .main-title {
        font-size: 30px;
    }
    .ia-icon {
        flex-direction: column;
    }
    .index-aimg {
        width: 75%;
        position: relative;
        margin: 0 auto;
    }
    .index-aimg .ia-img {
        border-radius: 0px 100px 300px 300px;
        width: 100%;
    }
    .index-aimg::after{
        width: 100%;
    }
    .index-aimg .ia-heart {
        position: absolute;
        left: -13px;
        bottom: 0px;
        width: 52px;
    }
    .index-aimg .ia-logo{
        width: 100px;
        height: 100px;
    }
    .bannerText h1 {
        font-weight: 800;
        font-size: 37px;
        line-height: 40px;
    }
    .homeSlider .owl-nav{
        display: none;
    }
    .banner-btn-group {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-direction: column;
    }
    .bannerBox>img{
        height: 600px;
    }
    .header-contact{
        align-items: flex-start;
        flex-direction: column;
    }
    .partner-details, .partner-form {
        width: 100%;
        padding: 15px;
    }
     .ic_kapsayici {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
   }
   .team-card{
    flex-direction: column;
   }
   .team-photo{
    width: 100%;
   }
   .team-photo img{
    width: 100%;
    min-height: 420px;
   }
   
}


@media only screen and (max-width : 576px) {
    .header-left{
        width: unset;
    }
}