body {
  height: 100%;
  width: 100%;
  font-family: Funnel Display;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #007bff;
  /* cursor: none;     */
}
html,body{
  height: 100%;
  width: 100%;
  /* position: relative; */
}
#wholemain{
  margin-top: 7%;
  background-color: white;
}
#cursor{
  width: 20px;
  height: 20px;
  background-color: white ;
  border: 3px solid #007bff;
  border-radius:50%;
  position:fixed;
  transform: translate(-50%, -50%);
  /* z-index: 9999; */
}
#about {
  height: 150px;
  width: 100%;
  border-bottom-left-radius: 90%;
  border-bottom-right-radius: 90%;
  background-color: #007bff;
  margin-bottom: 40px;
  font-size:6vw;
  font-family:Lilita One;
  font-size: 400;
  color:white;
}

#about2{
  height: 100px;
  width: 100%;
  font-size: 35px;
  padding-top:25px;
  color:white;
  border-top-left-radius: 90%;
  border-top-right-radius: 90%;
  background-color: #007bff;
  margin-top:10px ;
}
.team {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 20px;
}

.sahil,
.pavan,
.parth {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  height: 520px;
}
.circle {
  border: 4px solid #007bff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
}

.sahilpic,
.pavanpic,
.parthpic {
  border: 4px solid white;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  margin: 5.5px auto;
  overflow: hidden;
}

.sahilpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pavanpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parthpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h2 {
  color:#000;
  margin: 15px 0 5px;
  font-size: 2rem;
  text-shadow: 4px 4px 4px #A0A8B0;
}

.role {
  color: #007bff;
  margin-bottom: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: capitalize;
}

.description {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 20px;
}

.social-icons {
  background-color: #007bff;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}

.social-icons a {
  text-decoration: none;
  color: white;
  font-size: 40px;
  cursor: none;

}

a:hover {
  transform: scale(1.2);
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);

}

.ri-instagram-line {
  color: white;
  text-decoration: none;
}

.social-icons a i {
  width: 20px;
  height: 20px;
}

footer {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #888;
}

.sahil:hover{
  transform: scale(1.05);
}
.pavan:hover{
  transform: scale(1.05);
}
.parth:hover{
  transform: scale(1.05);
}


/* #cursor{
  width: 20px;
  height: 20px;
  background-color: white ;
  border: 3px solid #007bff;
  border-radius:50%;
  position:fixed;
  z-index: 10;
} */
#mainx{
  font-family: gilroy;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#nav{
  display: flex;
  border:1px solid white;
  border-radius:60px;
  justify-content: space-between;
  width:90%;
  position: fixed;
  background-color: #007bff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#navbar {
  display: flex;
  gap:30px;
  padding: 50px 70px;
  font-size: 24px;
}

#overlay{
  height: 100%;
  width: 100%;
  position: absolute;

  background-color: red;
}


.nav-item a:hover {
  font-family: Bungee Spice;
  cursor: pointer;
  text-decoration: none;
  text-shadow: none;

}
.img{
  display: flex;
  padding: 20px;
}

.nav-item a {
  text-decoration: none;
  color: white;
  cursor: none;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.woff') format('woff'),
  url('https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}