:root {
  --black1:#222222;
  --black2: #3d3d3d;
  --gray1: #575d63;
  --gray2: #999999;
}

.black1{
  color: #222222;
}
.black2{
  color: #3d3d3d;
}
.gray1{
  color: #575d63;
}
.gray2{
  color: #999999;
}
.bold{
  font-weight: bold;
}

.responsive-img {
 
  width: 40%;  
  object-fit: cover; 
  border-radius: 40%; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}
html{
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  /* padding-left:5%; */
  color:#222222;
  height: 100%;
}

.bottomMenu a i {
  color: #ffffff;
  text-shadow: 0 0 10px #626262;
}
.bottomMenu ul li{
  background: none!important;
}
.bottomMenu ul {
  
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);

}

#menu a.active i {

  text-shadow: 0 0 10px #009aff!important;
}
.mobile-width{
  width: 40%;
}

ul.list-group {
  background-color:#ffffff8a;
  display: flex;
  justify-content: space-around; 
  align-items: center; 
  position: fixed;
  bottom: 0; 
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  width: 100%;
}

ul.list-group li {
  flex: 1; 
  list-style: none;
  margin: 0; 
  padding: 0;
  text-align: center;
}

ul.list-group li a {
  display: inline-block;
  width: 100%; 
  padding: 10px;
}

ul.list-group li i {
  font-size: 24px; 
  color: #ffffff; 
}

