.teams-banner {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.teams-banner-content .teams-banner-vectors {
  position: absolute;
  width: 8.75%;
  left: 29.8%;
  top: 0;
}

.teams-banner-content .teams-banner-header {
  font-family: "AvantGarde Bold";
  position: absolute;
  width: 60%;
  left: 9.38%;
  top: 36.72%;
  font-style: normal;
  font-size: 90px;
  color: #FFFFFF;
  line-height: 85%;
}

/* Our Teams */
.teams {
  position: relative;
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  background: #F4F5F5;
}

.teams img  {
  width: 484px;
  height: 414px;
  object-fit: cover;
  object-position: 50% 60%;
}

.teams-content {
  margin-top: 2%;
  width: 46.94%;
}

.teams-title {
  font-family: "AvantGarde Bold";
  color: #00233A;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 3%;
  width: 80%;
}

.teams-p {
  font-family: "AvantGarde Regular";
  color: #00233A;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  /* width: 46.94%; */
  line-height: 200%;
  /* text-align: justify; */
}

.meet-people {
  margin-top: 5%;
  padding: 0 10%;
}

/* Portrait Slideshow */
.carousel {
  margin-top: 5%;
  margin-bottom: 10%;
}

.carousel-indicators {
  bottom: -20%;
  filter: invert(100%);
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(100%);
  width: 200px;
  height: 100px;
}

.carousel-control-next {
  padding-right: 12%;
}

.carousel-control-prev {
  padding-left: 12%;
}

.portraits {
  padding: 0 20%;
  display: flex;
  justify-content: space-between;
}

.card {
  width: 300px;
}

.card img {
  margin-bottom: 45%;
}

.card-body, .card-title, .card-text, .card-body a {
  margin: 0;
  padding: 0;
}

.card-body {
  height: 200px;
  background: #16BAE7;
  padding: 0 8%;
  padding-top: 8%;
  position: absolute;
  bottom: -15%;
}

.card-title {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 22px;
  color: #00233A;
  padding-bottom: 10%;
}

.card-text {
  font-family: 'AvantGarde Regular';
  font-style: normal;
  font-size: 23px;
  line-height: 22px;
  color: #00233A;
  padding-bottom: 12%;  
}

.card-body a {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 22px;
  color: #00233A;
  padding-bottom: 0;
}



.card-body:hover {
  bottom: 0;
  transition: .5s;
}


/* platforms */
.team-title, .team-header {
  font-family: "AvantGarde Bold";
	color: #00233A;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
}

.team-title {
  text-align: center;
  background-color: #16BAE7;
  margin-top: 5%;
  padding: 3% 0;
}

.team-header {
  padding: 3% 20%;
}

.team-img img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.our-inchcape {
  font-family: 'AvantGarde Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-top: 2%;
}

.roles-btn {
  text-align: center;
  margin: 2% 0;
}

.roles-btn a {
  padding: 12px 30px;
  font-family: "AvantGarde Bold";
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #16BAE7;
  border: solid 1px;
}

.platforms {
  /* padding: 0 5%; */
  width: auto;
}



.platforms-div2, .platforms-div3 {
  margin: 10% 0;
  display: flex;
  justify-content: space-between;
  
}

.platforms-div2 div{
  /* margin-right: 15%; */
}
.platforms-div2 {
  background: #F4F5F5;
}

.platforms-div3 div{
  /* margin-left: 15%; */
}

.platforms-div2 img, .platforms-div3 img {
  position: relative;
  object-fit: cover;
  align-self: center;
  width: 484px;
  height: 412px;
}

.roles-btn a:hover {
  text-decoration: none;
  background-color: #16BAE7;
  color: #fff;
  transition: 0.25s;
}

.ourteams-slider {
  color: #00233A;
  opacity: 1;
  cursor: pointer;
  top: 43%;
}


@media screen and (max-width: 1100px) {

  .teams img  {
    width: 384px;
    height: 314px;
  
  }


}

@media screen and (max-width: 1000px) {

  .teams img  {
    width: 284px;
    height: 214px;
  
  }

  
  .platforms {
    margin-top: 15%;
    padding: 0 5%;
  }
  .platform-name {
    font-size: 30px;
  }

  .platform-paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .platforms-div2, .platforms-div3 {
   flex-direction: column;
   margin-bottom: 0;
  }

  .platforms-div2 img, .platforms-div3 img {
    width: 100%;
    height: 232px;
  }

  .platforms-div3 {
    margin-top: 12%;
    order: 1;
  }

  .platforms-div3 img {
    order: 2;
  }


}


/* Responsiveness */
@media screen and (max-width: 768px) {
  .teams-banner {
    background-position-x: 52.5%;
  }

  .teams-banner-content .teams-banner-vectors {
    width: 35.2%;
    left: 16.63%;
  }
  
  .teams-banner-content .teams-banner-header {
    width: 85%;
    top: 88%;
    font-size: 30px;
  }

  .teams {
    margin: 0;
    padding: 0;
    flex-direction: column;
    max-width: 100%;
  }
  
  .teams img {
    width: 100%;
    height: 332px;
    object-position: 50% 0;
  }
  
  .teams-content {
    padding: 0.5rem 5%;
    width: 100%;
  }
  
  .teams-title {
    font-size: 25px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .teams-p {
    font-size: 18px;
    width: 100%;
    padding-bottom: 10px;
  }

  .meet-people, .meet-people-paragraph {
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .portraits {
    flex-direction: column;
  }

  .portrait {
    margin-bottom: 20%;
  }

  .card {
    width: 200px;
  }

  .card img {
    margin-bottom: 0;
  }

  .card-body {
    position: relative;
    height: 175px;
  }

  .card-text {
    font-size: 18px;
  }

  .ourteams-slider,
  .carousel-indicators {
    display: none;
  }

  .inchcape-teams,
  .team-title,
  .team-header,
  .team-img img,
  .our-inchcape,
  .platforms,
  .platforms-div2 div,
  .platforms-div3 div{
    margin: 0;
    padding: 0;
    width: unset;
  }

  .team-title {
    font-size: 30px;
    padding: 8%;
    margin-bottom: 40px;
  }

  .team-header {
    padding: 0 4%;
    font-size: 14px;
  }

  .team-img img {
    margin-top: 10px;
    width: 355px;
  }

  .our-inchcape {
    font-size: 20px;
    padding: 8%;
  }
/* 
  .platforms {
    margin-top: 15%;
    padding: 0 5%;
  }
  .platform-name {
    font-size: 30px;
  }

  .platform-paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .platforms-div2, .platforms-div3 {
   flex-direction: column;
   margin-bottom: 0;
  }

  .platforms-div2 img, .platforms-div3 img {
    width: 375px;
    height: 232px;
  }

  .platforms-div3 {
    margin-top: 12%;
    order: 1;
  }

  .platforms-div3 img {
    order: 2;
  } */

}

@media screen and (max-width: 576px) {

  .teams img  {
    height: 232px;
    width: 100%;
  }


}