
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.continers{
    width: 100%;
    min-height: 100%;
    height: auto; 
    border: 1px solid;
    background-color: rgb(240, 248, 255);
    border: none;
}

.head{
    background: linear-gradient(180deg, rgb(3, 91, 3), rgb(9, 188, 24));
    width: 100%;
    height: 30px;
    border: 1px solid; 
    align-content: center;
    font-size: 14px;
    border: none;
    padding-left: 15px;
}

.atag{
    text-decoration: none;
    color: white;
}

.atag:hover{
    color: rgb(179, 214, 245);
}



.fa-facebook{
    min-width: 20px;
    min-height: 20px;
    border: 1px solid; 
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    align-content: center;
}
.fa-youtube{
    min-width: 20px;
    min-height: 20px;
    border: 1px solid; 
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    align-content: center;
}
.fa-whatsapp{
    min-width: 20px;
    min-height: 20px;
    border: 1px solid; 
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    align-content: center;
}
.fa-envelope{
    min-width: 20px;
    min-height: 20px;
    border: 1px solid; 
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    align-content: center;
}
.fa-phone{
    min-width: 20px;
    min-height: 20px;
    border: 1px solid; 
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    align-content: center;
}


.mune-bar{
    width: 100%;
    height: 100px;
    border: 1px solid; 
    box-shadow: 0px 0px 10px 0px;
    border: none;
}

.men-left{
    width: 30%;
    height: 100%;
    border: 1px solid; 
    float: left;
    padding: 10px;
    border: none;
}

.imglogo{
    width: 80%;
    height: 100%;

}
.men-mid{
    width: 30%;
    height: 100%;
    border: 1px solid; 
    float: left;
    border: none;
    align-content: center;
    text-align: center;
}


.men-right{
    width: 40%;
    height: 100%;
    border: 1px solid; 
    float: left;
    text-align: center;
    align-content: center;
    border: none;
}

.men-alint {
    text-decoration: none;
    color: rgb(69, 0, 0);
    margin-left: 5px;
    padding: 4px 20px;
    transition: all 0.3s ease; 
    border-bottom: 2px solid transparent; 
    border-radius: 40px;
    border: none;
}

.men-alint:hover {
    border-bottom-color: rgb(69, 0, 0); 
    box-shadow: 0px 4px 10px rgba(69, 0, 0, 0.3); 
    border-bottom: 3px solid
}


.slider-continer {
    width: 100%;            
    height: 550px;
    position: relative;     
    overflow: hidden;   
    border: 1px solid;
    border: none;
    box-shadow: 0px 0px 5px 0px;
}

.slider {
    width: 100%;
    height: 100%;
}

.imgalint {
    width: 100%;
    height: 100%;             
}

.button-group {
    position: absolute;
    top: 75%; 
    left: 50%;  
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}


.slide-con {
    background-color: rgb(202, 7, 7); 
    color: #ffffff;
    padding: 14px 60px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    white-space: nowrap; 
    transition: 0.3s ease;
    margin-left: 10px;
}

.slide-con:hover {
    background-color: #ffffff;
    color: rgb(69, 0, 0);
    box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.3);
}

.donate-box{
    width: 100%;
    height: 300px;  
    border: 1px solid;
    margin: auto;
    border: none;
}



.donate-alint{
    background-color: antiquewhite;
    width: 80%;
    height: 250px;  
    border: 10px solid;
    font-size: 25px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    align-content: center;
    margin-top: 80px;
    box-shadow: 0px 0px 10px 0px;
    border-color: #ffffff;
    border-radius: 10px;
}
.donate-alint:hover{
        box-shadow: 0px 0px 10px 0px;
        color: rgb(169, 165, 165);
}

.title{
    width: 80%;
    height: 80px;  
    border: 1px solid;
    font-size: 25px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    align-content: center;
    border: none;
    margin-top: -50px;
}

input.don-inp{
    width: 300px;
    height: 50px;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 15px;
    border: none;
}

.don-inp:hover{
    border: 1px solid;
}

.don-btn{
    background-color: green;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    border: none;
}
.don-btn:hover{
    background-color: red;
}

.box-1{
    width: 100%;
    height: 400px;  
    border: 1px solid;
    margin-bottom: 40px;
     border: none;
}

.box-2{
    width: 50%;
    height: 400px;  
    border: 1px solid;
    float: left;
    border: none;
}

iframe{
    padding: 10px;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 0px;
}

.box-3{
    width: 48%;
    height: 380px;
    border: 1px solid;
    float: left;
    padding: 15px;
    border: none;
    margin-top: 7px;
    margin-left: 15px;
    transition: all 0.4s ease; /* Hover Slow */
}

.box-3:hover{
    box-shadow: 0px 0px 10px 0px;
    border-radius: 10px;
}

p{
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-word;
    font-style: italic;
    line-height: 23px;
}


.box-4{
    width: 100%;
    height: 500px;
    border: 1px solid;
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border: none;
}


.box-5{
    flex: 1;
    height: 100%;
    border: 1px solid;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.box-5:hover{
    box-shadow: 0px 0px 10px 0px;
}
.fa-graduation-cap{
    color: rgb(149, 128, 7);
    min-width: 100px;
    min-height: 100px;
    font-size: 100px;
    text-align: center;
    align-content: center;
}
.fa-hand-holding-medical{
    color: rgb(149, 128, 7);
    min-width: 100px;
    min-height: 100px;
    font-size: 100px;
    text-align: center;
    align-content: center;
}
.fa-handshake-angle{
    color: rgb(149, 128, 7);
    min-width: 100px;
    min-height: 100px;
    font-size: 100px;
    text-align: center;
    align-content: center;
}
.text{
    font-size: 35px;
    color: green;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}


    /* মেইন কন্টেইনার */
    .actavitis-box {
        width: 100%;
        height: 500px;  
        border: 1px solid #ccc;
        margin: auto;
        padding: 20px;
        overflow: hidden;
        box-sizing: border-box;
        border: none;
    }

    .actavitis-box .text {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /* স্লাইডার মেইন বক্স */
    .art-slider {
        width: 95%;
        height: 350px;  
        border: 1px solid #ddd;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

    /* প্রতিটি স্লাইড আইটেম */
    .slider-item {
        position: relative; 
        display: block !important;
        height: 350px; /* স্লাইডারের হাইটের সাথে মিলানো */
        padding: 0 10px;  
        box-sizing: border-box;
        text-decoration: none;
    }

    /* ইমেজ স্টাইল */
    .artimg {
        width: 100%;
        height: 100%;       
        object-fit: cover;
        border-radius: 5px;
    }

    /* টেক্সট এরিয়া (ইমেজের ওপর বসবে) */
    .art-content {
        position: absolute;
        bottom: 0;
        left: 10px; 
        right: 10px; /* ডান পাশ ফিক্সড রাখার জন্য */
        top: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.2) 100%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 20px;
        box-sizing: border-box;
        color: #ffffff; 
        overflow: hidden;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /* হেডলাইন */
    .art-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px; /* মার্জিন কমিয়ে আনা হয়েছে যেন ডেসক্রিপশন জায়গা পায় */
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }

    /* ডেসক্রিপশন (শুরুতে ২ লাইন দেখাবে, বাকিটা হাইড) */
    .art-des {
        font-size: 14px;
        opacity: 0.9;
        max-height: 42px; /* শুরুতে মাত্র ২ লাইনের জন্য ফিক্সড হাইট */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: max-height 0.3s ease-in-out;
        cursor: pointer;
        word-break: break-all;
    }

    /* ক্লিক করার পর ফুল শো হওয়ার ক্লাস (সর্বোচ্চ ২০০px পর্যন্ত ফিক্সড থাকবে) */
    .art-des.expanded {
        max-height: 200px; 
        overflow-y: auto; /* লেখা বেশি হলে স্ক্রোলবার আসবে */
        display: block; 
        padding-right: 5px;
    }

    /* কাস্টম স্ক্রোলবার ডিজাইন (ঐচ্ছিক) */
    .art-des::-webkit-scrollbar {
        width: 4px;
    }
    .art-des::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }

/* Gallary */

.gallary-box {
    width: 100%;
    height: 450px;   
    border: 1px solid #000;
    padding: 15px;       
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px;   
    border: none;
    
    /* স্ক্রোল চালু থাকবে কিন্তু স্ক্রোলবার হাইড করার জন্য */
    overflow-y: scroll;        
    scrollbar-width: none;  /* Firefox-এর জন্য স্ক্রোলবার হাইড */
    -ms-overflow-style: none;  /* IE এবং Edge-এর জন্য স্ক্রোলবার হাইড */
}

/* Chrome, Safari এবং Opera ব্রাউজারের জন্য স্ক্রোলবার হাইড */
.gallary-box::-webkit-scrollbar {
    display: none;
}

.img-box {
    height: 200px;       
    border: 1px solid #ccc;
    border-radius: 7px;  
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px;

}

.gel-alint {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
    transition: transform 0.3s ease;
}


.img-box:hover .gel-alint {
    transform: scale(1.1);
}


.lightbox {
    display: none;
    position: fixed; 
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
    justify-content: center;
    align-items: center;
    overflow: auto; 
}

.lightbox-content {
    max-width: 90%; 
    max-height: 90%; 
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    display: block;
    animation: zoomIn 0.3s;
}

/* ক্লোজ বোতামের স্টাইল */
.close-lightbox {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-lightbox:hover {
    color: #f00; /* লাল হবে */
}

/* অ্যানিমেশন কিফ্রেম */
@keyframes zoomIn {
    from {transform: scale(0.7); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

.join-box{
    width: 100%;
    height: 300px;
    border: 1px solid;
    margin-top: 50px;
    text-align: center;
    align-content: center;
    margin: auto;
    border: none;
}

    .art-titles {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 10px; /* মার্জিন কমিয়ে আনা হয়েছে যেন ডেসক্রিপশন জায়গা পায় */
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }

.joint-btn{
    background-color: rgb(14, 158, 14);
        width: 90%;
        height: 150px;
        border: 1px solid;
        margin-left: 5%;
        text-align: center;
        margin-top: 10px;
        border-radius: 20px;
        align-content: center;
    }

    .jatag{
        text-decoration: none;
        border: none;
        color: rgb(1, 7, 44);
        font-size: 30px;
        color: white;
        font-weight: 700;
        align-content: center;
    }

    .footer{
        background-color: rgb(17, 32, 40);        
        width: 100%;
        height: 320px;
        border: 1px solid; 
        border: none;
    }

    .foot-1{
        width: 25%;
        height: 100%;
        border: 1px solid; 
        float: left;
        color: white;
        text-align: center;
        padding: 15px;
        border: none;
    }
    .fatag{
        text-decoration: none;
        border: none;
        font-size: 16px;
        color: rgb(222, 220, 220);
        
    }
    .footlogo{
        width: 80%;
        height: 100px;
    }

.fatag:hover{
    color: gold;
}


.Mtag{
    text-decoration: none;
    color: white;
    margin-left: 38px;
}

.Mtag:hover{
    color: rgb(179, 214, 245);
}


ul{
    text-decoration: none;
    border: none;
    text-align: left;
    list-style: none;
}

li{
    text-decoration: none;
    border: none;  
    color: white;
    text-align: left;
    margin-top: 30px;
}

.men-alint-1 {
    text-decoration: none;
    color: rgb(250, 250, 250);
    margin-left: 5px;
    padding: 7px 60px;
    transition: all 0.3s ease; 
    border-bottom: 2px solid transparent; 
    border: none;
    border-radius: 30px;
}

.men-alint-1:hover {
    border-bottom-color: rgb(239, 233, 233); 
    box-shadow: 0px 4px 10px rgba(247, 132, 132, 0.547); 
    border-bottom: 3px solid
}

    .foot-box{   
        background-color: rgb(17, 32, 40);   
        width: 100%;
        height: 60px;
        border: 1px solid; 
        text-align: center;
        align-content: center;
        color: white;
        border: none;
        font-size: 12px;
    }

    html{
        scroll-behavior: smooth; 
    }