.body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 6%;
    gap: 4rem;
}

.information{
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.information h1{
  line-height: 1;
  font-size: clamp(1rem, 2.5vw, 3rem);
  margin-block-end: 1rem;
  color: #0b1c59;
}

.information h2{
  font-size: 1.3em;

}
.information h3{
  margin-block-start: 0.5em;
  color: rgb(82, 82, 82);
}

.information .companyinfo{
  margin-block-end: 1.3em;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.information .companyinfo span{
  position: relative;
  color: #0b1c59;
  font-weight: bold;
  font-size: 0.85em;
}
.information  ul li{
  margin-block-start: 0.4rem;
  list-style: none;
  position: relative;
}
.information .companyinfo span::before,
.information  ul li::before{
  content: "";
  display: inline-flex;
  width: 8px;

  height: 8px;
  margin-right: 0.6rem;
  background-color: #0b1c59;
}
.information  ul li::before{
  transform: translateY(-2px);
}

.info{
  display: inline;
  margin: 0.5em 0;
}

.info a{
  font-size: 1em;
}

.information .button{
  margin-top: 25px;
  display: flex;
  gap: 20px;
}

.information button{
  height: 30px;
  width: 130px;
  outline: none;
  cursor: pointer;
  border: none;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  background-color: #2da0e3;
  transition: 0.3s ease;
}
.information button:hover{
  transition: 0.3s ease;
  transform: translateY(-3px);
}
.information .btn-share{
  background-color: transparent;
  border: #000 1.5px solid;
  color: #000;
}
/*second half*/
.profile{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
}

.card1 {
    max-width: 300px;
    width: 300px;
    height: 300px;
    padding: 10px;
    cursor: pointer;
    color: white;
    background: #0b1c59;
    position: relative;
    margin-bottom: 50px;
  }

  
  .BorderTopBottom1:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    top: -8px;
    left: -8px;
    background: #0b1c59;
    transition: all 0.5s ease;
  }


  .BorderTopBottom1:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    bottom: -8px;
    right: -8px;
    background: #0b1c59;
    transition: all 0.5s ease;
  }
  .BorderLeftRight1:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 3px;
    height: 30px;
    background: #0b1c59;
    transition: all 0.5s ease;
  }
  .BorderLeftRight1:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 3px;
    height: 30px;
    background: #0b1c59;
    transition: all 0.5s ease;
  }
  
  .wrapp{
    overflow: hidden;
    display: flex;
    width: 320px;
    justify-content: space-between;
    align-items: center;
    height: 25px;
  }

  .wrapp p{
    color: rgb(82, 82, 82);
  }
  .wrapp .contact-links{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    height: 100%;
  }

  .contact-links i{
    color: #0b1c59;
    transition: 0.3s ease;
    font-size: 1.4em;
  }
  .contact-links i:hover{
    transform: translateY(-3px);
  }

  @media screen and (max-width: 768px) {
    .body{
      gap: 80px;
      margin: 90px 0px 80px;
      padding: 0px 30px;
      flex-direction: column-reverse;

  }
  .profile{
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.card1 {
  width: 100%;
  aspect-ratio: 1/1;
}
.information h1 {
  font-size: 2em;
  margin-block-start: 0.4em;
  margin-block-end: 0.3em;
}
.wrapp{
  padding: 0px 30px;
}
.information p{
  width:100%;
  text-align: justify;
}
  }



    /*profile pics*/
    .profilepic{
      background-color: aliceblue;
      width: 100%;
      overflow: hidden;
      aspect-ratio: 1/1;
      display: flex;
      align-items:flex-end;
      justify-content: center;
      transition: 0.4s ease-in-out;
    }

    .Rakubutu,
    .Motsopa,
    .Matete,
    .Leuta,
    .Moeketsi,
    .Mofana,
    .Thobile,
    .Seleke,
    .Jane,
    .Phollo,
    .Masheane,
    .Motlomelo,
    .Malla,
    .Moseli,
    .Moohlo{
      width: 110%;
      height: 110%;
      transition: 0.4s all ease-in-out;
    }
  
    .Rakubutu{
      background: url("../../src/assets/Rakubutu.webp") no-repeat center center/cover;
    }
    .Motsopa{
      background: url("../../src/assets/Motsopa.webp") no-repeat center center/cover;
    }
    .Matete{
      background: url("../../src/assets/Matete.webp") no-repeat center center/cover;
    }
    .Leuta{
      background: url("../../src/assets/Leuta.webp") no-repeat center center/cover;
    }
    .Moeketsi{
      background: url("../../src/assets/Moeketsi.webp") no-repeat center center/cover;
    }
    .Mofana{
      background: url("../../src/assets/Mofana.webp") no-repeat center center/cover;
    }
    .Thobile{
      background: url("../../src/assets/Thobile.webp") no-repeat center center/cover;
    }
    .Seleke{
      background: url("../../src/assets/Sekele.webp") no-repeat center center/cover;
    }
    .Jane{
      background: url("../../src/assets/Jane.webp") no-repeat center center/cover;
    }
    .Phollo{
      background: url("../../src/assets/Phollo.webp") no-repeat center center/cover;
    }
    .Masheane{
      background: url("../../src/assets/Masheane.webp") no-repeat center center/cover;
    }
    .Motlomelo{
      background: url("../../src/assets/Motlomelo.webp") no-repeat center center/cover;
    }
    .Malla{
      background: url("../../src/assets/Malla.webp") no-repeat center center/cover;
    }
    .Moseli{
      background: url("../../src/assets/Moseli.webp") no-repeat center center/cover;
    }
    .Moohlo{
      background: url("../../src/assets/Moohlo.webp") no-repeat center center/cover;
    }
  
    .directorcard:hover > .profilepic .Rakubutu,
    .directorcard:hover > .profilepic .Motsopa,
    .directorcard:hover > .profilepic .Matete,
    .directorcard:hover > .profilepic .Leuta,
    .directorcard:hover > .profilepic .Moeketsi,
    .directorcard:hover > .profilepic .Mofana,
    .directorcard:hover > .profilepic .Thobile,
    .directorcard:hover > .profilepic .Seleke,
    .directorcard:hover > .profilepic .Jane,
    .directorcard:hover > .profilepic .Phollo,
    .directorcard:hover > .profilepic .Masheane,
    .directorcard:hover > .profilepic .Motlomelo,
    .directorcard:hover > .profilepic .Malla,
    .directorcard:hover > .profilepic .Moseli,
    .directorcard:hover > .profilepic .Moohlo{
      width: 150%;
      height: 150%;
      transform: translateY(80px);
    }