.team-info {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nav-bar {
  position: fixed;
  width: 100%;
  height: 92px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 2px #00000040;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.nav {
  display: flex;
  align-items: center;
}

.rec {
  width: 136px;
  height: 47px;
  background-color: #d9d9d9;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 250px;
}

.t1, .t2 {
  color: black;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
}

.t1 {
  left: 200px;
}

.t2 {
  left: 300px;
}

.img1 img {
  height: 92px;
  width: auto;
}

.about {
  margin-top: 120px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.group1 {
  max-width: 45%;
  padding-right: 20px;
}

.text1 {
  font-weight: 500;
  color: black;
  font-size: 50px;
  margin-bottom: 20px;
}

.welcome-to-team {
  font-size: 16px;
  font-family: "Moulpali";
  line-height: 1.5;
}

.image-1 {
  width: 50%;
  height: auto;
  object-fit: cover;
}

.text2 {
  color: white;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin: 40px 0;
}

.domain-container {
  background-color: rgb(0, 0, 0);
  color: white;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 40px;
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  box-sizing: border-box;
}

.domain-content {
  line-height: 1.5;
  background-color: grey;
  border-radius: 100px 50px 500px 0px;
  padding: 20px;
  flex: 1;
  max-width: 600px;
  
}

.domain-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: -55px;
}

.domain-image {
  width: 40%;
  object-fit:contain;
}
.electrical-domain .domain-image,
.mechanical-domain .domain-image,
.science-domain .domain-image,
.software-domain .domain-image,
.management-domain .domain-image {
  height: 300px;
}

.end {
  background-color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  color: black;
  flex-wrap: wrap; 
  position: relative;
}

.reach-out {
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;

}

.info {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width:100%;
 }

.text7, .text8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  text-align: center;
}

.insta, .linkedin, .email, .phone {
  margin-top: 10px;
  width: 50px;
  height: 67.87px;
}

.email-div, .phone-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.text9, .text10 {
  margin-left: 10px;
}

.divider {
  height: 256px;
  width: 15px; 
  margin: 0 20px;
}

.logo {
  height: 200px;
  width: auto;
  margin: 10px;
  align-self: flex-end;
 
}


@media (max-width: 768px) {
  .domain-container {
    flex-direction: column;
    align-items: center;
  }

  .domain-image {
    width: 100%;
    height: auto;
  }

  .nav {
    flex-direction: column;
  }

  .t1, .t2 {
    position: static;
    margin: 10px 0;
  }
}
