*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: rgb(194, 197, 198);
}

.continer{
    width: 100%;
    height: 750px;
    border: 1px solid;
    border: 0;
}

.nav{
    background-color: rgb(183, 11, 11);
    width: 100%;
    height: 50px;

}
.manu{
    background-color: rgb(225, 221, 221);
    width: 100%;
    height: 120px;
}
.logo{
    width: 30%;
    height: 100%;
    float: left;
}

.menu_box{
    width: 70%;
    height: 100%;
    float: left;
    align-content: center;
    text-align: center;
}

.logo_alint{
    width: 80%;
    height: 70%;
    padding: 10px;
    margin-top:10px;
}

ul{
    text-decoration: none;
    display: inline; 
     
}
.litag {
    background-color: #bebebe;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    padding: 5px 25px;

}


.litag::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(red,rgb(56, 52, 3));
    transition: width 0.5s ease;
}

.litag:hover::after {
  width: 100%;
}

.aling{
    text-decoration: none;
    color: rgb(7, 0, 0);
    font-weight: 700;
    font-size: 15px;
}

.slider {
    width: 100%;
    height: auto; 
    border: 1px solid;
    border: 0;  
}

.slider_box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;  
}

.slider_img {
  display: block;
  width: 100%;
  height: 650px;              /* ছবির নির্দিষ্ট উচ্চতা */
  object-fit: cover;          /* ছবিকে কেটে fit করবে, বিকৃত করবে না */
  border-radius: 5px;     /* ইচ্ছা হলে কোণ গোল করতে পারেন */
}

/* DONATE NOW বাটন */
.atag {
  position: absolute;
  bottom: 250px;               /* নিচ থেকে দূরত্ব */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 0, 0, 1);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: background 0.3s ease;
}

.atag:hover {
  background-color: rgb(4, 96, 21);
}

.donor_search{
    width: 95%;
    height: 200px; 
    border: 1px solid;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
        box-shadow: 0px 0px 10px 0px;

}
.sr_left{
    width: 49%;
    height: 100%; 
    border: 1px solid;
    float: left;
    align-content: center;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    box-shadow: 0px 0px 10px 0px;


}
.sr_right{
    width: 49%;
    height: 100%; 
    border: 1px solid;
    float: left;
    align-content: center;
    margin-left: 10px;
    overflow: hidden scroll;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px;
    text-align: center;

}
h5{
    width: 100%;
    height: 30px; 
    border: 1px solid; 
    font-size: 18px;
    border: 0;
}
p{
    text-align: center;
    font-size: 18px;
    font-style: italic;
}
input.DonorReport{
    width:60%;
    height: 40px;
     align-content: center;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    margin-top: 10px; 
}

.sr_btn{
   width:35%;
    height: 40px;
    align-content: center;
    font-size: 18px;
    font-weight: 700;
    font-style: italic; 
    border: 0;
}
.sr_btn:hover{
    background-color: darkgreen;
    color: white;
}
input.DonorReport:hover{
    background-color: rgb(255, 244, 93);
}

.sl{
    background-color: rgb(238, 242, 242);
    width: 10%;
    height: 30px; 
    border: 1px solid; 
    font-size: 18px;
    float: left;
    border: 0;
    align-content: center;
    text-align: center;
}
.name{
    background-color: rgb(238, 242, 242);
    width: 60%;
    height: 30px; 
    border: 1px solid; 
    font-size: 18px;
    float: left;
    border: 0;
    align-content: center;
    text-align: left;
}
.view{
    background-color: rgb(238, 242, 242);
    width: 30%;
    height: 30px; 
    border: 1px solid; 
    font-size: 18px;
    float: left;
    border: 0;
    align-content: center;
}

.alink{
    background-color: green;
    text-decoration: none;
    color: #ffffff;
    padding: 4px 20px;
}

.alink:hover{
        background-color: rgb(112, 5, 5);
        color: #ffffff;
    }           




.head_alint{
    width: 100%;
    height: 100px; 
    border: 1px solid;
    border: 0;
    margin-top: 20px;
}

.text_alint{
    width: 100%;
    height: 30%; 
    border: 1px solid; 
    border: 0;
    font-size: 30px;
    font-weight: 700;
    padding-left: 100px;
}
.text_alint_1{
    width: 70%;
    height: 70%; 
    border: 1px solid; 
    border: 0;
    font-size: 18px;
    font-weight: 600;
    padding-left: 100px;
    align-content: center;
    float: left;
    margin: auto;
}
.text_alint_2{
    width: 25%;
    height: 70%; 
    border: 1px solid; 
    border: 0;
    font-size: 18px;
    align-content: center;
    float: left;
    text-align: center;
}

.atag_1 {
  transform: translateX(-50%);
  background-color: rgba(255, 0, 0, 1);
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  transition: background 0.3s ease;
}

.atag_1:hover {
  background-color: rgb(4, 96, 21);
}

.text_head{
    width: 100%;
    height: 50px; 
    border: 1px solid; 
    border: 0;
    font-size: 40px;
    font-weight: 700;
    padding-left: 100px;
    text-align: center;
    margin-top: 50px;
}

.text_line{
    width: 100%;
    height: 5px;
    border: 1px solid; 
    border: 0;
}

.left{
    background-color: rgba(255, 0, 0, 1);
    width: 25%;
    height: 5px;
    border: 1px solid; 
    border: 0;
    float: left;
    margin-left: 22%;
}

.mid{
    background-color: rgba(255, 0, 0, 1);
    width: 10%;
    height: 5px;
    border: 1px solid; 
    border: 0;
    float: left;
    margin: auto;
    margin-left: 10px;
}
.right{
    background-color: rgba(255, 0, 0, 1);
    width: 25%;
    height: 5px;
    border: 1px solid; 
    border: 0;
    float: left;
    margin: auto;
    margin-left: 10px;
}

.donate_process{
    width: 100%;
    height: 300px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
}

.pr_1{
   width: 19%;
    height: 100%; 
    border: 1px solid; 
    border: 0;
    float: left;
    margin-left: 10px;
    border-radius: 20px;
    overflow: hidden;

}


.pr_img{
    width: 100%;
    height: 60%; 
    border: 1px solid;
    border: 0;
}
.pr_head{
    width: 100%;
    height: 10%; 
    border: 1px solid;
    border: 0;
     align-content: center;
    padding-left: 4px;
    font-size: 20px;
    font-weight: 700;
}
.pr_text{
    width: 100%;
    height: 30%; 
    border: 1px solid;
    border: 0;
}

.pr_img_alint{
    width: 100%;
    height: 100%;
    padding: 10px;  
}

.info{
    width: 100%;
    height: 200px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
    align-content: center;
}

.head_text{
    width: 100%;
    height: 30%;
    border: 1px solid; 
    text-align: center;
    font-style: italic;
    align-content: center;
    font-weight: 600;
    border: 0;
}
.head_count{
    width: 100%;
    height: 70%;
    border: 1px solid; 
    text-align: center;
    font-style: italic;
    align-content: center;
    font-size: 60px;
    font-weight: 800;
    border: 0;
}




.info_1{
    background: rgb(216, 210, 210);
    width: 15%;
    height: 80%; 
    border: 1px solid; 
    border: 0;
    float: left;
    margin-left: 110px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(80, 73, 47);

}

.info_2{
    background: rgb(216, 210, 210);
    width: 15%;
    height: 80%; 
    border: 1px solid; 
    border: 0;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(80, 73, 47);
    
}

.info_3{
    background: rgb(216, 210, 210);
    width: 82%;
    height: 80%; 
    border: 1px solid; 
    float: left;
    margin-left: 110px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgb(80, 73, 47);
}
.donor_req{
    width: 100%;
    height: 450px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
    align-content: center;
}
.donor_req_1{
    width: 100%;
    height: 450px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
    align-content: center;
    margin-left: 30px;
}
.donor_img{
    width: 45%;
    height: 100%; 
    border: 1px solid; 
    float: left;
    overflow: hidden;
    border: 0;
    margin-left: 50px;
}
.donor_form{
    width: 45%;
    height: 100%; 
    border: 1px solid; 
    float: left;
    overflow: hidden;
    border: 0;
}

.donor_img_alint{
    width: 90%;
    height: 100%;  
    margin-left: 90px;
    border: 0;
}
.donor_img_alint_1{
    width: 90%;
    height: 100%;  
    border: 0;
}
.donor_img_alint_2{
    width: 90%;
    height: 94%;  
    border: 0;
    margin-top: 27px;
}

.donro_head{
    background-color: rgba(255, 0, 0, 1);
    width: 81%;
    height: 40px;
    border: 1px solid; 
    align-content: center;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: 1000;
    color: white;
    border: 0;
    margin-left: 20px;
    margin-top: 30px;
}
.donro_head_1{
    background-color: rgba(255, 0, 0, 1);
    width: 81%;
    height: 40px;
    border: 1px solid; 
    align-content: center;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: 1000;
    color: white;
    border: 0;
    margin-left: 20px;
    margin-top: 10px;
}

.donor_name{
    width: 100%;
    height: 45px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
}

input.textAlint{
    width: 220px;
    height: 100%;
    border: 1px solid;
    float: left;
    margin-left: 20px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    overflow: hidden;
    border: 0;
}
input.massage{
    width: 460px;
    height: 100%;
    border: 1px solid;
    float: left;
    margin-left: 20px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    overflow: hidden;
    border: 0;
}

select.textAlint{
    width: 220px;
    height: 100%;
    border: 1px solid;
    float: left;
    margin-left: 20px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    overflow: hidden;
    border: 0;
}

.btn{
    background-color: rgba(255, 0, 0, 1);
    width: 100%;
    height: 100%;
    border: 1px solid; 
    align-content: center;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: 1000;
    color: white;
    border: 0;
}
.btn:hover{
    background-color: rgb(14, 154, 14);
}


.donro_head_2{
    width: 95%;
    height: 30px;
    border: 1px solid; 
    align-content: center;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    color: rgb(210, 13, 13);
    border: 0;
    margin-left: 20px;
    text-decoration: underline;
}

.addressline{
    width: 100%;
    height: 140px;
    border: 1px solid; 
    margin-top: 10px;
    border: 0;
}


.footer{
    background-color: rgb(183, 11, 11);
    width: 100%;
    height: 40px;
    text-align: center;
    align-content: center;
    color: white;
    font-style: italic;
    margin-top: 10px;
}
.left_side{
    width: 30%;
    height: 100%;
    border: 1px solid; 
    float: left;
    margin-left: 60px;
    border: 0;
    text-align: center;
}
.mid_side{
    width: 30%;
    height: 100%;
    border: 1px solid; 
    float: left;
    border: 0;
    text-align: center;
}
.right_side{
    width: 30%;
    height: 100%;
    border: 1px solid; 
    float: left;
    border: 0;
}

.address_head{
    background-color: rgb(183, 11, 11);
    width: 95%;
    height: 30px;
    border: 1px solid; 
    align-content: center;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    color: white;
    border: 0;
    margin: auto;
}

h3{
    font-size: 14px;
    font-weight: 700;  
}
h5{
    font-size: 14px;
}
.link{
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    margin-left: 10px;
    color: black;
}