Your IP : 216.73.216.40


Current Path : /var/www/html/manish/
Upload File :
Current File : /var/www/html/manish/styles copy.css

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); /* Import a cursive font */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f2f2f2;
overflow-x: hidden;
}

header {
background-color: #ffffff;
color: #021375d0;
padding: 5px;
text-align: left;
width:1910px;
}
.container {
    display: flex;
    align-items: flex-start; /* Align items at the start of the container */
    padding-left: 200px;
    overflow: hidden;
}
.container img {
    width: 150px;
    height: auto;
    margin-right: 20px;
}
.info {
    width: 100%;
}
#hr {
    width:25%;
    
}
.show {
display: block;
}

.profile-links {
    
    display: flex;
    
    font-size: 18px;
    margin: 0px;
}
.profile-links a {
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    font-weight: bold;
   
}
.profile-links .google-scholar {
    border-color: rgb(88, 88, 88);
    color: rgb(88, 88, 88);
    margin-left: 30px;
}
.profile-links .research-gate {
    border-color: rgb(0, 141, 122);
    color: rgb(3, 136, 107);
    margin-left: 100px;
}
.profile-links .linkedin {
    border-color: #0077B5;
    color: #0077B5;
    margin-left: 100px;
}
.profile-links .google-scholar:hover {
    background-color: rgb(88, 88, 88);
    color: #fff;
}
.profile-links .research-gate:hover {
    background-color: rgb(3, 136, 107);
    color: #fff;
}
.profile-links .linkedin:hover {
    background-color: #0077B5;
    color: #fff;
}
.linkedin img {
    position: relative;
    top: -3px; /* Move the image 5px above */
}
.google-logo {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 66px;
}
.google-logo span {
    display: inline-block;
}
.google-logo .blue { color: #4285F4; }
.google-logo .red { color: #EA4335; }
.google-logo .yellow { color: #FBBC05; }
.google-logo .green { color: #34A853; }

.content {
display: none;
width:1400px;
position: absolute;
left:200px;
padding: 20px;
background-color: #fff;
margin-top: 20px;
border-radius: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding-left: 2%; 
}

.show {
display: block;
}

h2 {
color: rgb(5, 55, 119);
}
h7 {
color: rgb(119, 5, 5);
}
#rcon-home {
float: right;
width:40%;

}
#lcon-home {
float: left;
width:55%;
border-radius: 20px;
background-color: #f2f2f2;
margin-left: 0%;
overflow: hidden; /* Ensure child elements are contained */
}

#pic {
float: left;
width:40%;
margin-top: 6%;
margin-left: 2%;
}

#pic img {

    width: 100%;
   
    border-radius: 20px;
    object-fit: cover; /* Ensure the image covers the entire container */
}
#imgr {
float: right;
width:55%;
border-radius: 20px;
}
#myTable {
border-collapse: collapse;
width: 100%;
margin-left: 5%;
}

#myTable td {
width: 50%;
border: none;
}


a {
text-decoration: none;
color: #021375d0;
}

/* Hover styles */
a:hover {
text-decoration: underline; /* Add underline on hover */
color: rgb(255, 0, 0); /* New color on hover */
}

th, td {
    border: 1px solid black;
    padding: 8px;
    
}

.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 20px auto;
}
.student-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc; /* Partition for each student */
    border-radius: 10px;
    width: 100%;
    max-width: 8000px;
    background-color: rgb(245, 245, 245);
}
.student-image {
    width: 130px;
    height: 150px;
    border-radius: 10%;
    margin-right: 20px;
}
.student-details {
    flex: 2;
    color: rgb(1, 34, 100);
}
.student-details b {
    color: black;
}
.linkedin-button {
    flex: 1;
    text-align: center;
}
.linkedin-button button {
    background-color: #0077b5;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.linkedin-button button:hover {
    background-color: #005582;
}
#menu-container {

    width: 1910px;
    display: flex;
    justify-content: space-between;
    background-color: #410000;
    padding: 10px;
    z-index: 1000;
}

#left-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#left-menu a#home-left{
    font-size: 23px; /* Increase font size */
    font-family: 'Dancing Script', cursive; /* Apply cursive font */
    color: #fff; /* Ensure the text color is visible */
    text-decoration: none;
}
#right-menu {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    display: flex;
    padding-left: 250px; 
}

#right-menu li {
    display: inline;
    margin-left: 10px;
}

#menu-container a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 16px;
    text-decoration: none;
}

#right-menu a:hover, #menu-container a.active {
    background-color: #ffffff;
    border-radius: 5px;
    color: #006400;
}

.floating-div {
    width: 200px;
    height: 4%;
    position: absolute;
    top: 15.5%; /* Adjust position as needed */
    left: 1%; /* Adjust position as needed */
    padding: 10px;
    z-index: 10; /* Ensure it's above the background div */
}