.navbar_elements{
    padding: 21.6px;
    color: white;
    text-decoration: none;
}

.navbar_textdec{
    text-decoration: none;
}

.icons_elements{
    height: 20px;
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding-right: 21.6px;
    
}

.profile_image{
   
    display: inline-block;
    float: left;
   
    margin-top: 30px;
}

.profile_imageg{
   
    display: inline-block;
    float: left;
   
    margin-top: 30px;
}


.about_me{
   
    /* background-color:wheat;  */
    display: inline-block;
    float: right; 
   
    margin-top: 30px;
    text-align: start;
}

.about_meg{
   
    /* background-color:wheat;  */
    display: inline-block;
    float: right; 
   
    margin-top: 30px;
    /* text-align: start; */
}

.button_a{
    height: 34px;
    width: 120px;
    border-radius: 20px;
    font-size: 14px;
    background-color: black;
    color: white;
    border-width: 1px;
    border-color: white;
}

.tr1{
    background-color: aqua;
     padding: 4px;
     border-radius: 20px;
}

.photo_1{
    /* width: 20%; */
    /* height: 400px; */
    border-radius: 50%;
    display: inline-block;
    float: left;
    /* margin-left: 54px; */
    margin-top: 30px
}
/* 
.resize{
    width: 50%;
height: 50%;
}  */

html,body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.research_sect{
    text-align: justify; 
    margin-left: 54px; 
    margin-right: 27px;
    color: rgb(0, 0, 0);

}

.research_sect1{
    margin-top: -13px;
}




.marquee{
    width: 80%;
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
}

.marquee div{
    font-size: small;
    color: rgb(0, 0, 0);
    animation: animate 20s linear infinite;
    padding-left: 100%;
    display: inline-block;
}

@keyframes animate{
    100%{
        transform: translate(-100%,0);
    }
}

/*  ..................... */
/* .imagebtn{
    background-image: url(../../icons/vanji.jpg); background-size:cover; height: 130px;
color: white;
}

.imagediv:hover .imagebtn{
    background-image: url(../../icons/vanji.jpg); background-size:cover; height: 130px;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

.imagediv:hover .textnature{
    font-size: 50px;
    display: flex;  justify-content: center; align-items: center;
    height: 120px; */
    

/* } */
/* ................................. */

.container1 {
    position: relative;
    text-align: center;
    color: white;
  }
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }