/*=========================================
TABLETS (992px and below)
=========================================*/

@media screen and (max-width:992px){

.container{
width:92%;
}

/* Top Bar */

.topbar .container{
flex-direction:column;
gap:10px;
text-align:center;
}

.topbar .left{
flex-direction:column;
gap:8px;
}

.topbar .right{
justify-content:center;
}

/* Header */

header{
top:95px;
}

nav{
padding:0 20px;
height:80px;
}

/* Hide desktop menu */

nav ul{
display:none;
}

/* Logo */

.logo img{
width:150px;
}

/* Hero */

.hero{
padding:160px 0 80px;
}

.hero-wrapper{
flex-direction:column;
gap:50px;
text-align:center;
}

.hero-left,
.hero-right{
width:100%;
}

.hero h1{
font-size:44px;
line-height:54px;
}

.hero p{
margin:0 auto 30px;
}

.hero-buttons{
justify-content:center;
flex-wrap:wrap;
}

.hero-right img{
max-width:500px;
}

/* Impact */

.impact-grid{
grid-template-columns:repeat(2,1fr);
}

/* Why Us */

.why-wrapper{
flex-direction:column;
}

.why-image,
.why-content{
width:100%;
}

/* Programs */

.program-grid{
grid-template-columns:repeat(2,1fr);
}

}


/*=========================================
PHONES (768px and below)
=========================================*/

@media screen and (max-width:768px){

header{
top:110px;
}

.hero{
padding:150px 0 70px;
}

.hero h1{

font-size:36px;

line-height:46px;

}

.hero p{

font-size:17px;

line-height:30px;

}

.hero-buttons{

flex-direction:column;

align-items:center;

}

.donate-btn{

padding:12px 24px;

font-size:15px;

}

.impact-grid{

grid-template-columns:1fr;

}

.program-grid{

grid-template-columns:1fr;

}

.why-list{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

.why-content h2{

font-size:34px;

line-height:44px;

}

.logo img{

width:135px;

}

}


/*=========================================
SMALL PHONES
=========================================*/

@media screen and (max-width:480px){

.container{

width:94%;

}

.hero{

padding-top:140px;

}

.hero h1{

font-size:30px;

line-height:40px;

}

.small-title{

font-size:11px;

padding:10px 16px;

}

.hero-right img{

max-width:100%;

}

.section-title h2{

font-size:28px;

}

.impact-card,
.program-card{

padding:30px 25px;

}

}
@media(max-width:991px){

    .leadership-grid{

        grid-template-columns:1fr;

    }

}
.about-story{

    padding:70px 0;

}

.about-story-wrapper{

    flex-direction:column;

    gap:40px;

}

.about-story-image,
.about-story-content{

    width:100%;

}

.about-story-image img{

    height:350px;

}

.about-story-content{

    text-align:center;

}

.about-story-content h2{

    font-size:36px;

}

.story-btn{

    margin-top:10px;

}
.smv-section{

    padding:80px 0;

}

.smv-heading h2{

    font-size:34px;

}

.smv-wrapper{

    grid-template-columns:1fr;

    gap:25px;

}

.smv-card{

    padding:30px 25px;

}
/*=========================================
CONTACT PAGE RESPONSIVE
=========================================*/

@media(max-width:992px){

    .contact-wrapper{

        grid-template-columns:1fr;

    }

    .contact-info{

        padding:40px 30px;

    }

}


@media(max-width:768px){

    .contact-hero{

        min-height:500px;

    }

    .contact-hero-content{

        margin-top:100px;

    }

    .contact-hero h1{

        font-size:38px;

    }

    .contact-section{

        padding:80px 0;

    }

    .contact-heading h2{

        font-size:34px;

    }

    .contact-form-box{

        padding:35px 25px;

    }

    .form-row{

        grid-template-columns:1fr;

        gap:0;

    }

    .contact-cta{

        padding:75px 20px;

    }

    .contact-cta h2{

        font-size:34px;

    }

}
