/*=========================================================
                    ABOUT PAGE
        Manasadwip Ramakrishna Mission Praktani Samsad
=========================================================*/

/*=========================================================
                    PAGE BANNER
=========================================================*/

.page-banner{

    position:relative;

    height:350px;

    background:url("../images/about-banner.jpg") center center/cover no-repeat;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.banner-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.banner-content{

    position:relative;

    z-index:2;

    text-align:center;

}

.banner-text-bg{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(6px);

    padding:40px;

    border-radius:15px;

}

.banner-text-bg h1{

    color:#fff;

    font-size:46px;

    font-weight:700;

    margin-bottom:15px;

}

.banner-text-bg p{

    color:#fff;

    font-size:18px;

    margin:0;

}

/*=========================================================
                    ABOUT SECTION
=========================================================*/

.about-section{

    background:#fff;

}
.about-section img{

    width:100%;

    max-width:350px;

    height:auto;

    display:block;

    margin:auto;

    border-radius:20px;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.about-section img:hover{

    transform:scale(1.02);

}

.about-section h2{

    font-size:36px;

    font-weight:700;

    color:#b8860b;

    margin-bottom:25px;

}

.about-section p{

    font-size:17px;

    line-height:1.9;

    color:#555;

}

/*=========================================================
                MISSION & VISION
=========================================================*/

.mission-section{

    background:#f8f9fa;

}

.mission-card{

    background:#fff;

    padding:35px;

    border-radius:15px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.mission-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.mission-card i{

    font-size:50px;

    color:#d4a017;

    margin-bottom:20px;

}

.mission-card h3{

    font-size:28px;

    margin-bottom:15px;

    font-weight:600;

}

.mission-card p{

    color:#666;

    line-height:1.8;

}

/*=========================================================
                    VALUES
=========================================================*/

.section-title h2{

    font-size:40px;

    font-weight:700;

    color:#222;

}

.value-card{

    background:#fff;

    border-radius:15px;

    padding:35px 20px;

    text-align:center;

    transition:.35s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    height:100%;

}

.value-card:hover{

    background:#d4a017;

    color:#fff;

    transform:translateY(-8px);

}

.value-card:hover i,

.value-card:hover h5{

    color:#fff;

}

.value-card i{

    font-size:45px;

    color:#d4a017;

    margin-bottom:18px;

}

.value-card h5{

    font-size:22px;

    font-weight:600;

    color:#333;

}

/*=========================================================
                    COUNTER
=========================================================*/

.counter-section{

    background:#d4a017;

    color:#fff;

}

.counter-section h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:10px;

}

.counter-section p{

    font-size:18px;

    margin:0;

}

/*=========================================================
                    CTA
=========================================================*/

.join-section{

    background:#fff;

}

.join-section h2{

    font-size:40px;

    font-weight:700;

    margin-bottom:20px;

}

.join-section p{

    color:#666;

    font-size:18px;

    max-width:700px;

    margin:auto;

    margin-bottom:35px;

    line-height:1.8;

}

.join-section .btn{

    border-radius:50px;

    padding:15px 45px;

    font-size:18px;

    font-weight:600;

    transition:.35s;

}

.join-section .btn:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(0,0,0,.15);

}

/*=========================================================
                    RESPONSIVE
=========================================================*/

@media(max-width:991px){

    .page-banner{

        height:280px;

    }

    .banner-text-bg{

        padding:25px;

    }

    .banner-text-bg h1{

        font-size:36px;

    }

    .about-section h2{

        margin-top:30px;

        font-size:30px;

    }

    .section-title h2{

        font-size:32px;

    }

    .join-section h2{

        font-size:30px;

    }

}

@media(max-width:767px){

    .page-banner{

        height:220px;

    }

    .banner-text-bg{

        padding:20px;

    }

    .banner-text-bg h1{

        font-size:28px;

    }

    .banner-text-bg p{

        font-size:15px;

    }

    .about-section h2{

        font-size:26px;

    }

    .mission-card{

        padding:25px;

    }

    .counter-section h2{

        font-size:36px;

    }

    .counter-section .col-md-3{

        margin-bottom:30px;

    }

    .join-section h2{

        font-size:26px;

    }

}