*,
nav ul li a {
    text-decoration: none;
}

header nav .logo a,
nav ul li a {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.hero,
.hero-btn,
header nav,
nav ul {
    display: flex
}

.about-content-right video,
.hero::before,
body {
    width: 100%;
    height: 100%
}

.ContentHolder::before,
.hero::before {
    content: '';
    position: absolute;
    z-index: -1
}

.ContentHolder,
.counceling-content,
.hero,
.swiper-container,
.testimonail {
    position: relative
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none
}

button,
i {
    cursor: pointer
}

::selection {
    background: #fff;
    color: #3275db
}

:root {
    font-size: 16px
}

@font-face {
    font-family: Poppins;
    src: url('/fonts/Poppins-Light.ttf')
}

@font-face {
    font-family: Roboto;
    src: url('/fonts/Roboto-Light.ttf')
}

@font-face {
    font-family: Montserrat;
    src: url('/fonts/Montserrat-ExtraBold.ttf')
}

@font-face {
    font-family: MontserratLight;
    src: url('/fonts/Montserrat-Light.ttf')
}

header {
    width: 100%;
    height: 10vh;
    background: #3275db;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999
}

header nav {
    justify-content: space-between;
    padding: 0 75px
}

header nav .logo {
    padding-top: 13px
}

header nav .logo a {
    color: #fff;
    font-size: 2rem
}

header nav ul {
    display: flex;
    gap: 30px;
    padding-top: 25px
}

nav ul {
    gap: 25px
}

nav ul li a {
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

nav ul li a:hover {
    color: #c9eef8
}

nav ul li a.active {
    border-bottom: 2px solid #fff;
    font-weight: 700
}

#hamburger {
    display: none;
    padding-top: 20px;
    font-size: 2rem;
    color: #fff
}

.hero {
    width: 100%;
    height: 90vh;
    background-image: url(/images/herosection.jpg);
    background-size: cover;
    object-fit: cover;
    z-index: 1;
    align-items: center;
    justify-content: center;
    text-align: center
}

.hero::before {
    background: linear-gradient(rgba(5, 56, 120, .5), rgba(3, 44, 114, .5))
}

.hero-btn button a,
.hero-content {
    color: #fff
}

.hero-content h1 {
    font-family: Montserrat;
    font-size: 3rem;
    line-height: 1.2;
}

.hero-content h4 {
    font-family: MontserratLight;
    font-size: 1.5rem;
    line-height: 1.4;
}

.hero-btn {
    gap: 20px;
    align-items: center;
    justify-content: center
}

.get-help,
.get-help-card {
    text-align: center;
    display: flex;
    flex-direction: column
}

.hero-btn button {
    margin-top: 30px;
    width: 150px;
    height: 50px;
    background: #3275db;
    border: 2px solid #3275db;
    font-family: MontserratLight;
    font-size: 1.3rem;
    border-radius: 7px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 1.5px;
    transition: .5s ease-in-out;
    outline: 0
}

.get-help-card h1,
.get-help-card h4,
.section-header h1 {
    font-family: Montserrat;
    font-weight: 700;
    color: #273044
}

.hero-btn button:nth-child(2) {
    background: 0 0
}

.hero-content button:nth-child(2):hover {
    background: #3275db;
    border: 2px solid #3275db
}

.hero-content button:first-child:hover {
    background: 0 0;
    border: 2px solid #3275db
}

.get-help {
    padding-top: 50px
}

.section-header h1 {
    font-size: 2.3rem;
    width: auto;
    padding-top: 30px;
}

.get-help-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 60px 55px
}

.get-help-card {
    width: 260px;
    
    height: auto;
    padding: 50px 0;
    border-radius: 25px;
    background: white;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: .56s ease-in-out
}

.swiper-container,
.swiper-slide {
    border-radius: 5px;
    overflow: hidden
}

.about,
.counceling {
    flex-direction: column;
    text-align: center;
    gap: 35px;
    display: flex
}

.get-help-card h1 {
    font-size: 1.3rem
}

.get-help-card h4 {
    font-size: 1rem
}

.get-help-card:hover {
    transform: translateY(-12px)
}

.about {
    padding: 50px 75px;
    min-height: 80vh
}

.about-content{
    display: flex;
    gap: 20px;
}

.about-content-left {
    width: 50%;
    padding-top: 5px;

}

.about-content-left p {
    font-family: Poppins;
    font-weight: 900;
    font-size: 1rem;
    color: #273044;
    text-align: left;
}

.about-content-right {
    width: 50%;
    position: relative
}

.about-content-right video {
    border-radius: 10px;
}

.about-content-right .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #3276db7d;
    border-radius: 50%
}

.about-content-right .video-icon i,
.counceling-content .video-icon i {
    color: #fff;
    font-size: 2.5rem;
    padding-top: 30px;
    padding-left: 5px
}

.counceling {
    padding: 50px 75px;
    height: 100vh
}

.counceling-content {
    width: 100%;
    height: 100%
}

.counceling-content video {
    width: 100%;
    object-fit: cover;
    height: 70%;
    border-radius: 10px;
}

.counceling-content .video-icon {
    position: absolute;
    top: 35%;
    left: 47%;
    transform: translate(-35%, -47%);
    width: 100px;
    height: 100px;
    background: #3276db7d;
    border-radius: 50%
}

.faq-container {
    width: 80%;
    color: #273044;
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 40px;
    padding: 0 75px
}

.faq-answer,
.faq-question {
    padding: 15px;
    font-weight: 700;
    color: #273044
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #edeaea;
    transition: .3s
}

.faq-question h2 {
    font-size: 1.3rem;
    font-family: Poppins;
    font-weight: 900
}

.faq-question i {
    background: #edeaea;
    padding: 10px;
    border-radius: 50%;
    font-size: 1.2rem
}

.faq-answer {
    display: none;
    font-family: Poppins;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-question {
    border-bottom: none
}

.faq-item.active i {
    transform: rotate(180deg)
}

@media (max-width:768px) {
    header nav {
        display: flex;
        justify-content: space-between;
        padding: 0 25px
    }

    #hamburger {
        display: block
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #3275db;
        position: fixed;
        top: 64px;
        left: -100%;
        box-shadow: 0 0 5px rgb(0, 0, 0, .1);
        transition: .5s ease-in-out;
        z-index: 999
    }

    nav ul.show {
        left: 0
    }

    .get-help-cards {
        padding: 60px 0
    }

    .about {
        padding: 50px 25px
    }

    .about-content {
        flex-direction: column
    }

    .about-content-left,
    .about-content-right {
        width: 100%
    }

    .counceling {
        padding: 20px 25px 70px
    }

    .counceling-content video {
        width: 100%;
        object-fit: cover;
        height: 100%
    }

    .faq-container {
        width: 100%;
        padding: 0 30px
    }
}
@media (max-width:400px) {
    .hero-content h1 {
        font-family: Montserrat;
        font-size: 2.5rem;
        line-height: 1.2;
    }
}
@media (max-width:400px) {
    .faq-container {
        padding: 0
    }

    .faq-question {
        padding: 5px
    }
}


.testimonail {
    display: grid;
    place-items: center;
    height: 80vh;
    padding-top: 40px;
    text-align: center
}

.swiper-container {
    width: 70vw;
    height: fit-content;
    padding-bottom: 50px
}

.swiper-slide {
    width: auto;
    display: flex;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    background: #fbf9f9
}

.swiper-slide .ImgHolder {
    background-color: #3275db;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px
}

.ContentHolder::before {
    background-color: #3275db;
    width: 50px;
    height: 50px;
    top: -5px;
    right: 0
}

.ContentHolder {
    padding: 10px;
    background: #fbf9f9;
    border-top-right-radius: 20px
}

.swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #4361ee;
    outline: rgb(251, 249, 249) solid 2px
}

.swiper-slide h2 {
    font-size: 1.1rem;
    text-align: center;
    font-family: Poppins;
    font-weight: 900
}

.swiper-slide p {
    font-size: .8rem;
    padding: 5px;
    font-family: Poppins;
    font-weight: 600
}

@media (max-width:768px) {
    .swiper-container {
        width: 100%
    }
}

@media (max-width:500px) {
    .swiper-container {
        width: 70vw
    }
}

@media (max-width:300px) {
    .swiper-container {
        width: 100%
    }

    .ContentHolder,
    .swiper-container .ImgHolder,
    .swiper-slide {
        border-radius: 0
    }
}

.contact-us {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    width: 768px;
    margin: auto;
    max-width: 100%;
     min-height: 480px;
    display: flex;
    overflow: hidden;
    margin-top: 50px;
    justify-content: center
}

.left-container,
.right-container {
    width: 50%;
    display: flex;
    text-align: center
}

.left-container {
    background: #3275db;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.right-container {
    align-items: center;
    justify-content: center;
    padding: 0 40px
}

.left-container h2 {
    font-family: Montserrat;
    font-size: 2rem;
    padding-bottom: 20px
}

.left-container p {
    font-family: MontserratLight;
    font-weight: 900;
    font-size: 1rem
}

.right-container h2 {
    font-family: Montserrat;
    font-size: 2rem;
    padding-bottom: 15px
}

.right-container input,
.right-container textarea {
    background-color: #ddd;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: .8rem
}

input::placeholder,
textarea::placeholder {
    color: #273044;
    font-size: .8rem;
    font-family: Poppins;
    font-weight: 800
}

input:focus,
textarea:focus {
    outline: #3275DB solid 1px
}

.right-container button, .cta button {
    border-radius: 20px;
    background-color: #3275db;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
    outline: 0;
    border: none;
    font-family: Montserrat;
    margin-top: 10px
}

.footer-top i,
.footer-top li,
.footer-top p {
    padding-top: 10px
}

.right-inner-container button:hover {
    opacity: .7
}

@media(max-width:600px) {

    .left-container,
    .lg-view {
        display: none
    }

    .right-container {
        width: 97%
    }
}

@media(min-width:600px) {
    .sm-view {
        display: none;
    }
}

footer {
    width: 100%;
    margin-top: 50px;
    background: #3275db;
    display: flex;
    flex-direction: column;
    padding: 15px 75px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 70px
}

.footer-top h3 {
    font-family: Montserrat;
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
    padding-bottom: 15px
}

.footer-top a,
.footer-top p {
    font-size: 1rem;
    font-family: MontserratLight;
    color: #fff;
    font-weight: 900
}

.footer-top li {
    font-weight: 900
}

.footer-top i {
    font-size: 23px;
    padding-right: 10px;
    color: white;
}

footer>span {
    width: 100%;
    height: 1.7px;
    background: #fff;
    margin: 20px 0
}
.footer-subscribe form {
    display: flex
}

.footer-subscribe form input {
    background-color: #ddd;
    border: none;
    padding: 12px 35px;
    margin: 8px 0;
    width: 100%;
    font-size: .8rem
}

.footer-subscribe form button {
    background: #4361ee;
    height: 38px;
    margin-top: 8px;
    border: none;
    width: 150px;
    font-family: MontserratLight;
    font-weight: 900;
    color: #fff
}

.footer-bottom {
    text-align: center
}

.footer-bottom p {
    font-family: MontserratLight;
    color: #fff;
    font-weight: 900
}

.footer-bottom a {
    color: #273044;
}

.footer-links a:hover {
    color: #c9eef8;
}

.footer-contact p span:hover {
    color: #c9eef8;
}

.footer-social i:hover {
    color: #c9eef8;
}

.footer-subscribe button:hover {
    color: #c9eef8;
}

@media (max-width:768px) {
    footer {
        gap: 20px;
        padding: 15px 25px;
    }
}

@media (max-width:400px) {
    footer {
        gap: 10px;
        padding: 15px 10px;
    }
}

/* Page_banner for another pages */
.page-banner {
    width: 100%;
    height: 60vh;
    background-image: url(/images/herosection.jpg);
    background-size: cover;
    object-fit: cover;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner::before {
    position: absolute;
    content: '';
    background: linear-gradient(rgba(5, 56, 120, .5), rgba(3, 44, 114, .5));
    width: 100%;
    height: 100%;
}

.page-banner h1 {
    font-family: Montserrat;
    font-size: 3.5rem;
    color: white;
    z-index: 2;
    text-align: center;
}

.mission {
    width: 100%;
    min-height: auto;
    padding: 0 75px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mission img {
    border-radius: 10px;
}

.mission-top {
    width: 100%;
    min-height: 50vh;
    display: flex;
    gap: 25px;
}

.mission-top-left {
    width: 57%;
}

.mission-top-left h1 {
    font-family: Montserrat;
    color: #273044;
    font-size: 1.7rem;
    font-weight: 900;
    padding: 10px 0px 25px 0px;
}

.mission-top-left p {
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 600;
}

.mission-top-right {
    width: 43%;
}

.mission-top-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-bottom {
    width: 100%;
    min-height: 50vh;
    display: flex;
    gap: 25px;
}

.mission-bottom-left {
    width: 57%;
    min-height: 100%;
}

.mission-bottom-right {
    width: 43%;
    min-height: 100%;
}

.mission-bottom-left img,
.mission-bottom-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:768px) {
    .mission {
        padding: 0px 25px;
    }

    .mission-top {
        display: flex;
        flex-direction: column-reverse;

    }

    .mission-top-left {
        width: 100%;
    }

    .mission-top-right {
        width: 100%;
    }

}

@media (max-width:400px) {
    .mission-bottom {
        display: flex;
        flex-direction: column;
    }

    .mission-bottom-left {
        width: 100%;
    }

    .mission-bottom-right {
        width: 100%;
    }

}

/* Donation_page */
.impact-statement {
    text-align: center;
    padding: 50px 75px 0px 75px;
}

.impact-statement h1 {
    font-family: Montserrat;
    color: #273044;
    font-size: 1.9rem;
    padding-bottom: 5px;
}

.impact-statement p {
    font-family: Poppins;
    font-weight: 800;
    font-size: 1rem;
}
@media (max-width:768px) {
    .impact-statement {
        padding: 50px 25px 0px 25px;
    }
}
.success-stories {
    padding: 50px 75px;
}

.success-stories h1 {
    font-family: Montserrat;
    color: #273044;
    font-size: 1.9rem;
    padding-bottom: 20px;
    text-align:center;
}

.stories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.story-card {
    width: 215px;
    height: 250px;
    position: relative;
}

.story-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 10px;
}

.story-card h3 {
    display: none;
    font-size: 1.3rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
}

.story-card p {
    display: none;
    color: white;
    font-size: 1rem;
    font-family: 'MontserratLight';
    font-weight: 700;
}

.story-card-content {
    position: absolute;
    background: linear-gradient(rgba(5, 56, 120, .5), rgba(3, 44, 114, .5));
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-radius: 10px;
    transition: .5s ease-in-out
}

.story-card:hover .story-card-content {
    height: 100%;
}

.story-card:hover .story-card-content h3 {
    display: block;
}

.story-card:hover .story-card-content p {
    display: block;
}
@media (max-width:768px) {
    .success-stories {
        padding: 50px 35px;
    }
}
@media (max-width:400px) {
    .success-stories {
        padding: 50px 5px;
    }
    .story-card {
        width: 275px;
        height: 350px;
        position: relative;
    }
    
}
.donation-breakdown{
    padding: 0px 75px;
}

.donation-breakdown h2{
    font-family: 'Montserrat';
    font-size: 1.72rem;
    padding-bottom: 15px;
    color: #273044;
    text-align:center;
}
.breakdown-cards{
    display: flex;
    width: 100%;
}

.breakdown-card h3{
    padding: 12px;
    font-family: 'Montserrat';
    font-size: 1.2rem;
    color: #273044;
}
.breakdown-card p{
    padding: 12px;
    font-family:Poppins;
    font-size: 1rem;
    font-weight: 900;
}
.donor-recognition{
    padding: 20px 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.donor-recognition h2{
    font-family: 'Montserrat';
    font-size: 1.7rem;
    padding-bottom: 10px;
    color: #273044;
}
.donor-recognition p{
    font-family:Poppins;
    font-size: 1.2rem;
    font-weight: 900;
    padding-bottom: 10px;
    text-align: center;
}
.donor-list{
    display: flex;
    gap: 40px;
}
.donor-list span{
font-family: 'Montserrat';
font-weight: 900;
font-size: 1.2rem;
color: #273044;
}
@media (max-width:768px) {
    .donation-breakdown{
        padding: 0px 25px;
    }
    .breakdown-cards{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .donor-list{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

.cta{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.cta h2{
    font-family: 'Montserrat';
    color: #273044;
}
@media (max-width:768px) {
    .cta{
        text-align: center;
    }
}
