/* common code start */
:root{ 
    --primary-color: rgb(11,181,48);
    --scendary-color: rgba(36,122,55,0.9); 
    --padding: 0.5rem;
    --transition: all 0.3s;
    --border-radius: 0.6rem;
    --box-shadow: 0.1rem 0.2rem 0.8rem rgba(205,202,202,0.5); 
    }
    * {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        outline: none;
        text-decoration: none;
    }
    html {
        scroll-behavior: smooth;
    }
    img{
        width: 100%;
        height: auto;
    }
    body{
   
        font-family: 'Montserrat', sans-serif;
    overflow:auto;
    }
    
h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;
}
  /* common code end */

 


/* REGSISTER start  */
.sec-1{
    opacity: 0.8;
    background: crimson;
   text-align: right;
}
.sec-1 a{
 
	text-decoration: none;
	color: white;
	font-size: large;
   padding-bottom: 5px;
   text-align: right;
}
 .sec-1 a:hover{opacity: 1;
background:  rgb(35, 236, 35);
border-radius: 5px;
cursor: pointer;
color:rgb(46, 46, 2) ;
} 

 
   .sec-1 #bangla{ float: left;}
 /* regsister end  */
 
 /* header start  */
 .navs{
	background-image: url("../images/background.jpg");
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
height: auto;
 

}
 
 header{
    background-image: url("../images/background.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height:100vh;
    overflow: auto;
}

.navbar{
    padding: 1% 5%;
    background-color: rgba(0,0,0,0.3);
    position: relative;
}

.navbar-icon{
    color: white;
    margin-left: 10px;
}
.con-1{
height: auto;

}
.container a h1{
    font-size: 1rem;
    position: absolute;
    left: 23%;
    top: 40%;
    color: green;
    }
    .container a h1:hover{
        background-color: rgba(0,0,0,0.3);
        transform: scale(1.0);
    }
    .container a h1 span{
    color: red;
        }
        .container a h1 span:hover{
            color: rgb(146, 10, 10);
        }
.navbar-brand img{
    width: 60px;
    height: auto;
    margin-left: -20px;
}
#navbarNavDropdown a{
    color: white;
    border-radius: 5px;
    transition: .4s;
 
}
#navbarNavDropdown a:hover{
   transform: scale(1.1);

}

 
.field-2  input{
    width: 60%;
    margin: 2%;
    padding: 1%;
    }
    .field-2{
    color: white;
    }
   
@media screen and (min-width:768px){
    
    #logo{
						height: 90px;
						width: 90px;
					margin-left: -25px;
					}  
                   
 .container li a{
margin-top: 60px;

	}
.container li a:hover{
	cursor: pointer;
	background-color: navy;
}
.container a h1{
    font-size: 3rem;
    top: 10%;
    }
    
    }

    @media screen and (max-width:347px){
        #bdhead { font-size: 0.5rem;}
         
        #logo{
            height: 23px;
            width: 23px;
        margin-left: -100px;
        }  
        .container a h1{
            font-size: 0.8rem;
           
            top: 40%;
            margin-left: -20%;
            }
             
    }
     

/* header ends  */
  /* card style start */
  .card{
    text-align: justify;
    margin:4%;
    color: white;
    cursor: pointer;
    transition: .4s;
    height: auto;
        }
        .card:hover{
        transform: scale(1.04);
        box-shadow: 2px 6px 5px black;
    }
        .card-body{
    margin-left: 12%;
        }
     .card-body input{
         width: 90%;
         margin: 1% 0;
         font-size: 1rem;
         padding: 1% 3%;
         letter-spacing: 1px;
     }
     .card-body label{
    font-size: 1.1rem;
     }
     #donar-search, #doctor-search{
     background:navy;
     }
     
     
     
       /* card style end */
       /* paragraph start*/
       .col-md-7 a:hover{
        background-color: rgb(83, 5, 114);
        color: rgb(248, 245, 239);
    }
    /* paragraph end */
    /* footer start */
    .footer-1{
        background-color: black;
        color: white;
  		/*float:inline-end;*/
    }
    .text-md-right{
        text-align: right;
    }
     /* footer endt*/



      
		  
  